Review & merge slf/doc-name-game2 #50
Loading…
Reference in a new issue
No description provided.
Delete branch "slf/doc-name-game2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a hodge-podge PR.
name-game-sketch.org
Unit tests are passing for me (with exception of rare repair EQC test failure (
doublewrite_diff
,which is known problem)), and dialyzer output appears to be clean.There seems to be no changes in low level PB APIs while it is mentioned in this pull request summary. My question is in what client routing is being done? I thought it was to be at flu proxy client. But Flu server also have to be aware of locator and namespaces, to make sure file names are unique?
Short answer: there is no client routing yet ... it still needs writing.
There is a change in the LL part of the PB protocol: https://github.com/basho/machi/pull/50/files#diff-310df0484f27882f8d9a22ac5b041a1eL379. It's quite possible that I have overlooked something in the LL client library, though?
Umm sorry! My eyes were just holes and not reading anything.
I haven't tested this yet. I just wanted to read through the code and get a feel for the changes. I didn't see anything that struck me as crazy though.
👍
tests pass and dialyzer looks clean.