Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdcolin/rspack-error-repro
https://github.com/cmdcolin/rspack-error-repro
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmdcolin/rspack-error-repro
- Owner: cmdcolin
- License: mit
- Created: 2024-11-04T14:31:17.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:44:53.000Z (15 days ago)
- Last Synced: 2024-11-04T15:34:26.679Z (15 days ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rspack-repro
- clone repo
- run yarn
- run yarn build## Output
```
yarn run v1.22.22
$ rspack build
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: user-provided comparison function does not correctly implement a total order
Location: core/src/slice/sort/shared/smallsort.rs:860Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Aborted (core dumped)
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.```