Ticket #44573

generate_packets.py: restructure parsing and handling of type aliases

Eröffnet am: 2022-05-13 03:31 Letztes Update: 2022-05-14 20:20

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

Part of #43927. Current type alias code is unnecessarily convoluted. Remove the Type class and replace the list of alias definitions with a dict mapping names to values.

Also consider handling duplicate type aliases – current code effectively silently ignores later definitions with the same name.

Ticket-Verlauf (3/4 Historien)

2022-05-13 03:31 Aktualisiert von: alienvalkyrie
  • New Ticket "generate_packets.py: restructure parsing and handling of type aliases" created
2022-05-13 03:39 Aktualisiert von: alienvalkyrie
  • Lösung Update from Keine to Accepted
Kommentar

Depends on #44571 and #44572. Does not interfere with #44563

2022-05-14 20:20 Aktualisiert von: alienvalkyrie
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden