github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
MasterDuke timotimo: i just mentioned you in github.com/MoarVM/MoarVM/issues/1056 , but i don't remember how to actually update a submodule we use 22:35
timotimo cd in, git checkout stuff, cd out, git add the path, git commit 22:36
i mean, "git pull" is also okay because that does a merge, which is a kind of checkout
MasterDuke i just tried checkout out the v1.1.0 tag, but i just get `error: pathspec 'v1.1.0' did not match any file(s) known to git` 22:37
oh, i don't have an upstream remote
timotimo: will that lose the changes we've made on top? 22:39
timotimo yeah, it would
you'd have to create a commit that has all changes we need, and it'd have to be in the repository that we've set up in .gitmodules so that others can get it when doing "git pull" on the outer repository 22:40
MasterDuke sounds like the sort of thing i shouldn't do right before going to bed 22:41
maybe i'll get to it tomorrow if nobody else does first
timotimo as long as you don't push to master, it'll be no problem :)
MasterDuke timotimo: fyi, github.com/libtom/libtommath/issues/328