Skip to content

Commit

Permalink
Pin flatbuffers to 24.3.25 (#267)
Browse files Browse the repository at this point in the history
Also fix documentation on how to generate Python code from the fbs
file.
  • Loading branch information
akosthekiss authored Jan 25, 2025
1 parent e1f7954 commit c5c1dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grammarinator/tool/resources/fbs/FBRule.fbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Renata Hodovan, Akos Kiss.
* Copyright (c) 2024-2025 Renata Hodovan, Akos Kiss.
*
* Licensed under the BSD 3-Clause License
* <LICENSE.rst or https://opensource.org/licenses/BSD-3-Clause>.
Expand All @@ -14,7 +14,7 @@
* (grammarinator/tool/fbs/FBRule_generated.py).
*
* The used flatc command:
* flatc --python --gen-onefile -o grammarinator/tool/fbs/ FBRule.fbs
* flatc --python --gen-onefile -o grammarinator/tool/fbs/ grammarinator/tool/resources/fbs/FBRule.fbs
*/

namespace grammarinator.tool.fbs;
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
antlerinator>=1!3.0.0
antlr4-python3-runtime==4.13.2
autopep8
flatbuffers
flatbuffers==24.3.25
inators
jinja2
regex
Expand Down

0 comments on commit c5c1dc4

Please sign in to comment.