Skip to content

Commit

Permalink
master should compile again
Browse files Browse the repository at this point in the history
  • Loading branch information
burner committed Nov 19, 2024
1 parent 0bcd632 commit a589692
Show file tree
Hide file tree
Showing 17 changed files with 3,608 additions and 2,992 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ handWrittenFiles=source/graphql/argumentextractor.d \
source/graphql/directives.d

gen:
../Darser/darser --dod -i graphql.yaml \
../Darser/darser -i graphql.yaml \
-a source/graphql/ast.d -b "graphql" \
-p source/graphql/parser.d -q "graphql" \
-e source/graphql/exception.d -g "graphql" \
Expand Down
2 changes: 0 additions & 2 deletions source/graphql/argumentextractor.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module graphql.argumentextractor;

__EOF__

import std.array : back, empty, popBack;
import std.conv : to;
import std.format : format;
Expand Down
2 changes: 0 additions & 2 deletions source/graphql/argumentextractortests.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module graphql.argumentextractortests;

__EOF__

import std.format : format;

import vibe.data.json;
Expand Down
Loading

0 comments on commit a589692

Please sign in to comment.