Olof Kindgren
Olof Kindgren
@CohenSteed Great. So I guess that your concerns are handled then, and I just need to know from @martin-lueker and @aprnath if a hardcoded depth=1 works fo their cases
Good. Then we have a fix @martin-lueker, for the other problem, have you tried `--no-export` ?
Yes. I have had the solution in mind for a long time. The solution is local use flags, but the problem is that this is not something that is easily...
Oh, really? That's fantastic. Related to that we also need to to a job to register use flags somehow
I think we need to collect all these cases of generated cores that dynamically adds to the dependency tree and see how they are best solved. My gut feeling is...
The problem with this arises when you have multiple cores and e.g. want version 1.2 of one core and 4.1 of another. Then you need to do multiple checkouts anyway...
There is some history here. I originally thought it would be possible to have a common source directory with multiple target directories. Oh how young and foolish I was. It's...
Trying to figure out what remains in this issue report. One issue is definitely that the src dir is shared by all work roots by default and this just isn't...
The dependency list is actually resolved by the time the generators are executed. There's also a new (since 1.9.1) parameter called `position` to add some control over generator ordering. By...
Looking at it today I see several potential ways to fix this, but it depends a bit on what information we have and need. If this would operate with the...