Document output selection #15744
Labels
documentation 📖
low effort
There is not much implementation work to be done. The task is very easy or tiny.
medium impact
Default level of impact
must have eventually
Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
Due to performance issues of IR compilation, recently there's been increased interest by frameworks in using
outputSelection
to select only the actually necessary contracts and outputs. However, this feature and its quirks were never extensively documented, so it's often used inefficiently, with no easy way for users to find out how it was intended to be used.We really need some docs on:
"*"
and""
values and where they can be used."*"
and""
."*"
does not match experimental outputs (#14363) and a list of such outputs."*.sol"
are interpreted literally and only specifically"*"
is a wildcard."*"/"contract"
vs"file.sol"/"*"
).The text was updated successfully, but these errors were encountered: