-
Notifications
You must be signed in to change notification settings - Fork 64
Description
OS: WIndows 7 x64
dub: 0.9.24-rc.1, built on Jul 13 2015
DMD: 2.067.1
dash-cli: 0.2.3
I gave up trying to get old versions of Dash working on DMD 2.067.1, so I'm using "dash": "~develop" now, and it still doesn't compile.
I think this is because DMD breaks backward compatibility on every new version.
Also, seems like some dependency packages for old versions does not exist in dub registry. Strange, but dash~develop is the only version where dub upgrade works.
C:\Users\lunar\AppData\Roaming\dub\packages\tharsis-prof-0.5.2\source\tharsis\prof\ranges.d(720,24): Error: template instance TypeTuple!(0, 1, 2, 3, 4, 5, 6, 7, 8, 9) template 'TypeTuple' is not defined, did you mean isTypeTuple(T...)? FAIL C:\Users\lunar\AppData\Roaming\dub\packages\tharsis-prof-0.5.2\.dub\build\library-debug-windows-x86-dmd_2067-60BE4484605607AE8A8CC8E6ACE413A5\ tharsis-prof staticLibrary Error executing command run: dmd failed with exit code 1.
Great work btw. I'm planning to use Dash instead of writing my own framework, if I finally make it works.