renumbers error testers basing on 5000.
All checks were successful
continuous-integration/drone/push Build is passing

fixed a compiler bug not checking the lower bound of block depth in find_variable_backward_with_word()
This commit is contained in:
2024-01-23 01:11:13 +09:00
parent 676ba7d746
commit bc7cbd9ed2
21 changed files with 89 additions and 33 deletions

View File

@ -53,7 +53,6 @@ hclgo.bin: lib/libhcl.la $(hclgo_OBJECTS)
go build -C $(srcdir) -ldflags "-X 'main.BINDIR=$(bindir)' -X 'main.SBINDIR=$(sbindir)' -X 'main.LIBDIR=$(libdir)' -X 'main.SYSCONFDIR=$(sysconfdir)'" -x -o $(abs_builddir)/hclgo.bin -modfile $(abs_builddir)/go.mod
## ---------------------------------------------------------------
go clean -C $(srcdir) -x -modfile $(abs_builddir)/go.mod
rm -rf $(builddir)/go.mod $(builddir)/go.sum
## the go to o recipe is fake to deceive make
.go.o:
@ -62,6 +61,7 @@ hclgo.bin: lib/libhcl.la $(hclgo_OBJECTS)
.mod.o:
echo $< > $@
endif