Richard Davison

Results 16 issues of Richard Davison

Classes which has a method named `get` would conflict with getters and throw a `SyntaxError` with `invalid property name`. This PR allows for class methods with the name `get` Fixes:...

It would be fantastic if we could get the name of the property or variable we're trying to invoke for debugging purposes. `./qjs -e "const a = {};a()"` ``` TypeError:...

References should be populated using aggregation (lookup) rather than additional db queries.

enhancement
aggregation
proposed

Maybe i'm missing something here but since Rust 1.36, `hashbrown` is now the HashMap implementation for the Rust standard library so is the dependency needed? And then you can use...

Arguments are not applied when setting a custom CC or CXX variable: ```toml [env] CC_aarch64_unknown_linux_musl = "zig cc -target aarch64-linux-musl" CXX_aarch64_unknown_linux_musl = "zig cc -target aarch64-linux-musl" CC_x86_64_unknown_linux_musl = "zig cc...

Hi, It would be great if i can still use the simd feature, but disable its functionality when not building for nightly. The simplest way to accomplish this would be...