Age | Commit message (Collapse) | Author |
|
This doesn't fix the issue in the context we were trying to fix,
but it is semantically correct (where existing behavior is not),
which we are not proving with a unit test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because raiseResolvedReferenceList is the last step in
compositions which use it - it always raises the desired
conclusion - it doesn't actually need to use raiseOutputAbove.
|
|
|
|
Basic implementation only here, nothing custom for particular
annotations for example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit also implements raiseResolvedReferenceList across
the compositions which have a notFoundMode input. This causes
no semantic changes at all, except that notFoundMode is no
longer ignored(!!) in withResolvedContribs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Oooooooooooops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Works by name, not by directory. Also no caching, and some stuff
common with findHelper should be factored out.
|
|
|
|
|