reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
Ykä 2021-02-04T06:52:30.075300Z

I made a similar PR to Reitit as well: https://github.com/metosin/reitit/pull/469 The weird thing in Reitit was that newer dependencies caused less assertions to be run in tests. All tests passed though:

--- clj-test-master.txt 2021-02-04 08:43:51.000000000 +0200
+++ clj-test-upgraded.txt       2021-02-04 08:47:49.000000000 +0200
@@ -1,8 +1,8 @@
 Performing task 'do' with profile(s): 'dev,base,system,user,provided'

-Ran 92 tests in 13.858 seconds
-3468 assertions, 0 failures, 0 errors.
+Ran 92 tests in 13.117 seconds
+3440 assertions, 0 failures, 0 errors.
 Performing task 'do' with profile(s): 'dev,base,system,user,provided,1.9'

-Ran 92 tests in 13.079 seconds
-3572 assertions, 0 failures, 0 errors.
+Ran 92 tests in 13.333 seconds
+3317 assertions, 0 failures, 0 errors.

ikitommi 2021-02-04T18:50:11.078Z

thanks to @yka - shipped out the following (depenrencey update releases):

[metosin/reitit-core "0.5.12"]
[metosin/muuntaja "0.6.8"]
[metosin/ring-http-response "0.9.2"]
… reitit also fixes the Allow whitespace as separator in route paths. #411. PR #466 by Kimmo Koskinen and Metosin Maintenance Mob.

Ykä 2021-02-04T18:56:35.078100Z

Awesome! Thanks Tommi! 🙏 😎