Skip to content

Conversation

daveliepmann
Copy link
Contributor

closes #327

(is (= ["12345678910" 1 10]
((juxt str min max) 1 2 3 4 5 6 7 8 9 10))))

(testing "'returns a fn that is the juxtaposition of those fns'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Dave. The tests look good. One oddity stands out, though.

These four testing forms have double insulation of quoting. Was that intentional? I don't think we're using that anywhere else.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are direct quotes from the docstring — intentional but could be more clear.

Co-authored-by: Emma Griffin <53583563+E-A-Griffin@users.noreply.github.com>
@E-A-Griffin
Copy link
Collaborator

@daveliepmann if you give me write access to your fork I might be able to look into the issues here tomorrow morning before I go on vacation

@E-A-Griffin
Copy link
Collaborator

That way I can just push up a fix if I find one

@daveliepmann
Copy link
Contributor Author

@E-A-Griffin you should have an invite now

Copy link
Collaborator

@E-A-Griffin E-A-Griffin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeaye this looks good to me, lmk what you think

@jeaye jeaye merged commit 5ab751b into jank-lang:main Sep 15, 2025
2 checks passed
@jeaye
Copy link
Member

jeaye commented Sep 15, 2025

Thanks, folks!

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.

clojure.core/juxt
3 participants