hashobject / perun

Programmable static site generator built with Clojure and Boot (HELP NEEDED!)
https://perun.io
Eclipse Public License 1.0
351 stars 38 forks source link

Support Clojure 1.9+ #227

Closed jaidetree closed 5 years ago

jaidetree commented 5 years ago

Perun cannot run entirely in Clojure 1.9+. This is due to a dependency on sitemap with a ns form that doesn't conform to the updated spec. The fix for sitemap was merged into master but there are a few steps involved before it can be updated in perun.

allentiak commented 5 years ago

On Mon, 11 Feb 2019 at 21:09, Jay notifications@github.com wrote:

  • Release new version of sitemap

@podviaznikov Could you please do this?

  • Update sitemap dependency in perun deps.

I can take care of this one, once the previous task is done.

jaidetree commented 5 years ago

What needs to be done to release the next version of sitemap? No rush or anything :smile:, just want to understand the status of that project in relation to perun.

podviaznikov commented 5 years ago

released sitemap 0.4.0. let me know if anything is needed there https://clojars.org/sitemap

allentiak commented 5 years ago

@eccentric-j Once closed, #224 will take care of the third item. I added a fourth item to the list for the released of an updated perun afterwards.

jaidetree commented 5 years ago

Great, thanks Podviaznikov. Added a note in the code review on #224 to bump sitemap to 0.4.0.

allentiak commented 5 years ago

@eccentric-j #224 has been merged

jaidetree commented 5 years ago

@allentiak Great, thanks.

@podviaznikov @allentiak What's next to be able to release the next version of perun?

allentiak commented 5 years ago

Give me a few days and I'll get back to you on this.

On Tue, 14 May 2019, 16:00 Jay, notifications@github.com wrote:

@allentiak https://github.com/allentiak Great, thanks.

@podviaznikov https://github.com/podviaznikov @allentiak https://github.com/allentiak What's next to be able to release the next version of perun?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hashobject/perun/issues/227?email_source=notifications&email_token=AAOVJ6LVGY6MXOCGG6L4ET3PVMD3ZA5CNFSM4GWVJCQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVMOV3A#issuecomment-492366572, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOVJ6OJXLNQRC22G3IOURTPVMD3ZANCNFSM4GWVJCQQ .

allentiak commented 5 years ago

I have tested perun with Clojure 1.10.1, and it works fine. (I'm closing this.)

(The only thing left to do would be the release, but I think we should first discuss what we would like to see there.)