Incidencia #46039

Path finding: Make node cost an int

Abrir Fecha: 2022-11-05 16:24 Última actualización: 2022-12-16 13:10

Informador:
Propietario:
Tipo:
Estado:
Cerrado
Componente:
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Fixed
Fichero:
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 History (3/7 Histories)

2022-11-05 16:24 Updated by: cazfi
  • New Ticket "Path finding: Made node cost an int" created
2022-11-05 16:47 Updated by: cazfi
  • Propietario Update from (Ninguno) to cazfi
  • Resolución Update from Ninguno to Accepted
  • Summary Updated
2022-11-13 06:14 Updated by: cazfi
  • Estado Update from Open to Cerrado
  • Resolución Update from Accepted to Fixed
2022-12-05 03:32 Updated by: cazfi
Comentario

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

2022-12-05 13:31 Updated by: cazfi
  • Resolución Update from Ninguno to Accepted
Comentario

Current patch applies to S3_0 too.

2022-12-16 13:10 Updated by: cazfi
  • Estado Update from Open to Cerrado
  • Resolución Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Entrar