-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Tests #19
Tests #19
Conversation
This looks fantastic. I've been buried in the layout crate for the last several weeks, but that work is effectively done for now. My focus at the moment is refactoring the Unicode/text analysis support into a separate crate. This work will also include improved complex cluster parsing which should address those failing Kannada tests and will also allow me to correct other Indic issues without ugly hacks. After that (in two weeks or so) shaping correctness will be my primary project so this will get my full attention. I really appreciate all the work you've done on this. |
I have a pile of commits against this PR so I'm going to go ahead and merge it into a new branch so I can iterate on it while not disrupting CI on master. Thanks again for the brilliant work on this! |
Resolves #6
All tests are present.
Note:
All AOTs, and all but one in-house tests fail. AOTs are failing because the output format is different than expected. This might be resolvable by simply cutting the(done)gid
prefixes from the output and reference output entirely.Previously disabled tests are also back, and so will need to be disabled again. This should probably be done through a master list of disabled tests in the generator.(done)Correctly parsing variations and settings is also a possible TODO task, depending on whether they're necessary for the tests.
--author="nobody <>"
.Generator Tool