dxo
dxo
@deluca-mike you can already do ```solidity import { DSTest } from "ds-test/test.sol" ``` Which will be remapped to whichever on disk path `dapp remappings` selects for that import. https://github.com/dapphub/dapptools/pull/719 is...
> We could possibly reuse `.dapprc` files locally as a package.json situation. Or just plain json files. Or revive the old Dappfile concept. I guess we could `souce` each packages...
relevant: https://github.com/dapphub/dapptools/blob/2b2c2a010f1a22a664cf17861c0d6812077f02b7/src/dapp/libexec/dapp/dapp---find-libraries#L4-L14
ah yes true that would probably be more convenient. We're a little constrained by the interface provided by universalmutator unfortunately (which doesn't e.g. allow for the generation of a specific...
Hi @agroce! Thanks so much for the input (and for building this very nice tool in the first place) :sparkling_heart: > e.g., to get (maybe) one mutant of a dumb...
> hmm. one thing to do, that might be better than total random selection, is to 1) generate mutants then 2) prioritize them and cut off at N? analyze_mutants doesn't...
> > which doesn't e.g. allow for the generation of a specific number of mutants > > Not sure if you misunderstood me or not, but to clarify: with `--iterations`...
oh haha, history repeats itself... :grinning:
I would be totally down to remove all global config files. I would probably keep the project local `.dapprc` / `.sethrc` for now?
I'm wondering if there are maybe situations when you might want to set different values for the same variable when invoking seth or dapp?