Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Support integer boolean constants. #161

Merged
merged 1 commit into from
Oct 10, 2015
Merged

Commits on Oct 9, 2015

  1. Support integer boolean constants.

    Some Thrift generators used to produce bad code for some languages that used
    'true' and 'false' as reserved keywords, so there are Thrift files in the wild
    that use {0,1} to represent the {false,true} boolean constant values.
    
    This is also supported by Apache Thrift.
    jparise committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    e481e5d View commit details
    Browse the repository at this point in the history