hmdne

Results 111 comments of hmdne

It works for subclasses of String in v1.1. But this code still breaks: ```ruby class Foo def to_s "test" end alias inspect to_s end class Bar def to_s Foo.new end...

In short, to fix it, we may need to do something like toString in a loop...

https://github.com/gotwarlost/istanbul#the-instrument-command we could also base it on this...

Ref: YusukeIwaki/puppeteer-ruby#166

It could be a nice idea to generate a coverage report from this... apparently puppeteer-ruby has the tooling necessary (ref #1382)

Previous issues/prs related to Bignum support: #746, #862, #885

Let's try to re-enable those tests but for GHA for a change.

Well, JRuby worked, but TruffleRuby oomed (this was an OS OOM). Both ran very slowly.

Yes, Native::Object inherits BasicObject not Object.

There was a recent idea to map Integer to JavaScript BigInt. Ie. all Integer operations would become BigInt. This would hamper performance, but would make us have a correct class...