babashka

2025-06-27T20:34:09.891889Z

if I am interested in adding a java class to babashka, do i post the issue in babashka or sci?

borkdude 2025-06-27T20:34:27.532159Z

I'd say first discuss here

2025-06-27T20:34:51.336549Z

sure, we can do the discussion here instead of an issue

2025-06-27T20:36:11.533619Z

lazytest uses java.text.Normalizer to normalize strings into a canonical form so i can strip out accent pieces. i can just reader conditional this part or babashka could support it

borkdude 2025-06-27T20:36:36.229149Z

seems good to add, PR welcome

👍 1
borkdude 2025-06-27T20:36:48.530199Z

or just the issue if you want me to do it

2025-06-27T20:36:50.640149Z

which one? lol

borkdude 2025-06-27T20:36:54.310749Z

babashka

2025-06-27T20:36:56.876039Z

cool, thanks

borkdude 2025-06-27T20:37:00.604919Z

see babashka/impl/classes.clj

👍 1
borkdude 2025-06-27T20:37:14.097619Z

but we also need a test to see if the interop works properly in test/babashka/interop_test.clj