-
Notifications
You must be signed in to change notification settings - Fork 396
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
Cannot printCallStack for a parallel step with a complex map #41
Comments
stchar
changed the title
Cannot printCallStack parallel step with a complex map
Cannot printCallStack for a parallel step with a complex map
Jun 30, 2017
We had this issue a while ago and if i remember correctly we had a fix. It is clearly a regression. I'll merge your PR and prepare a fix. |
Hey, I can try to use bisect, maybe I can found the commit wit that fix |
No, that's ok. It is a problem with Groovy. You can reproduce it by
I removed the unnecessary sort. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've suggested a test with a complex map like.
It seems that the script itself works fine, however I get the exception on
printCallStack()
``
java.lang.ClassCastException: org.codehaus.groovy.runtime.GStringImpl cannot be cast to java.lang.String
The text was updated successfully, but these errors were encountered: