-
Notifications
You must be signed in to change notification settings - Fork 16
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
java.lang.AssertionError: assertion failed: only the last part may end with '_', and only if the suffix does not start with '_' #282
Comments
Please check the naming convention here: dxCompiler/core/src/main/scala/dx/core/ir/DxName.scala Lines 23 to 48 in 59c652b
|
I can read the naming convention. That doesn't change that the compiler should simply report which element it is processing when it encounters the issue, rather than dumping a stack trace. |
Oh I see. We will see how we could improve that. Thanks for the suggestion :) |
Could you update this to provide more information when this condition is triggered?
dxCompiler/core/src/main/scala/dx/core/ir/DxName.scala
Line 77 in 59c652b
For example, when compiling a workflow I get:
Even using the
--verbose
option doesn't provide enough information to localize where the error is arising.The text was updated successfully, but these errors were encountered: