summaryrefslogtreecommitdiff
path: root/test/NameConflictTest.thrift
Commit message (Collapse)AuthorAgeFilesLines
* fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-111-0/+19
|
* THRIFT-5626 Parser should not confuse data types and field namesJens Geyer2022-09-101-0/+14
| | | | Patch: Jens Geyer
* THRIFT-2951 Fix Erlang name conflict testhenrique2015-02-051-2/+2
| | | | | | | | | | | | | | | Patch: Nobuaki Sukegawa This closes #360 ---- commit 06cc3e990ade560461a276991ce9cb544706dae3 Author: Nobuaki Sukegawa <nsukeg@gmail.com> Date: 2015-01-27T18:11:40Z THRIFT-2951 Fix Erlang name conflict test ----
* THRIFT-2942 CSharp generate invalid code for property named read or writeJens Geyer2015-01-201-0/+2
| | | | | Client: C# Patch: Jens Geyer
* THRIFT-2689 struct names that differ only in capitalization of first ↵Jens Geyer2014-10-071-9/+0
| | | | | | | | | | | character generate broken erlang code Client: haskell Patch: Alisdair Sullivan This closes #239 Removed struct from NameConflictTest.thrift that causes problems for certain backends
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-15/+15
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-2689 struct names that differ only in capitalization of first ↵Jens Geyer2014-10-011-0/+9
| | | | | | | | | character generate broken erlang code Client: Erlang Patch: Alisdair Sullivan This closes #204
* THRIFT-2651: struct names that are restricted erlang terms generate invalid ↵alisdair sullivan2014-08-071-0/+4
| | | | | | | | | type signatures patch: alisdairsullivan@yahoo.ca client: erlang fixes error exposed in THRIFT-2647 by avoiding using restricted identifiers in erlang type signatures generated by the compiler
* THRIFT-2647 compiler-hs: don't decapitalize field names, do decapitalize ↵Roger Meier2014-08-071-0/+23
| | | | | | | argument bindings Client: Haskell Patch: John Chee
* THRIFT-2557 CS0542 member names cannot be the same as their enclosing typeJens Geyer2014-07-081-0/+81
Client: C# Patch: Jens Geyer