epsilon icon indicating copy to clipboard operation
epsilon copied to clipboard

EplModuleParallelPatterns doesn't produce stack traces on failure

Open kolovos opened this issue 3 years ago • 1 comments
trafficstars

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 avatar Nov 14 '22 12:11 kolovos

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.

SMadani avatar Dec 23 '22 16:12 SMadani