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
Problem: If the data provided in the emit statement does not match the event definition, it causes a compilation crash, but solc does not crash.
Version: v0.3.3: Atlantis
solang compile --target solana test.sol
thread 'main' panicked at 'not implemented', src/emit/solana/target.rs:1937:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Problem: If the data provided in the emit statement does not match the event definition, it causes a compilation crash, but solc does not crash.
Version: v0.3.3: Atlantis
test.sol
The text was updated successfully, but these errors were encountered: