neeldug

Results 7 comments of neeldug

From what I've seen in the CI, the version of Homebrew packaged with the CI seems to be really out of date and so updates initially, otherwise it seems fine....

Hi, I wanted to work on this as my first issue! I was planning on using [this crate](https://crates.io/crates/deunicode), however, I'm unsure of exactly where the search queries are parsed in...

Solely reading from the docs [here](https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md#finding-a-home-for-your-cask), but it seems to me that any unofficial builds shouldn't be held in the main cask repository, so perhaps it could get hosted on...

Loaded `test/language/expressions/tagged-template/tco-call.js` into a debugger and got an exception during eval of `EXC_BAD_ACCESS(code=2, address=...)`, seems to occur at a memory copy of some variety, will continue stepping through to work...

Actually, ended up actually reading up on the feature the testcase is testing, it's tail-call optimisation, and explains why the number of stack frames is so large, i.e. this optimisation...

It would be nice to have some automation of fuzzing going on, however, as fuzzers last indefinitely, unsure of whether using CI is applicable... I also found AFL which seems...

I ended up reading through the links and can see the benefit in doing NaN boxing, however, what is the memory footprint of the fat enum being used currently? Not...