Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAvoid regenerating all bindings when a single WebIDL file is modified #1553
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The makefile code is nearly there, but we will always need to reparse all WebIDL files and update ParserResults.pkl.The trick is that the new binding file needs to depend on ParserResults.pkl, but we don't want to make all binding files depend on it or they will be regenerated.