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

5289 hootjs error messages #5307

Merged
merged 12 commits into from
Apr 5, 2022
Merged

5289 hootjs error messages #5307

merged 12 commits into from
Apr 5, 2022

Conversation

mschicker
Copy link
Contributor

Fix HootExceptionJS to allow detailed error messages to bubble up to Node/Javascript

Fixes #5289

brianhatchl and others added 9 commits March 22, 2022 15:06
…ts/core/MergeNodes.js is executed from within the translations directory.

In particular, ConfPath::search(...) was looking in the local directory, before checking the specified searchDir. This was a problem for script execution in the translations dir, because translations contains a Poi.js file collides with the (proper) rules/Poi.js file
adds two tests that are currently failing
will pass when #5289 is fixed
…Node, instead of just always reporting "UnsupportedException"
@brianhatchl
Copy link
Contributor

It looks like this PR is failing on the new ElementMerge tests I added here for TDD. I'll investigate.

@brianhatchl
Copy link
Contributor

this last failing cucumber test has been a problem child.

I say ✔️ to merging this.

Copy link
Contributor

@bmarchant bmarchant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks.

@mschicker mschicker merged commit 130fc8d into master Apr 5, 2022
@mschicker mschicker deleted the 5289_hootjs_error_messages branch April 5, 2022 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HootJS not surfacing detailed error messages
3 participants