• Frank Benkstein's avatar
    CI check generate code (#4998) · efbb11e0
    Frank Benkstein authored
    * call reflection code generation from tests
    
    This simplifies instructions to contributors so they don't forget to update
    reflection code.
    
    * add error handling to generate_code scripts
    
    Let them propagate their errors instead of swallowing them so they show
    up when called in CI.
    
    * apply editorconfig to shell scripts
    
    * use ordered map in dart codegen
    
    Using an unordered map in the codegen can lead to spurious diffs in the
    generated dart code.
    
    * add CI check for generate_code being run
    
    * update reflection_generated.h
    
    * disable diff-check for monster_test.bfbs
    
    Work around #5008.
    efbb11e0
monster_test_my_game.example2_generated.dart 1.48 KB