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

StackOverflowError for code snippet #1899

Closed
cursive-ide opened this issue Nov 23, 2017 · 3 comments
Closed

StackOverflowError for code snippet #1899

cursive-ide opened this issue Nov 23, 2017 · 3 comments

Comments

@cursive-ide
Copy link
Owner

Reported by @ikitommi in Slack:

Adding this (broken let) will cause Cursive (and IDEA) to halt (throws StackOverFlowError):

(defn wild-param? [segment]
  (let [string-segment (if keyword? segment) (name segment) segment]
    (str/starts-with? string-segment ":")))
@cursive-ide cursive-ide added this to the 1.6.2-eap4 milestone Nov 23, 2017
@cursive-ide
Copy link
Owner Author

@ikitommi I can't reproduce this with just this snippet, either in CLJ or CLJC. There must be something else provoking it.

@cursive-ide cursive-ide modified the milestones: 1.6.2-eap4, 1.6.3-eap1 Nov 27, 2017
@ikitommi
Copy link

I need to isolate to problem, in one of our multi-module setups. Will post when know more. Thanks for investigating! This can be closed.

@cursive-ide
Copy link
Owner Author

Ok, I'll close this in the meantime.

@cursive-ide cursive-ide removed this from the 1.6.3-eap1 milestone Nov 28, 2017
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

No branches or pull requests

2 participants