-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Introduction of posix output [WIP] #48
Conversation
I have yet to test this patch, but it looks completely different than what I was expecting --- in a good way. You may have inspired me to get back into m4 hacking. |
It's not working for me:
|
Thank you for following, this work is still a WIP and it will take some time. |
Regarding the use of temporary files to implement argument parsing: it's a trick I use often in my own scripting but it's a poor fit for Regarding your point about |
@matejak , this is probably the least of your concerns, but the |
That's fine, I am very close to getting rid of |
Relevant for POSIX output.
The POSIX output is now generally usable and just needs some polishing. |
This PR aims to implement the
posix script
output as introduced in #31.The work can be logically divided into two cathegories: