Divy Srivastava

Results 191 comments of Divy Srivastava

`Deno.build` fields are being populated during snapshot time (improving startup time perf): https://github.com/denoland/deno/blob/cdbf902499dc62a4fb9f8cbf2a47a7b446623929/runtime/ops/bootstrap.rs#L32-L46 which means its currently not possible to compile Deno CLI without snapshots. --- Discussed this offline and...

Official aarch64 linux builds are available. Closing

@k-right It seems like a recent bug in Sharp: https://github.com/lovell/sharp/issues/3438

This should be fixed because we got rid of tinycc dependency

Yup, it works with `DENO_FUTURE=1`: ![image](https://github.com/denoland/deno/assets/34997667/6934d8f3-53cf-489a-a5ee-158d1fc0f4b4)

Fixed by #23469 Tested `dev`, `build` and `serve` on various SolidStart projects. ![demo](https://github.com/denoland/deno/assets/34997667/d7e2fb52-e391-42ab-bc85-abfa9ec43bdd)

Panic is fixed in 1.39. It should throw a catchable error.

@billywhizz Sorry for the late reviews. This looks good, can you rebase?

Ok, I think we still need to implement `getCompilationInfo` for shader errors

Closing the issue because the (awkward) error management is intended as per spec