Skip to content

Commit

Permalink
Add warning to discourage disabling shadow renaming (#12594)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Nov 8, 2024
1 parent b8c20a3 commit 29da88e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributing/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
disableShadowRelocate=true
```

WARNING: disabling shadow renaming will make some of the tests fail. In some cases it can also make
tests pass when they really should be failing. Use with caution and be prepared for unexpected
behavior.

## Missing GraalVM hints

Enable the GraalVM tracing agent:
Expand Down

0 comments on commit 29da88e

Please sign in to comment.