Missing case reflect.Bool: in decode.go

Bug #883849 reported by Erik Unger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gobson
Fix Committed
High
Gustavo Niemeyer

Bug Description

decode.go line 547:

case reflect.Bool:
  switch inv.Kind() {
  case reflect.Bool: // Erik: inserted missing case
   out.SetBool(inv.Bool())
   return true

Erik Unger (ungerik)
Changed in gobson:
assignee: nobody → Gustavo Niemeyer (niemeyer)
Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

Thanks, will get the problem tested and fixed.

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

That has been tested and fixed in trunk. Thanks for the report.

Changed in gobson:
status: New → Fix Committed
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.