Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Refactor PPX: move across files and clean up exceptions #638

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

cristianoc
Copy link
Contributor

Move PPX V3 and V4 back to different files.
Clean up treatment of exceptions.

Move PPX V3 and V4 back to different files.
Clean up treatment of exceptions.
@@ -1,7 +1,8 @@
(executable
(name res_cli)
(public_name rescript)
(modes byte exe)
Copy link
Member

Choose a reason for hiding this comment

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

Side comment: byte for debugger maybe?
Any runtime debugger suggestion? I haven't tried it yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is because otherwise dune does not generate files required by reanalyze.
But for standalone executable it should be possible.
Notice the debugger is not so user friendly though so one needs to try a bit and asses when it's worth using it.

@cristianoc cristianoc merged commit 152b8a9 into master Sep 18, 2022
@cristianoc cristianoc deleted the refactor_ppx_exeptions branch September 18, 2022 07:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants