-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
fix(graalvm): omnibus native fixes #1244
Conversation
63e8ee6
to
721cceb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1244 +/- ##
==========================================
- Coverage 51.20% 50.80% -0.40%
==========================================
Files 458 459 +1
Lines 17927 18037 +110
Branches 3181 3195 +14
==========================================
- Hits 9179 9164 -15
- Misses 7714 7842 +128
+ Partials 1034 1031 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
09ba0f3
to
b54fae3
Compare
feat(cli): color support for error printing fix(cli): don't swallow non-polyglot errors fix(cli): show verbose errors in debug/verbose mode fix(cli): error messages break length limits sometimes fix(cli): errors in general get really long fix(cli): errors show lots of irrelevant stacktrace entries fix(graalvm): issues with elide-prefixed module names fix(graalvm): truffle boundary for synthetic modules fix(graalvm-js): drop superfluous log line fix(graalvm-kt): language resources for kotlinc chore: relock dependencies chore: update kdl lock chore: update gz configs for js/kt runtimes Fixes and closes #1049 Signed-off-by: Sam Gammon <sam@elide.dev>
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases) - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) - [Commits](slsa-framework/slsa-github-generator@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: slsa-framework/slsa-github-generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.dev>
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@fe02b34...a7487c7) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.dev>
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 12ec1e736e5f012abe0eea9fe83c33d4a88eddd3 to fe012aed54dc21daa5df0108f7b51305a2877251. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](JetBrains/qodana-action@12ec1e7...fe012ae) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.dev>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.dev>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd74661...b56ba49) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.dev>
b54fae3
to
bc1edbc
Compare
Summary
General suite of fixes for CLI error printing, issues with the native build introduced by dependency updates, and other chores. Error reporting gets a lot better with this PR.
Before and after:

Changelog