Move data part of dub.platform to dub.data#2744
Conversation
|
✅ PR OK, no changes in deprecations or warnings Total deprecations: 14 Total warnings: 0 Build statistics: statistics (-before, +after)
-executable size=5335176 bin/dub
+executable size=5335248 bin/dub
rough build time=66sFull build output |
We want to separate the data part, which is exposed to the PackageRecipe, from the actual platform check code, which is used when building.
54d1e44 to
e9bf06a
Compare
|
@Geod24 Can you explain that in more detail? I don't see how |
|
@s-ludwig : Sure. I want to separate everything that has to do with the
I hope this makes more sense ? |
|
In that case, I would suggest to look into moving |
|
Looking into it more, I'm not so convinced anymore that this PR was right. Can I have until year-end to complete what I am working on, and if I cannot make a compelling argument, we revert this ? I don't think it's going to take that long but I want a bit of margin. |
|
@Geod24 Just a reminder so that this doesn't get forgotten. |
|
Good point: #2788 |
We want to separate the data part, which is exposed to the PackageRecipe, from the actual platform check code, which is used when building.
Note that it's exposed to
PackageRecipeindirectly, through itscompilerimport, which I aim to remove.