spierce7
08/30/2023, 12:28 AMTim Grafford
08/30/2023, 5:11 AMVampire
08/30/2023, 6:28 AMspierce7
08/30/2023, 12:41 PMnever ever ever ever ever ever include one project into multiple builds if that is what you meant.I understand the point, but it seems to be the only way we can reasonably share modules of code. The only alternative I can think of would be to separate each project or super small groups of projects into builds and include them, but again, that seemed to slow things down.
Vampire
08/30/2023, 1:10 PMI understand the point, but it seems to be the only way we can reasonably share modules of code.No, it is not reasonable at all. Don't do it, or you get into all sorts of trouble. This is highly fragile and you should never, ever, ..., do that. If you need something like that, use composite builds, or you get into serious trouble sooner or later. Sometimes in obvious ways, sometimes very subtle.
spierce7
08/30/2023, 1:25 PMspierce7
08/30/2023, 1:28 PMVampire
08/30/2023, 1:30 PMspierce7
08/30/2023, 1:54 PM