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

Feature request: Expose flatland.ordered.set/ordered-set #1692

Closed
NoahTheDuke opened this issue May 10, 2024 · 1 comment · Fixed by #1693
Closed

Feature request: Expose flatland.ordered.set/ordered-set #1692

NoahTheDuke opened this issue May 10, 2024 · 1 comment · Fixed by #1693

Comments

@NoahTheDuke
Copy link
Contributor

Follow-up to #447, could we get support for flatland.ordered.set?

$ rlwrap bb
[babashka] WARNING: task(s) 'run' override built-in command(s). Use :override-builtin true to disable warning.
Babashka v1.3.189 REPL.
Use :repl/quit or :repl/exit to quit the REPL.
Clojure rocks, Bash reaches.

user=> (require '[flatland.ordered.map :as om])
nil
user=> (require '[flatland.ordered.set :as os])
java.lang.Exception: Unable to resolve classname: clojure.lang.ITransientSet [at flatland/ordered/set.clj:4:3]
@NoahTheDuke NoahTheDuke changed the title Expose flatland.ordered.set/ordered-set Feature request: Expose flatland.ordered.set/ordered-set May 10, 2024
@borkdude
Copy link
Collaborator

alright

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 a pull request may close this issue.

2 participants