Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with stripTrailing on Java 1.8 #21

Merged

Conversation

rynkowsg
Copy link
Contributor

Issue: #20

@piotr-yuxuan piotr-yuxuan self-assigned this Mar 16, 2022
@piotr-yuxuan piotr-yuxuan force-pushed the g/fix-stripTrailing-java1.8 branch from 0359914 to 10cb8f7 Compare March 16, 2022 20:20
@piotr-yuxuan piotr-yuxuan merged commit 4acd593 into piotr-yuxuan:main Mar 16, 2022
@piotr-yuxuan
Copy link
Owner

Thank you very much!

piotr-yuxuan added a commit that referenced this pull request Mar 16, 2022
- Thank you @rynkowsg for your valuable contribution: fix issue with
  stripTrailing on Java 1.8 #21
- Move implementation ns under public API, which could be a breaking
  change (I don't know how other people use this code)
- Use upstream mt/default-value-transformer from malli 0.8.4
- Various minor updates
@rynkowsg rynkowsg deleted the g/fix-stripTrailing-java1.8 branch March 17, 2022 12:14
@rynkowsg
Copy link
Contributor Author

rynkowsg commented Mar 17, 2022

You're welcome :)

I love malli and malli-cli sounds like a really good fit.

I'm curious how malli-cli works when an app leveraging it is compiled to a native binary with Graal VM. Have you tried that? I will not need it anytime soon, but it would be nice to know that malli-cli is ready to support that.

@piotr-yuxuan
Copy link
Owner

See:

As malli-cli as no dependencies of its own, and just rely on two provided dependencies, my instinct would be to think that malli-cli behave no worse than clojure and malli themselves. See https://github.com/clj-easy/graalvm-clojure for examples (malli is not present yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants