Divy Srivastava

Results 185 issues of Divy Srivastava

Depends on https://github.com/denoland/deno_core/pull/570

``` $ V8_FROM_SOURCE=1 cargo build --target x86_64-unknown-linux-musl -vv Finished dev [unoptimized + debuginfo] target(s) in 43m 12s ``` Similar to https://github.com/wg/static-v8

https://docs.rs/crate/v8/0.83.0/builds We seem to be hitting an ICE: ``` [INFO] [stderr] [INFO] [stderr] error: internal compiler error: no errors encountered even though `span_delayed_bug` issued [INFO] [stderr] [INFO] [stderr] error: internal...

``` 18.6 ns per run 53.7 million ops/sec → new_ # main 16.4 ns per run 61.2 million ops/sec → new_ # patch ```

It does not trigger ASAN but only fails under it. ``` ---- bubbling_up_exception stdout ---- thread 'bubbling_up_exception' panicked at tests/test_api.rs:10982:3: assertion failed: !scope.has_caught() note: run with `RUST_BACKTRACE=1` environment variable to...

After applying #22994 and #22993: ```shell npx @angular/cli new test-app cd test-app/ target/debug/deno task start --verbose ``` ``` divy@divy-3 ~/g/g/angular-app (main)> ~/gh/deno/target/debug/deno task start --verbose Task start ng serve "--verbose"...

bug
node compat
node API polyfill

``` divy@divy-macbook ~/gh> deno run -Ar npm:@angular/cli new test-app ? Which stylesheet format would you like to use? CSS ? Do you want to enable Server-Side Rendering (SSR) and Static...

bug
node compat
node resolution

Construct a new module graph container for workers instead of sharing it with the main worker. Fixes #17248 Fixes #23461

According to [RFC7468](https://datatracker.ietf.org/doc/html/rfc7468): > Generators MUST wrap the base64-encoded lines so that each line consists of exactly 64 characters except for the final line, which will encode the remainder of...