Danny Siu
Danny Siu
fixed global leak of `ret` is in `deps/jsmin.js`
Just change Rescript to v11.0.0-rc.4 and add `uncurried: false` to `bsconfig.json`, `npm test ` will fail with timeout. It seems like Rescript v11 adds a `param` to the callback of...
According to `Core__Array.resi`, `Array.getUnsafe` should throw `Not_found` if the index is out of bounds. However, this is not the case; it returns `undefined` instead. [ReScript Playground Link](https://rescript-lang.org/try?version=v11.0.0-rc.8&code=DYUwLgBAhgTjUE8IF4IG0BEAJExgHsMAaCbAS2NIHF98ATCAIwRAwF0AoDgYXwDsAzvlAA6AgHMAFLHgIAtAD4AgnEQjx4AKqCoAMxCSADAEpjEAPTnSOPIR78hoidNXzlr9Vp37JAZlMWVgBiUGTAAtB8DPBkAiARIAAeAMYgAA5gZPwcQA) https://github.com/rescript-association/rescript-core/blob/d5904bd82ce2fe77ad66619e66ae5ef935eb115f/src/Core__Array.resi#L811-L830