-
We should aim to write specs for all new features, as usually the coverage is rather limited and it would greatly help other implementations to get the behavior right and faster.
From https://githu…
-
When patching `sysrandom` over the standard `securerandom` it can return a different result in the edge case where the number of bytes requested is `0`:
```
/src$ pry
[1] pry(main)> require 'securera…
-
Although we have unified `Fixnum` and `Bignum` in the trunk, there still are `rb_cFixnum` and `rb_cBignum` C-level variables.
Now we will going to remove these variables at the preview release planed …
-
I'll try and work on a PR:
Note that in the `finally/$no_errors if`, the true used to have a return statement and now it doesn't.
Ruby:
``` ruby
def match_unless_raises(expected_exception=Exception…
-
I'm attempting to spruce up the MSpec filters since the rubyspec/rubysl update, and I have a feeling we have a decent amount of `fails` filters that aren't actually exercised anymore. I've caught a f…
mieko updated
8 years ago
-
- [x] CLI
- [x] Usage/help message
- [ ] Building
- [x] #1 Windows build is broken
- [ ] Provide SDK's for each platform
- CEF doesn't like robots using their download page.
- Additional…
-
From RubySpec:
``` ruby
obj = mock('o')
class > a = Object.new
=> #
>> class nil
>> a.to_s
NoMethodError: undefined method `to_s' for #
(ripl):3:in `'
```
Opal:
``` ruby
>> a = Obj…
-
We all know the current way of handling numbers is wrong, but I realized it's wrong on a different level.
`Numeric` is supposed to be a parent class for numbers without actually providing any operato…
-
Should ignore the return value from the method, worked OK in Opal 0.10.1. Seems to not happen if it's a standalone method, had to put it in a class.
``` ruby
class Foo
def foobar=(*)
1
end
en…
-
Blocks Opal from being able to run `rubyspec/language/block_spec.rb`
```
$ bundle exec rake mspec_rubyspec_nodejs PATTERN=spec/rubyspec/language/block_spec.rb
...
/Users/vais/opal/lib/opal/parser.r…