Ticket #46039

Path finding: Make node cost an int

Eröffnet am: 2022-11-05 16:24 Letztes Update: 2022-12-16 13:10

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

Details

Split from https://www.hostedredmine.com/issues/951985 reported by Lexxie. Path finding node cost is currently short. That doesn't even save any space (on most architectures - not proposing targeting this ticket to S3_0 though, in case some arch suffers) because of alignment padding, and it's the first place I found causing trouble by overflowing when various values go high. Turn it to an int.

Ticket-Verlauf (3/7 Historien)

2022-11-05 16:24 Aktualisiert von: cazfi
  • New Ticket "Path finding: Made node cost an int" created
2022-11-05 16:47 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
  • Summary Updated
2022-11-13 06:14 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt
2022-12-05 03:32 Aktualisiert von: cazfi
Kommentar

As found out in #46136, we need to backport this to S3_0.

2022-12-05 13:31 Aktualisiert von: cazfi
  • Lösung Update from Keine to Accepted
Kommentar

Current patch applies to S3_0 too.

2022-12-16 13:10 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden