cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Jakub Holý 2020-12-03T07:41:37.217900Z

I'll change 220 to be opt in with the separate lein alias etc

Jakub Holý 2020-12-03T07:41:50.218100Z

Awesome!

Jakub Holý 2020-12-03T08:53:14.219500Z

https://github.com/cryogen-project/cryogen/pull/220 updated to be opt-in, adding lein serve[-fast] and clojure -X:serve-fast for running with the fast compilation turned on. Next, docs.

2👍
Jakub Holý 2020-12-03T09:20:51.220100Z

https://github.com/cryogen-project/cryogen-docs/pull/40 updated to mention the serve-fast commands.

1🙏
Jakub Holý 2020-12-03T10:14:33.220500Z

Also opened https://github.com/cryogen-project/cryogen-docs/pull/41

1🙏
dorab 2020-12-03T17:21:43.220700Z

Great, thanks. Do PR#149 and PR#200 need to be coordinated and applied together? Meaning, can we make a release of cryogen-core with PR#149, and then later, make a release of cryogen with PR #220? Another way of asking - if we release cryogen-core with PR#149 and someone starts using the new release with the current release of cryogen, will that work?

Jakub Holý 2020-12-03T17:43:00.220900Z

Yes, do core release first. The change there is non breaking and backwards compatible. Notice 220 does not change anything, it only adds new behavior.

dorab 2020-12-03T21:40:28.221700Z

OK. Thanks. That makes my life a lot easier. I was trying to figure out how to test PR#220 and PR#149 at the same time. I will now focus on getting out a new release for cryogen-core.

1👍