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

Transitive dependency function net.cgrand.parsley.fold/cat is replacing clojure.core/cat #2

Open
Lambeaux opened this issue Apr 19, 2020 · 1 comment
Labels
context/tech-debt Sacrificed due to schedule but needs to be cleaned up later type/bug Something isn't working - this is unexpected behavior or an incorrect result

Comments

@Lambeaux
Copy link
Contributor

When starting the CLI, users get the following warning:

user=> WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat

Besides being a nuisance, at worst, this means the Clojure cat function isn't accessible for the time being. There's no hurry to address this since transducers are a fairly advanced concept. From the docstring of the cat function:

"A transducer which concatenates the contents of each input, which must be a
  collection, into the reduction."
@Lambeaux Lambeaux changed the title Transitive dependency function net.cgrand.parsley.fold/cat is replacing clojure.core/cat Transitive dependency function net.cgrand.parsley.fold/cat is replacing clojure.core/cat Apr 19, 2020
@Lambeaux
Copy link
Contributor Author

Lambeaux commented Jul 7, 2020

Promoting this to type/bug since if left unaddressed will cause symptoms of an actual bug. Not necessarily a high priority, however.

@Lambeaux Lambeaux added type/bug Something isn't working - this is unexpected behavior or an incorrect result context/tech-debt Sacrificed due to schedule but needs to be cleaned up later and removed invalid labels Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context/tech-debt Sacrificed due to schedule but needs to be cleaned up later type/bug Something isn't working - this is unexpected behavior or an incorrect result
Projects
None yet
Development

No branches or pull requests

1 participant