Paul Berg
Paul Berg
@ChainsightLabs in the meantime, take a look at how I implemented parameterized tests in my math library PRBMath: - https://github.com/PaulRBerg/prb-math/blob/c7f76a7179afecefc0df3819e9bc4d2f8a20230c/test/ud60x18/UD60x18.t.sol - https://github.com/PaulRBerg/prb-math/blob/c7f76a7179afecefc0df3819e9bc4d2f8a20230c/test/ud60x18/math/avg/avg.t.sol I have extensively used the `parameterizedTest` approach suggested...
That's a fantastic idea @s0ber to avoid having to define `typeRoots`! Pro tip: if you intend on applying these types globally in your monorepo, do not build the `@types/my-monorepo-global-types` package....
I've just wanted to use Slither for the first time in a while, and I bumped into this immediately as soon as I run it. My math library PRBMath [makes...
Great news, thanks very much, @montyly!
Thanks for implementing this feature, guys! Unfortunately, we might have to re-open this issue. Slither doesn't work with chained function calls on value types: ```solidity pragma solidity >=0.8.17; import {...
Have these been implemented? [The docs say that they have not](https://fuellabs.github.io/sway/v0.44.1/book/advanced/generic_types.html#trait-constraints), but this issue is closed.
I agree that this should be communicated on all relevant channels. A good example of a project which has greatly benefited from the modularization of forge-std introduced in V1 is...
So, is it an acknowledged limitation of Forge Std that it cannot be installed as an npm package? I've installed Forge Std and DSTest like this: ```json "dependencies": { "ds-test":...
> Does this always happen for you if you hold down the key? Always. Maybe your computer is faster, or your browser has less bloating plugins. I do have quite...