rbs
rbs copied to clipboard
Type Signature for Ruby
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [minitest](https://github.com/minitest/minitest) from 5.22.3 to 5.23.0. Changelog Sourced from minitest's changelog. === 5.23.0 / 2024-05-15 3 minor enhancements: Added -Werror to raise on any warning output. (byroot) Added UnexpectedWarning as...
I happened to come across a problem.
# Problem Currently, signature testing is conducted by rbs/unit_test. However, there are the following issues: - Many methods exist that have not been tested. - There is a pattern that...
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 to 1.63.5. Release notes Sourced from rubocop's releases. RuboCop 1.63.5 Bug fixes #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment....
There are practices to differentiate “development apps” (e.g., use Rake to automate, use RBS to test) and “runtime libraries” (e.g., Rake plugin, RBS processor) in `Gemfile`s and `.gemspec`s. ```ruby #...
Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.7 to 3.1.8. Release notes Sourced from bigdecimal's releases. v3.1.8 What's Changed Restore TruffleRuby on CI by @andrykonchin in ruby/bigdecimal#292 Fix memory leak in VpAlloc by exception...
I'm developing a tool using RBS. And I'm trying to load RBS files using `RBS::MethodType#location` and display them with colors. During development, a problem occurred where the display is off...
design doc: https://hackmd.io/QNkMU6roTqSn_iXb2ENhsA
Add a pattern to `Array#cycle` that returns an Enumerator that loops infinitely, as it is missing. Whether it loops infinitely or not depends on the receiver and cannot be isolated...