-
Notifications
You must be signed in to change notification settings - Fork 659
Enable type baselines #606
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
Conversation
Team is working really hard! Appreciate that 1Milllion+ additions DAMN |
This is now passing! |
For reference, there are 12464 types baselines, and only 6825 diff files. And that's despite union ordering / member ordering changes. |
|
I added in a 1,000,000 truncation limit like we previously had, for now. That limits the length to 4MBish. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the portions I could read before my computer melted hard drive overheated
I'm going to quick see if I can port some code to fix the EDIT: with this type printer, I made it worse 😅 |
This enables type baselining. I've modified the diffing to ignore the lines of the type baselines that have to do with node reuse, which we do not yet handle in this codebase.