jemc / jylis

A distributed in-memory database for Conflict-free Replicated Data Types (CRDTs). :seedling: :left_right_arrow:
https://jemc.github.io/jylis
Mozilla Public License 2.0
74 stars 6 forks source link

Document the "stable" executable in the Makefile. #19

Open gl-yziquel opened 3 months ago

gl-yziquel commented 3 months ago

Hi.

I'd like to know where is the "stable" executable that is executed from the Makefile when attempting to build jylis.

stable env ponyc --debug -o bin jylis

Having some information on that in the README would be nice.

Lack of documentation unfortunately means that I can't tinker with the code, and will have to move on at some point to something else. Unfortunate.

gl-yziquel commented 3 months ago

Ah. OK.

https://jemc.github.io/jylis/docs/start/compile/

Please make a link to that webpage in the README.

gl-yziquel commented 3 months ago

Just tried out to build the "stable" executable. Unfortunately, the ponytest package seems to have been renamed to pony_test, and stable doesn't build anymore.

So the jylis codebase would need a build system overhaul.