Calvin

Results 13 issues of Calvin

On a fresh macOS machine, the first `e build` will stop with a build error: ``` build step: __third_party_angle_src_libANGLE_renderer_metal_angle_metal_internal_shaders_to_air___build_toolchain_mac_clang_arm64__rule "./gen/angle/mtl_internal_shaders_autogen.air" stderr: error: error: cannot execute tool 'metal' due to missing...

:sparkles: enhancement

A recent V8 change, [4733273: [heap] Disallow JS execution in second pass callbacks.](https://chromium-review.googlesource.com/c/v8/v8/+/4733273), makes a strict change to `WeakCallbackInfo::SetSecondPassCallback`: > The second pass callback is **prohibited from executing JavaScript**. Embedders...

A `binding.gyp` with dependencies that live outside of its directory will create misplaced artifacts with the makefile generator (usually, on mac & linux). The dependency will be resolved to a...