-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Parsetools enhancement #2589
base: master
Are you sure you want to change the base?
Parsetools enhancement #2589
Conversation
This permit same result when using a sys.config file in a release or starting manually a node with -config ... For backward compatibility, if file is not found relative to sys.config, it is searched from working directory like before. Fix after first review - rephrase documentation - remove check_conf_sys/3 - remove quote on atom - fold comment
Optimizations: - yecc : merge two subsequents tests into one - leex : compile regex once New feature: - leex : allow external definition inclusion Fix : - Silent a warning
@crownedgrouse How come so many PRs? You can modify a PR if needed. |
last one, sorry. |
Hi, Sorry for the very long delay. I couldn't make up my mind about this A few remarks, though: IMHO, the modification in yecc.erl is unnecessary. I think you can remove the line starting with _Filename in leex_SUITE leex.erl already has superfluous spaces, but I think you should try You should have at least one test case where the name of the included There should be test cases where the .xrl files have Latin-1 encoding It is possible to give an encoding at the beginning of .xrl files. What happens if a file includes itself? There are no warnings, it There are few minor things in the docs that need to be fixed. Here is
I removed the next paragraph as I don't think it's needed (and I
Best regards, |
Optimizations:
New feature:
Fix :