On Thu, 13 Apr 2017 18:26:29 GMT, Rey Valeza wrote:

Hi Sönke,

I tried to upgrade a project and this is what I got:

rey@rey-ThinkCentre:~/vibe/rey$ dub upgrade
Upgrading project in /home/rey/vibe/rey
Fetching vibe-d 0.7.31 (getting selected version)...
Placing vibe-d 0.7.31 to /home/rey/.dub/packages/...
/home/rey/.dub/packages/vibe-d-0.7.31/dub.sdl(62:7): Error: Expected '=' after attribute name, not Value
rey@rey-ThinkCentre:~/vibe/rey$

Thanks!

Looks like there is some issue with the SDLang parser of DUB (not treating the comment at the end of the line as a comment). There is an open pull request for this in the vibe.d repository and I'll have a look at the root cause.