rbs icon indicating copy to clipboard operation
rbs copied to clipboard

Type Signature for Ruby

Results 271 rbs issues
Sort by recently updated
recently updated
newest added

# Add support for parameterized singleton types This PR adds support for type parameters on singleton types to match the functionality available in Sorbet's `T.class_of(X)[Y]` syntax. With this change, RBS...

Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.9 to 3.2.2. Release notes Sourced from bigdecimal's releases. v3.2.2 What's Changed Make precision calculation in bigdecimal.div(value, 0) gc-compaction safe by @​tompng in ruby/bigdecimal#339 Full Changelog: https://github.com/ruby/bigdecimal/compare/v3.2.1...v3.2.2...

dependencies
ruby

Bumps [rake](https://github.com/ruby/rake) from 13.2.1 to 13.3.0. Commits 0fdacef Bump rake to 13.3.0 fcc1f86 Merge pull request #515 from rgarner/task-arguments-deconstruct-keys 8e917d9 Merge pull request #609 from pvdb/fix_rubyrunner_require 0378c45 Merge pull request...

dependencies
ruby

First step of https://github.com/ruby/rbs/issues/2361 I defined `RBS::Unnamed::TopLevelSelfClass`. By itself, this doesn't change anything, but if type checkers implement this class as the class of the top-level object, it will make...

As experienced here: https://github.com/castwide/solargraph/issues/959 the `safe_dump` method is not found; According to a comment on the above issue, this is due to it missing from RBS; maybe other methods are...

Fix https://github.com/ruby/rbs/issues/2293 ### Before ```rbs module M module N end # 2. Found the `::M::N2` and search the the `N`(`entry.decl.old_name`). # 3. The `::N` is nothing. module N2 = N...

Shopify is actively working on decoupling the RBS parser from its Ruby bindings, in order to expose a new pure C API. This API will be more compatible (e.g. it...

A check for the flag `-std=gnu99` appears to fail and prevent generating the Makefile on JRuby. Other gems with "plain" C libraries seem to install correctly on this system (JRuby,...

There are dependencies on some native extensions not supported by JRuby (or supported, but not in the standard gems): * The `dbm` native extension library is not supported by JRuby,...