-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
v install elliotchance.vsql
ran make
/.vmodules/elliotchance/vsql$ make bin/vsql
grep "//" -r vsql | cut -d -f2 > grammar.bnf
python3 generate-grammar.py
v fmt -w vsql/grammar.v
Reformatted file: /home/ghs/.vmodules/elliotchance/vsql/vsql/grammar.v
mkdir -p bin
v -prod cmd/vsql -o bin/vsql
cmd/vsql/bench.v:4:1: builder error: cannot import module "vsql" (no .v files in "/home/ghs/.vmodules/vsql")
2 |
3 | import cli
4 | import vsql
| ~~~~~~~~~~~
5 |
6 | fn register_bench_command(mut cmd cli.Command) {
make: *** [Makefile:28: bin/vsql] Error 1
Metadata
Metadata
Assignees
Labels
No labels