Mathias LANG

Results 620 comments of Mathias LANG

>`libs` should just do the translation into the correct linker flags. How do you define what "correct" is ?

This is not an issue on dub side's though, the Github release does not include submodules.

The obvious workaround is to use repository dependencies instead of submodules.

Confirmed fixed in #2678

`OP_UPDATE` is still being used, I just hit this trying to get the dub registry working. https://github.com/vibe-d/vibe.d/blob/1f830a8241041c39c61bbdcde37fe4bc40c13432/mongodb/vibe/db/mongo/connection.d#L301

I suppose those fwd reference errors are what leads to messages such as: ``` ../xdr/Stellar-SCP.h(611): Error: size of type .ℂcpp.xdr.xvector.xvector!(SCPQuorumSet, 4294967292u) is not known ../xdr/Stellar-SCP.h(611): Error: size of type .ℂcpp.xdr.xvector.xvector!(SCPQuorumSet,...

I'm a bit confused, I thought this was only for optional dependencies, originally, but there's no mention of it ?

@WebFreak001 : See https://github.com/dlang/dub/pull/2764 Generator really shouldn't know about the PackageManager. How would you like to proceed ?

@MrcSnm : I would be happy to have parallel builds in Dub, however I don't think I can get to it in the near future. My work so far has...

I think this would be a good candidate for the new unittest system. However it doesn't currently support much in the `PackageSupplier` department. I'll fix that tomorrow.