-
Notifications
You must be signed in to change notification settings - Fork 167
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
Rewrite MakeOTF.py #249
Comments
Another goal of this rewrite should be to integrate the latest-and-greatest subroutinizer in |
@kenlunde that sounds like a different goal. |
I suggest:
|
@cjchapman I agree with those. My expectation is that by rewriting it from scratch we'll use cleaner/clearer alternatives from the start. |
Enough has happened to |
After going thru the process of doing some light cleanup to
MakeOTF.py
it became very clear to me that this script is in dire need of a rewrite. The main goals of this rewrite are:argparse
logging
(instead ofprint
)The way I'd like to go about it is to start from scratch a script named
makeotf_new.py
and build it gradually. Once this script has feature-parity withMakeOTF.py
it will be renamed and replace the old one. I will define the first milestone for us to work on.The text was updated successfully, but these errors were encountered: