-
Is there a particular reason why RubySpec is currently skipped in mswin-build?
Or is it just not implemented?
Having it on RubyCI would be fairly useful to track the impact of changes on Windows.
-
I recently had a chat with @mbj and he suggested the following:
> > Also I run all checkins for mutants generation engine and unparsers round trip against rubyspec that is a great entropy source.
> >…
-
The failed build is here:
https://travis-ci.org/MagLev/maglev/jobs/5280137
I'm going to tag those first so we can get the new VM out, but @matthias-springer should look at this and decide whether it…
-
See through Opal PRs for monkey patched code:
- [ ] - `Pathname#entries` - https://github.com/opal/opal/pull/1408
- [ ] - `Dir.glob` multiple list fix - rubyspecs for glob need FileUtils, see discussi…
-
Do you guys have plans for adding a feature that would allow the construction of specs that only run if certain conditions are met (PHP version, OS version, platform, available extensions, etc.)?
Som…
-
1.9 comes with new lambda syntax
``` ruby
-> { block code }
```
The 1.9 rubyspecs currently fail trying to parse a file with this syntax.
-
Specs have been hanging at HPI-GSS-BuildEnv/git/spec/rubyspec/core/io/pipe_spec.rb since the IO.popen patches went in.
-
Tests in `spec-runner/vendor` appear to not be for MRI 3.1.2 despite that being the target API listed in the documentation (`RUBYSPEC.md`).
For example, there is test in the spec for `String#upcase…
-
The TCPSocket#initialize specs will hang if the client socket does not connect to the server, since the shutdown for the server expects that it will have handled a request and be wrapping up here:
…
-
Given 2 years of silence and zero issues not sure of the state of this project.
In any case, it looks useful to me so I'm gonna have a crack at some 1.9 stuff (specifically read_nonblock) in my fork