Kevin Ingersoll
Kevin Ingersoll
a namespace that is too long will eventually trigger an error via #2917 but it might be worth doing this earlier during config validation step? not sure if we can...
a file like `SomeSystem.sol` with a definition like `contract app__SomeSystem is System` will error in `mud build` with > [MUDError]: Contract not found: SomeSystem we should improve that error to...
I have a project on 0.8.23 and wanted to bump gas report dep, but got this error ``` Found incompatible Solidity versions: test/MockProject.t.sol ^0.8.22 imports: lib/forge-std/src/Test.sol >=0.6.2, =0.8.24 ```
spotted this while watching https://twitter.com/SolidityFridays/status/1755940653828354320
Sky Strife saw an issue where ERC20 module error didn't surface/decode properly
We've been prototyping a complete wallet integration and user onboarding flow in https://github.com/latticexyz/mud/pull/2623 This issue will capture what we have left for a v1 and replaces some previous issues. This...
for errors related to unexpected config keys, we can add a list of expected keys via `stringifyUnion` in `@arktype/util` see https://github.com/latticexyz/mud/pull/2880#discussion_r1620870993