spec
spec copied to clipboard
The Ruby Spec Suite aka ruby/spec
This addresses most of the open issues left in #1222. Most relevant is the shared spec to get a definition of what all methods on `Random::Formatter` should behave like. Once...
This is an attempt at a fix for #1216, but I feel like this is more of an MRI internal property and I'm not sure if this does even belong...
Continuing from #1297 --- More weird stuff: - `.map`: - Specifying non-0 `offset` guarantees that everything breaks: size is computed incorrectly, crashing VM on reading the whole buffer, on macOS...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
From #1265. > String literals in files without a frozen_string_literal comment now emit a deprecation warning when they are mutated. These warnings can be enabled with -W:deprecated or by setting...
There are at least three cases from jruby/jruby#8345 where an interaction between an `each_with_index` Enumerator and an Enumerable method was or is broken in JRuby: * to_h * uniq *...
… to StringIO#readpartial This one was missing in #1278, I got it to work with the `encoding: binary` directive. The StringIO code was fine, the spec was just incomplete.