On Tuesday, 5 November 2013 at 13:05:21 UTC, Atila Neves wrote:
- Trying to use dub to compile the project in release or profile mode flat out didn't work. I had to take the verbose output of dub, use it to compile vibe.d in debug mode into an object file and compile my own code separately and link it in. I believe this was a dmd regression. Speaking of which, why does dub recompile the world instead of tracking dependencies (I tried the rdmd option once but that didn't work, I can't remember why)?

- I ran into a dmd bug when I tried to use TaskPool.map with a delegate so I had to give up trying that possible optimisation.

- I ran into another dmd bug (it crashed) at one point if -inline was used.

- dub build with LDC and GDC failed miserably. I think it was because of vibe.d.

Are all of these issues noted on bugzilla? If not are you able to add them please? They sound serious and don't want to be forgotten about.

Reply via email to