marmot icon indicating copy to clipboard operation
marmot copied to clipboard

There are 20 marmot repositories

Open dsfaccini opened this issue 3 years ago • 9 comments

Including one by google Maybe it'd be a good idea to change the name Cool project though

dsfaccini avatar Sep 09 '22 16:09 dsfaccini

Interesting I didn't know Google had one too. I am open to name suggestions. It's early days so I think I can change the name easily. The reason I named it marmot to begin with was from the idea of nodes just shouting and getting change replicated. Initially the whole thing was over UDP (I was using QUIC) but later I converged to using Raft and TCP.

maxpert avatar Sep 09 '22 17:09 maxpert

Finding an unused name is getting harder every day.

Somewhat related because this affects module name... In go.mod, the module name should include full prefix like this.

module github.com/maxpert/marmot

Otherwise, it won't get picked up by https://pkg.go.dev.

x448 avatar Sep 11 '22 16:09 x448

Just did it, next version should have that as well. Changes are already on master.

maxpert avatar Sep 11 '22 19:09 maxpert

Nice. You may need to tag a new release (not marked as pre-release). Then you can click submit without getting the error about module name at:

https://pkg.go.dev/github.com/maxpert/marmot

It seems to ignore releases marked as pre-release.

x448 avatar Sep 11 '22 23:09 x448

Yep there should be a build out in a while with new disk based state-machine and early version of snapshot restoration as well. I still need someone to help me test it on something other than my deployment.

maxpert avatar Sep 11 '22 23:09 maxpert

It seems to ignore releases marked as pre-release.

Now I am getting

"github.com/maxpert/marmot" does not have a valid module path ("marmot").

maxpert avatar Sep 12 '22 00:09 maxpert

If 0.3.9 was marked pre-release then maybe (just a wild guess) pkg.go.dev will continue ignoring it after it is unmarked.

You might need new release tag with new version number which wasn't used before. Just to be sure, make a small change to the README or some other file so the new version isn't on the same commit as 0.3.9.

x448 avatar Sep 12 '22 01:09 x448

Done I was able to get it done. I feel like some community gathering around this. May be a discord or gitter channel will help.

maxpert avatar Sep 12 '22 22:09 maxpert

marmolite might combine the

disarticulate avatar Mar 23 '23 21:03 disarticulate