チケット #45189

generate_packets.py: remove comments and whitespace from input line by line

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

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

詳細

Part of #45186. Implement a PacketsDefinition._clean_lines(lines: Iterable[str]) -> Iterable[str] classmethod that removes comments, blank lines and leading/trailing whitespace from the input line-by-line. If the input ends while inside a block comment (/* */), raise ValueError.

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

2022-07-22 00:16 更新者: alienvalkyrie
  • 新しいチケット "generate_packets.py: remove comments and whitespace from input line by line" が作成されました
2022-07-22 00:41 更新者: alienvalkyrie
  • 解決法なし から 受領 に更新されました
  • 詳細が更新されました
コメント

This patch also makes main() call the new interface and removes the old non-linebased parse method.

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

添付ファイルリスト

編集

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