fyi repo reorganization - opend-dmd deleted, opend repo now holds main compiler #22
Replies: 2 comments 5 replies
-
How does this work? ldc will be a separate branch or something? How do you plan to sync with ldc upstream (if at all)? |
Beta Was this translation helpful? Give feedback.
-
Whatever the case may be, reducing the insane complexity of managing multiple repos in tandem is a good idea IMO. The original idea of splitting dmd, druntime, phobos is in retrospect kinda silly, because many changes depend on exact versions anyway, so you might as well just do a single repo for all of them. Or, if git submodules don't make you puke, have a main repo that pulls in all the dependents. But yeah, I'd also want to avoid using git submodules if I can help it... it leads to pathological situations quite often, and is more useful for things like pulling an independent 3rd party library rather than an essential component of your main app. |
Beta Was this translation helpful? Give feedback.
-
The hope is to merge ldc and dmd repos so they update together, this just one step. Should also be easier to fork now too.
Beta Was this translation helpful? Give feedback.
All reactions