cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Jakub Holý 2020-11-26T17:07:05.186200Z

@dorab would you possibly have an opportunity to review https://github.com/cryogen-project/cryogen-core/pull/149 ?

Jakub Holý 2020-11-27T08:25:14.189600Z

Carmen and Dmitri gave their LGTM here https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/cryogen/near/215103821, scroll up few posts and back to follow the discussion where Carmen had the same proposal as you about a flag but retracted it eventually after I explained the opt-in .

dorab 2020-11-27T17:28:42.190Z

Thanks to the pointer to the previous discussions. I had not realized it was opt-in. I see that now. Thanks for fixing the conflicts. Github says there are conflicts on the associated PR220 on the cryogen repo. Once you resolve that conflict, I can test out both PRs and merge them. One note - this PR#149 changes the version in project.clj. Perhaps it should be changed to 0.4.1-SNAPSHOT? Or perhaps this PR should not change the version at all, and the version should be changed only when a coordinated set of changes are made?

Jakub Holý 2020-11-27T18:58:34.190300Z

Thanks, conflict fixed

Jakub Holý 2020-11-27T19:02:19.190500Z

Regarding the version: I think it is good practice to change it since this is not part of 0.4.0 and being -SNAPSHOT it is clear it is not made for release. When we decide to make a release, then we change it to whatever we see appropriate and release. But if you prefer, I can drop the version change. Ideally, IMHO, the version would already have been "NEXT" but maven does not support that 🙂

dorab 2020-11-27T20:42:01.190700Z

Okay. Thanks. I have to step out right now, but will review and merge later. The version issue is another thing that could be discussed in #cryogen .

Jakub Holý 2020-11-26T18:52:29.186600Z

I would also appreciate if somebody could review https://github.com/cryogen-project/cryogen-core/pull/152

✅ 1
Jakub Holý 2020-11-27T08:14:10.189100Z

Right. Perhaps we should write down guidelines for when, how to bump the version?