Tíquete #44801

Json protocol dio_put_*() to return int

: 2022-06-12 03:34 Última Atualização: 2022-06-24 21:24

Relator:
Dono:
Tipo:
Estado:
Fechado
Componente:
Marcos:
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
2

Details

Split from https://www.hostedredmine.com/issues/745593 and continuation to #44458

Turn dio_put_*() return value to int, though all the functions can return just 0 at this point. Port parts of generate_packets.py changes from https://www.hostedredmine.com/issues/745593 that the API change allows.

Ticket History (3/8 Histories)

2022-06-12 03:34 Updated by: cazfi
  • New Ticket "Json protocol dio_put_*() to return int" created
2022-06-12 05:14 Updated by: cazfi
  • Dono Update from (Nenhum) to cazfi
  • Resolução Update from Nenhum to Accepted
2022-06-12 21:13 Updated by: cazfi
  • Resolução Update from Accepted to Nenhum
Comentário

clang gives a bunch of "variable 'e' set but not used" -warnings.

2022-06-13 00:36 Updated by: cazfi
Comentário

Reply To cazfi

clang gives a bunch of "variable 'e' set but not used" -warnings.

These indicate real bug - the "use" would be checking the error value, and certainly it should be made when ever error might have been set.

2022-06-13 01:20 Updated by: cazfi
  • Resolução Update from Nenhum to Accepted
Comentário

Reply To cazfi

the "use" would be checking the error value, and certainly it should be made when ever error might have been set.

Fixed.

2022-06-24 21:24 Updated by: cazfi
  • Estado Update from Aberto to Fechado
  • Resolução Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Login