Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3391

Wrong bool formatting in test server

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.10.0
    • Go - Library
    • None
    • Patch Available

    Description

      The go test server printf()s bools with wrong formatting:

      testBool(%!d(bool=true))	
      testBool(%!d(bool=false))
      

      while this is expected:

      testBool(true)	
      testBool(false)
      

      Attachments

        Activity

          People

            jensg Jens Geyer
            jensg Jens Geyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: