dfmt 0.3.5

Stefan via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jun 1 23:43:54 PDT 2015


On Wednesday, 13 May 2015 at 21:48:49 UTC, Brian Schott wrote:
> https://github.com/Hackerpilot/dfmt/releases/tag/v0.3.5
>
> Just bug fixes, nothing exciting.

Just followed the instructions in readme.md, build using make (on 
windows):
make
Error on line 1: '=' is not a valid filename char

using dub:
dub
WARNING: A deprecated branch based version specification is used 
for the dependency libdparse. Please use numbered versions 
instead. Also note that you can still use the dub.selections.json 
file to override a certain dependency to use a branch instead.
Target libdparse ~master is up to date. Use --force to rebuild.
Building dfmt 0.3.5 configuration "application", build type debug.
Compiling using dmd...
src\dfmt\ast_info.d(222): Error: no property 'inTokenLocation' 
for type 'const(InStatement)'
src\dfmt\ast_info.d(228): Error: no property 'outTokenLocation' 
for type 'const(OutStatement)'
src\dfmt\formatter.d(1411): Error: @nogc function 
'dfmt.formatter.canFindIndex' cannot call non- at nogc function 
'std.range.assumeSorted!("a < b", const(uint)[]).assumeSorted'
FAIL 
.dub\build\application-debug-windows-x86-dmd_2067-763384B48B77E74727B1D5265C8CF93F\ 
dfmt executable
Error executing command run:
dmd failed with exit code 1.

Any idea?


More information about the Digitalmars-d-announce mailing list