You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to prevent the new warning appearing? "No debug information found in artifact. Recompile with cashc version 0.10.0 or newer to get better debugging information."
We didn't really take hand optimized bytecode into account when adding this message, we wanted to encourage people to upgrade to the new debugging tooling
yeah, turned out that adding "debug": {} to the artifact would silence the message, but not break anything else
Solutions
Initially my thought was to allow for "debug": {} in artifact typings.
But a better fix might just be to check the cashc version used in the artifact
The text was updated successfully, but these errors were encountered:
mr-zwets
changed the title
allow for "debug": {} in artifact typings
improve when warning is given to recompile the artifact with newer cashc
Nov 7, 2024
Problem
We didn't really take hand optimized bytecode into account when adding this message, we wanted to encourage people to upgrade to the new debugging tooling
Solutions
Initially my thought was to allow for "debug": {} in artifact typings.
But a better fix might just be to check the
cashc
version used in the artifactThe text was updated successfully, but these errors were encountered: