Daniel Frederico Lins Leite
Daniel Frederico Lins Leite
I will look into this.
> Are you sure you want environment variables overwriting CLI and not the other way around? If CLI dominates, developers without access to `forc` cannot overwrite these features. Example: you...
`forc doc` help is adapting itself to the terminal size, which means it gives different results locally and inside Github CI. I will try to fix it later.
As discussed, the error now points to the configurable block: 
This will be fixed by https://github.com/FuelLabs/sway/issues/6351
> Let me know if there's something wrong, and I'll fix it. There are still CI tests failing. @gadyrcdz
`str` are still not allowed in consts: ``` error: `str` or a type containing `str` on `const` is not allowed. ``` This was probably an "intermediary" build.
> Can we add a test for this? Done.
Would be possible for the Abi to be named as the project is in Forc.toml? Probably changing the case to upper camel case. "_Anonymous_Abi" sound strange. We use underscore only...
Are we propagating all fn attributes like "read", "write" and others? I am seeing some "Attributes::default()" in the changes. I think we should enable "validate_abi" in the "test.toml", like others...