gleam icon indicating copy to clipboard operation
gleam copied to clipboard

requirements in manifest.toml do not have a fixed order

Open keroami opened this issue 7 months ago • 2 comments

instead, they seem to swap (reverse?) all the time!

This causes unnecessary changes (and extra git commits or manual work to prevent that).

In addition, when currently using an absolute path in gleam.toml (aware of #2286), this is triggering a swap/reverse in manifest.toml for every compile. The change triggers a re-compile in e.g. vs-code, which is... sub-optimal...

keroami avatar Dec 04 '23 21:12 keroami

See also #2448

keroami avatar Dec 04 '23 21:12 keroami

Thank you

lpil avatar Dec 05 '23 13:12 lpil