Ticket #44801

Json protocol dio_put_*() to return int

Eröffnet am: 2022-06-12 03:34 Letztes Update: 2022-06-24 21:24

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
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-Verlauf (3/8 Historien)

2022-06-12 03:34 Aktualisiert von: cazfi
  • New Ticket "Json protocol dio_put_*() to return int" created
2022-06-12 05:14 Aktualisiert von: cazfi
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Accepted
2022-06-12 21:13 Aktualisiert von: cazfi
  • Lösung Update from Accepted to Keine
Kommentar

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

2022-06-13 00:36 Aktualisiert von: cazfi
Kommentar

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 Aktualisiert von: cazfi
  • Lösung Update from Keine to Accepted
Kommentar

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 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