|
|
|
|
Changelog for ruby3.3-rubygem-solargraph-0.50.0-1.10.x86_64.rpm :
* Mon Jan 29 2024 Dan Čermák - ## 0.50.0 - December 5, 2023- Remove .travis.yml as its not longer used (#627)- Fix empty string case when processing requires (#644)- Fix scope() method call on wrong object (#670)- Parse comments that start with multiple hashes (#667)- Use XDG_CACHE_HOME if it exists (#664)- Add rbs mention to readme (#693)- Remove Atom from the readme (#692)- Add more metadata to the gemspec (#691)- Do not deprecate clear command- Library#locate_ref returns nil for unresolved requires (#675)- Hide deprecated commands- List command- Fixes (or ignores) ffi crash (#676)- increase sleep time on cataloger (#677)- YardMap ignores absolute paths (#678)- Clarify macros vs. directives- Infer complex types from method calls- Default cache uses XDG_CACHE_HOME default (#664) * Mon Oct 16 2023 Mykola Krachkovsky - updated to version 0.49.0 [#]# 0.49.0 - April 9, 2023 - Better union type handling - First version of RBS support - Dependency updates - Update RuboCop config options - RBS core and stdlib mapping - Anonymous splats and multisig arity - Infinite loop when checking if a class is a superclass (#641) [#]# 0.48.0 - December 19, 2022 - Add Sublime Text to README (#604) - Map nested constant assignments - Handle rest/kwrest modifiers on overload arguments (#601) - Make rubocop info severity Severity::HINT (#576) - Process non-self singleton classes (#581) - Fix nest gemspec dependency (#599) - Strip \'file \' prefix from all filenames in RdocToYard (#585) - Show why rubocop fails (#605) - Link solargraph-rails (#611) * Mon Oct 10 2022 Stephan Kulow updated to version 0.47.2 see installed CHANGELOG.md * Mon Aug 29 2022 Stephan Kulow updated to version 0.46.0 see installed CHANGELOG.md * Thu Aug 04 2022 Stephan Kulow updated to version 0.45.0 see installed CHANGELOG.md [#]# 0.45.0 - May 23, 2022 - Basic support for RSpec #describe and #it - fix: domain can complete private method (#490) - Update README.md (#533) - Doc: update readme.md for add solargraph support (#536) - Process DASGN node in Ruby 3 - File.open core fill - replace with_unbundled_env with with_original_env (#489) - Require specific version of gem (#509) - Support URIs prefixed with single slashed file scheme (#529) - Fix typo in README.md (#549) - details on config behavior (#556) - Consider overloads in arity checks - ENV core fill for Hash-like methods (#537) - Fix string ranges with substitutions (#463) * Tue Jan 25 2022 Stephan Kulow updated to version 0.44.3 see installed CHANGELOG.md [#]# 0.44.3 - January 22, 2022 - TypeChecker validates aliased namespaces (#497) - Always use reference YARD tags when resolving param types (#515) (#516) - Skip method aliases in strict type checking [#]# 0.44.2 - November 23, 2021 - Scope local variables in class_eval blocks (#503) - Fix invalid UTF-8 in node comments (#504) [#]# 0.44.1 - November 18, 2021 - Chain nil safety navigation operator (#420) - Update closure and context for class_eval receiver (#487) - SourceMap::Mapper handles invalid byte sequences (#474) - Special handle var= references, which may use as var = (have space) (#498) - Rebind define_method to self (#494) [#]# 0.44.0 - September 27, 2021 - Allow opening parenthesis, space, and comma when using Diff::LCS (#465) - Support textDocument/documentHighlight - Library#references_from performs shallow matches [#]# 0.43.3 - September 25, 2021 - Avoid Dir.chdir in Bundler processes (#481) - Check stdlib for gems with empty yardocs - Library#maybe_map checks for source in workspace [#]# 0.43.2 - September 23, 2021 - Synchronize server requests (#461) [#]# 0.43.1 - September 20, 2021 - Complete nested namespaces in open gates - SourceMap::Mapper reports filename for encoding errors (#474) - Handle request on a specific thread, and cancel completion when there has newer completion request (#459) - Fix namespace links generated by views/_method.erb (#472) - Source handles long squiggly heredocs (#460) * Mon Jul 26 2021 Stephan Kulow updated to version 0.43.0 see installed CHANGELOG.md [#]# 0.43.0 - July 25, 2021 - Correct arity checks when restarg precedes arg (#418) - Improve the performance of catalog by 4 times (#457) - Type checker validates duck type variables and params (#453) - Kernel#raise exception type checker - Pin::Base#inspect includes path - Fix arity with combined restargs and kwrestargs (#396) [#]# 0.42.4 - July 11, 2021 - Yardoc cache handling - Fix required_paths when gemspec is used (#451) - fix: yard stdout may break language client (#454) * Thu Jun 24 2021 Stephan Kulow updated to version 0.42.3 see installed CHANGELOG.md [#]# 0.42.3 - June 14, 2021 - Require \'pathname\' for Library [#]# 0.42.2 - June 14, 2021 - Improve download-core command output - Ignore missing requests to client responses - Add automatically required gems to YardMap - Use closures to identify local variables [#]# 0.42.1 - June 11, 2021 - YardMap#change sets new directory (#445) [#]# 0.42.0 - June 11, 2021 - Improve YardMap efficiency - Bench includes Workspace for cataloging - Initialize confirms static features from options (#436) - Enable simple repairs without incremental sync (#416) - Discard unrecognized client responses - Notify on use of closest match for core (#390) [#]# 0.41.2 - June 9, 2021 - Rescue InvalidOffset in async diagnosis - Remove erroneous escaping from Hover [#]# 0.41.1 - May 31, 2021 - ApiMap handles required bundles (#443) [#]# 0.41.0 - May 30, 2021 - Chain constant at last double colon with more than two nested namespaces - Fill Integer#times return type (#440) - Validate included modules in type checks (#424) - Faster language server initialization - Server response to initialize is near immediate - Workspace is mapped in a background thread - Supported clients report mapping progress - Log RuboCop corrections at info level (#426) - Allow configuring the version of RuboCop to require (#430) - Fix source of diagnostic (#434) - Fix file argument in RuboCop (#435) - Config ignores directories with .rb extension (#423) [#]# 0.40.4 - March 3, 2021 - Fix optarg and blockarg ordering - Override specialization for #initialize - Find definitions with cursor after double colon [#]# 0.40.3 - February 7, 2021 - Simplify and allow to configure rubocop formatter (#403) - Type checker shows tag in param type errors (#398) - Handle bare private_constant (#408) - Type checker handles splatted variables (#396) * Wed Jan 20 2021 Stephan Kulow updated to version 0.40.2 no changelog found * Mon Nov 09 2020 Dan Čermák - New upstream release 0.39.17 v0.39.17: * Handle YARD pins in alias resolution v0.39.16: * Improved alias resolution * Parse args from YARD method objects * Resolve included namespaces with conflicts * Chains infer from multiple variable assignments * Array and Hash core fills * String.new core fill
|
|
|