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
- Do not modify `ns.diagnostics` directly - ever. We may want to resolve
an expression and drop all the diagnostics for it.
- Ensure all variable errors are surfaced
- Update solc testdata to `v0.8.22`
Signed-off-by: Sean Young <[email protected]>
Copy file name to clipboardexpand all lines: solang-parser/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This crate is part of [Hyperledger Solang](https://solang.readthedocs.io/). It contains the
4
4
parser for Solidity, including the dialects used by Solang for Solana and Polkadot.
5
5
6
-
This parser is compatible with Ethereum Solidity v0.8.21.
6
+
This parser is compatible with Ethereum Solidity v0.8.22.
7
7
8
8
`solang-parser` is still `0.*.*`, so breaking changes [may occur at any time](https://semver.org/#spec-item-4). If you must depend on `solang-parser`, we recommend pinning to a specific version, i.e., `=0.y.z`.
0 commit comments