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

EplModuleParallelPatterns doesn't produce stack traces on failure #4

Open
kolovos opened this issue Nov 14, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@kolovos
Copy link
Contributor

kolovos commented Nov 14, 2022

Running this code with EplModule produces a complete stack trace as shown below:

Type 'Person1' not found
	at (unknown@4:10-4:17)
	at (unknown@3:0-8:1)
	at (unknown@4:10-4:17)
	at (unknown@3:0-8:1)

Running the same code with EplModuleParallelPatterns only produces the first line:

Type 'Person1' not found

Tentatively assigning to @SMadani as the original developer of EplModuleParallelPatterns.

@kolovos kolovos added the bug Something isn't working label Nov 17, 2022
@SMadani
Copy link
Contributor

SMadani commented Dec 23, 2022

I've added a test to reproduce this (see #26).
The stack trace is there, just a bit further down. I can't see an easy way to make this appear higher up without some massively hacky workarounds though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants