Closed dohnto closed 7 years ago
@dohnto oh wow, thanks a lot for doing this, I so much appreciate it!! Will try to figure out what the problem is here ASAP (note: I'm developing on macOS, never tried what you did above).
Hmmm, still struggling with this. Might need to reach out to the dep
team to see if they've got an idea.
As the awesome @carolynvs from the dep
team rightly pointed out (thanks, again!!) the root problem here is that the Go version in the Docker image is out of date (v1.7, where I'm using v1.8). This should fix this issue, can you try and confirm please, @dohnto?
Can I close this one @dohnto?
OK, @dohnto I think I'm gonna close this one for now, if the issue persists, happy to re-open it.
Yes, golang 1.8 fixed this one for me.
In order to debug #2 I tried to build reshifter from source, following
dev.md
document.You can reproduce my build by running:
EDIT: updated the code to improve compaction NOTE: I haven't developed in golang lately so maybe missing something obvious... but maybe it can be included in
dev.md
Thanks!