Skip to content

Commit

Permalink
fix(graalvm): omnibus native fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sgammon committed Feb 24, 2025
1 parent 667c882 commit 09ba0f3
Show file tree
Hide file tree
Showing 21 changed files with 728 additions and 303 deletions.
4 changes: 3 additions & 1 deletion gradle/elide.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ slf4j = "2.0.16"
snakeyaml = "2.4"
snappy = "1.1.10.7"
snyk = "0.6.1"
sonar = "4.4.1.3373" # next: "2022-07-20"
smartexception = "0.2.1"
sonar = "4.4.1.3373"
spdx = "0.8.0"
spotless = "6.25.0"
sqlcommenter = "2.1.1-elide"
Expand Down Expand Up @@ -731,6 +732,7 @@ slf4j-jul = { group = "org.slf4j", name = "jul-to-slf4j", version.ref = "slf4j"
slf4j-log4j-bridge = { group = "org.slf4j", name = "log4j-over-slf4j", version.ref = "slf4j" }
snakeyaml = { group = "org.yaml", name = "snakeyaml", version.ref = "snakeyaml" }
snappy = { group = "org.xerial.snappy", name = "snappy-java", version.ref = "snappy" }
smartexception = { group = "com.arthenica", name = "smart-exception-java9", version.ref = "smartexception" }
sqlcommenter-hibernate = { group = "com.google.cloud", name = "sqlcommenter-hibernate", version.ref = "sqlcommenter" }
sqlite = { group = "org.xerial", name = "sqlite-jdbc", version.ref = "sqlite" }
strikt-bom = { group = "io.strikt", name = "strikt-bom", version.ref = "strikt" }
Expand Down
27 changes: 24 additions & 3 deletions gradle/verification-metadata.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09ba0f3

Please sign in to comment.