Anton Trunov
Anton Trunov
> Having --boc and --boc64 flag for only outputting BoC in binary and Base64 formats may be a nice addition to the compilation mode's That might be useful, indeed. However,...
`Address` is supported since PR #175, will be released in v1.3.0
Let's keep this as a reminder
> Here's the cram fork we might use, which continues developing its snapshot-based testing approach: https://github.com/prysk/prysk As mentioned in the original post, I'd very much prefer not to mix the...
We might end up doing that, but only as the last resort, if there are no alternatives with our ecosystem
Jest does have snapshot tests and we use it in Tact. But I also used cram-like tests a lot with OCaml (https://dune.readthedocs.io/en/stable/reference/cram.html) and it's so much better for CLI apps...
@Alejandbel sure! You are most welcome to have a go at it
> is a static AST analyser needed? This is definitely out-of-scope for the parser project. There are two static analyzer projects supported by the grants and bounties program: - https://github.com/ton-society/grants-and-bounties/issues/489...
@byakuren-hijiri That one looks cool! Let's create a separate issue for that and tag it "found-by-fuzzer"
@imsk17 Could you please provide your Tact source code and the exact error message you see?