Descent 0.4 released

Ary Manzana ary at esperanto.org.ar
Mon Aug 13 14:51:14 PDT 2007


BCS escribió:
> Fun. Firt thing I try breaks
> 
> pragma(msg,">>" __FILE__ ":");
> 
> it compiles under DMD
> 
> 

That's a tricky one. You can only concatenate string literals in that 
way, but it happen that DMD's lexer replaces __FILE__ with the current 
filename and treat it is a string literal token (instead of 
identifier)... but Descent not.

Well, now it does! :-)

Uninstall Descent and reinstall it. Remeber to run eclipse with "-clean" 
so the update manager refreshes the update site. You should see the new 
version: 0.4.20070813 (the previous one was 0.4.20070812).

Thanks for the bug report,
Ary

P.D.: It didn't break, there were just the red squiggles.



More information about the Digitalmars-d-announce mailing list