-
Rubocop correctly approves of files that have a comment like `# frozen_string_literal: true`. You can also combine multiple magic directives by writing something like `# -*- encoding: ASCII-8BIT; froz…
-
I just updated to GCC 7.1.0. Others may have noticed, but things are not good.
Running tests using
```
ruby runner.rb -j3 -Ilib --show-skip ruby
```
Results -
Last GCC 6.3 build I have:
…
-
This is just because Rubinius does it in common/io.rb `IO#setup`.
MRI and JRuby do not and "follow" standard UNIX programs having unbuffered STDERR, but buffered (by line on TTY, by block otherwise) S…
-
Found in Rack logger. Used by Sinatra.
Expected
```
ruby -e 'puts %{%s - %s [%s] "%s %s%s %s" %d %s %0.4f\n} % ["::1", "-", "24/May/2015:15:09:29 +0000", "GET", "/hi", "", "HTTP/1.1", "200", "14", 0…
-
The tests for [hike](https://rubygems.org/gems/hike) have a failure because we're not passing the correct block to `super`. I've extracted a smaller snippet to demonstrate the problem:
```
class Upp…
-
Example
``` ruby
module TestModule
def hello
puts "Hello"
end
class TestBase64
def self.method_added(name)
puts "IN METHOD ADDED #{name}"
end
def self.include(mod)…
-
Is this project dead or superceded by something?
It still seems really useful, but lacks new features from 2.2 and 2.3.
Should they be contributed or no one cares any more?..
-
- [x] predefined/data
- [x] regexp/character_classes
- [x] regexp/modifiers
- [x] block
- [x] break
- [x] case
- [x] class
- [x] constants
- [x] def
- [x] encoding
- [x] file
- [x] lambda
- [x] method…
-
I'm interested in contributing, but the last commits were all in 2015.
It appears as though this is no longer maintained. Is that the case?
-
I replaced the native zlib implementation in the JRuby+Truffle project with pr-zlib. We run RubySpec to check our compatibility with Ruby, so this is now indirectly running pr-zlib against RubySpec.
…