Sophie Dankel

Results 94 comments of Sophie Dankel

There's no need to open duplicate issues. Which CLI are you proposing this for, and what is your proposal?

Related https://github.com/FuelLabs/sway/issues/6015

I believe this is closed by https://github.com/FuelLabs/sway/pull/6528 Feel free to reopen if there's anything missing.

Hi @adirola , I've opened a new issue since the original issue is already solved: https://github.com/FuelLabs/forc/issues/46 If you comment there I can assign it to you. And please update the...

Nice find, this does look like a bug in how overrides work.

If it's what they already have, I think we should print an info message and do nothing.

One way that might work to preserve the ability to add new plugins without touching forc code itself would be to use clap's [after_help](https://docs.rs/clap/latest/clap/builder/struct.Command.html#method.after_help) to list the subcommands provided from...

This repros in the core library tests as well: ``` cd sway-lib-core/src && forc test ok_abi_encoding --logs --decode ```

It looks like this is a problem in libraries because logged_types is always [None](https://github.com/FuelLabs/sway/blob/507870a386103d7a72035f44da5f4dcd35fbca6c/sway-core/src/abi_generation/fuel_abi.rs#L191). Working on a fix.

We decided as a team we do not want the formatter to be configurable. The next step is to remove the configuration code that currently exists in the formatter but...