facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Generated enum names have extra underscores #78

Closed electrum closed 10 years ago

electrum commented 11 years ago

Given this IDL:

enum ErrorCode {
  PARSING_ERROR = 1,
}

The code generator outputs names like this:

PARSING__ERROR(1)
andrewcox commented 10 years ago

Fixed in 3bfb0d930adf8bf7aa507feb57a8c0893e882902