Closed deosjr closed 2 years ago
Perhaps I misunderstand, but seems to me that running git diff --exit-code .
in make travis
will throw an error on any changes ever? That doesn't seem helpful.
The idea is that all generated code is checked in
I wonder if make travis uses the locked versions? Or simply the newest code. Maybe it is possible to make it use the locked versions?
On Thu, 12 May 2022 at 18:53, Sjoerd Dost @.***> wrote:
Perhaps I misunderstand, but seems to me that running git diff --exit-code . in make travis will throw an error on any changes ever? That doesn't seem helpful.
— Reply to this email directly, view it on GitHub https://github.com/awalterschulze/gominikanren/pull/20#issuecomment-1125271523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN6YLJV4LBR2NDIICHIRHDVJVASJANCNFSM5VZAIPYQ . You are receiving this because your review was requested.Message ID: @.***>
go get doesnt reinstall, so I was running an old version of gocc locally ;) fixed
Maybe we could rename travis
to ci
or something more generic in the Makefile, but we could do that in a follow up diff. Thanks for fixing this it looks great :D
As per https://github.com/awalterschulze/gominikanren/pull/19#issuecomment-1102700839