We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovered by @kt3k here #2782 (comment)
$ ./target/debug/deno bundle https://deno.land/std/http/file_server.ts Bundling "file_server.bundle.js" Emitting bundle to "file_server.bundle.js" 517.7 kB emitted. $ ./target/release/deno bundle https://deno.land/std/http/file_server.ts Bundling "file_server.bundle.js" Emitting bundle to "file_server.bundle.js" Segmentation fault: 11
This needs to be fixed before any new commits can land.
Likely caused by 498f6ad
The text was updated successfully, but these errors were encountered:
Revert "Remove dead code: legacy read/write ops (denoland#2776)"
7de270e
Seem to have caused master to go red. Cause unknown currently unknown, see denoland#2787. This reverts commit 498f6ad.
Revert "Remove dead code: legacy read/write ops"
5068221
This is causing a segfault for unknown reasons - see denoland#2787. This reverts commit 498f6ad.
81f809f
This is causing a segfault for unknown reasons - see #2787. This reverts commit 498f6ad.
No branches or pull requests
Discovered by @kt3k here #2782 (comment)
This needs to be fixed before any new commits can land.
Likely caused by 498f6ad
The text was updated successfully, but these errors were encountered: