cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
dorab 2020-10-17T00:12:22.013100Z

@yogthos Just to be clear, ALL the related PRs need to be applied and then all the dependencies updated. It is not enough to apply just some of them. This is because the name of the protocol method is changed from ext to exts. Happy to do this if I have write access to the repos.

yogthos 2020-10-17T00:14:10.013300Z

I merged all the PRs I think, but check with @carmen about access

carmen 2020-10-17T00:39:33.013500Z

@dorab I sent you an invite to the org!

dorab 2020-10-17T00:50:00.013700Z

Thanks. @carmen. Joined. @yogthos thanks. I'll take a look and make the required changes.

yogthos 2020-10-17T01:01:22.013900Z

🎉

dorab 2020-10-17T01:01:56.014100Z

Does someone want to review the PRs before I merge them? I feel a bit strange merging my own PRs. But happy to do so if needed.

dorab 2020-10-17T01:18:29.014300Z

I'm going ahead with merging the PRs.

yogthos 2020-10-17T01:25:15.014500Z

Should I push out another release for core and asciidoc?

dorab 2020-10-17T01:48:26.014700Z

I have applied the changes to all the relevant repos. BUT, I have not yet updated any of the version numbers. I will update the "patchlevel" versions of all the relevant repos and change the dependencies. Then the repos should be ready to be released.

dorab 2020-10-17T01:59:51.014900Z

@yogthos, is the current cryogen-core master branch the same as 0.3.2? Asking because the last tag on the repo is 0.3.1 but the README says 0.3.2.

dorab 2020-10-17T02:41:13.015100Z

I downloaded and looked at 0.3.2 and it looks like it matches master.

dorab 2020-10-17T03:00:18.015300Z

I updated the master branch of the following repos:

dorab 2020-10-17T03:01:22.015500Z

• cryogen-asciidoc to 0.3.2

dorab 2020-10-17T03:02:39.015700Z

cryogen-markdown to 0.1.13

dorab 2020-10-17T03:03:16.015900Z

cryogen-flexmark to 0.1.4

dorab 2020-10-17T03:03:41.016100Z

cryogen-docs to 0.1.1

dorab 2020-10-17T03:04:36.016300Z

I updated the project.clj in each of these repos and created a tagged release in each repo.

dorab 2020-10-17T03:05:15.016500Z

I'll leave the publishing of each of these repos to clojars to @yogthos.

dorab 2020-10-17T03:07:48.016800Z

I'll note that the circleci build of cryogen-docs failed . Presumably because the correct versions of the dependencies are not yet on clojars. Other circleci jobs might fail too, for the same reason.

dorab 2020-10-17T03:10:14.017Z

After publishing to clojars, it might be good to run the tests in cryogen-core with all the latest versions.

dorab 2020-10-17T03:11:15.017200Z

Going to bed now. Will check back here tomorrow morning.

dorab 2020-10-17T03:15:41.017400Z

One other thing ... I did not make any changes to cryogen-core since 0.3.2 seemed to have all the necessary changes.

yogthos 2020-10-17T03:46:13.017600Z

fantastic, just released all the updated libraries

yogthos 2020-10-17T03:47:11.017800Z

and @carmen can take a look at the docs

yogthos 2020-10-17T03:48:21.018Z

oh it looks like the docs wasn't building because I haven't pushed the new libraries to clojars yet