-
Would it be useful to have a small webhook hosted on the free Heroku tier that runs on pull requests, etc. and ensures that if the rubyspec submodule is updated, it's always a newer revision (not acci…
-
I'm getting the error while trying to precompile assets in rails. The stack trace is as follows:
```
...
I, [2015-11-17T12:57:01.539098 #6877] INFO -- : Writing /home/chris/Documents/Projects/rcred…
-
In order to keep track of which methods are optimize-able by JS runtimes, do something like this:
https://gist.github.com/wied03/76cb79e6076e48eee9a5
Probably need to focus on only methods in coreli…
-
**Environment Information**
jruby 9.3.0.0-SNAPSHOT (2.6.5) 2021-06-06 02b783dc8c Java HotSpot(TM) 64-Bit Server VM 15.0.2+7-27 on 15.0.2+7-27 +jit [linux-x86_64]
works on 9.2 / cruby
**Expected B…
-
Some options like :pgroup works, but others (ex: :chdir, filehandles) doesn't work.
```
$ jruby -e 'pid = spawn("sleep 5", :pgroup => 0, :chdir => "/", STDOUT => :close); p pid; Process.detach(pid)'
…
-
Opal seems to evaluate the condition in a begin/end while loop before executing the scope while MRI runs it once before checking the condition.
The following code will print "konichiwa" in MRI but …
wmnnd updated
3 years ago
-
My initial attempt is to pipe the JS code generated to other compiler. Below is a basic example.
```ruby
p = true
if p
puts "live code"
else
puts "dead code"
end
```
However, [google…
-
```ruby
# frozen_string_literal: true
p "foo #{14}".frozen?
```
MRI: `true`, TruffleRuby: `false`.
Found by @tomstuart in Shopify's codebase. @kirs is looking at fixing it as a beginner issue…
-
I'm interested in the process you're using to take commits from implementation repos and apply just the parts for specs in a different directory structure here.
Is that documented somewhere?
-
DigitalOcean changed the rules and to opt-in a public GitHub repository should have a topic `hacktoberfest`. Does it make sense for RubySpec to join the Hacktoberfest this year?
Unfortunately I don…