You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per title, while using the checkpoint validator to validate my own custom checkpoint implementation just now, I noticed that the stack traces that it produces don't align correctly with the source. I think this is caused by swc-project/swc-node/#848.
Unfortunately this makes the errors produced by the test suite a bit confusing, as it'll cause the code snippet in the error output to be totally invalid. For example, in the screenshot below, the error in question is coming from the execution of a DynamoDB PutCommand at line 437, while the code snippet is pointing at the whitespace of line 291, which is in an entirely different method.
The text was updated successfully, but these errors were encountered:
Per title, while using the checkpoint validator to validate my own custom checkpoint implementation just now, I noticed that the stack traces that it produces don't align correctly with the source. I think this is caused by swc-project/swc-node/#848.
Unfortunately this makes the errors produced by the test suite a bit confusing, as it'll cause the code snippet in the error output to be totally invalid. For example, in the screenshot below, the error in question is coming from the execution of a DynamoDB
PutCommand
at line 437, while the code snippet is pointing at the whitespace of line 291, which is in an entirely different method.The text was updated successfully, but these errors were encountered: