チケット #45188

generate_packets.py: parse packet and type definitions in one go

登録: 2022-07-22 00:12 最終更新: 2022-07-23 19:17

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
1

詳細

Part of #45186. Make a PacketsDefintion.parse_clean_lines(lines: Iterable[str]) method that parses input line by line in one go, rather than the current approach of doing types first and then going over everything that's left again for the packets.

This will make it so types can no longer be defined anywhere, but must be defined before they're used, and may no longer be defined inside a packet definition.

チケットの履歴 (4 件中 3 件表示)

2022-07-22 00:12 更新者: alienvalkyrie
  • 新しいチケット "generate_packets.py: parse packet and type definitions in one go" が作成されました
2022-07-22 00:39 更新者: alienvalkyrie
  • 解決法なし から 受領 に更新されました
  • 詳細が更新されました
コメント

Note that this causes an edge case where at the very end of the file, an end line can be omitted – explicitly forbidding this would require writing a custom takewhile implementation, which probably isn't worth the hassle.

2022-07-23 19:17 更新者: alienvalkyrie
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

添付ファイルリスト

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする