compare_extension_api.py 412 B

1234567891011
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. import sys
  4. # TODO:
  5. # Add a process that compares the original godot-cpp/godot-headers/extension_api.json with the new extension_api.json (both passed as arguments) and reports any API calls that have been removed.
  6. # If we only have additions or no changes to the file, we pass
  7. # For now we deem this too early because the API isn't stable enough yet.
  8. sys.exit(0)