summaryrefslogtreecommitdiff
path: root/tests/namespace_test/namespace_test2.fbs
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25[Rust] Ensure unions are referenced with the correct path (#6422)William Bain1-0/+1
* Add codegen test for namespaced unions * [Rust] Handle cross-namespace union use * [Rust] Test namespace handling * [Rust] Drop trailing whitespace in codegen * [Rust] Set flags in generate_code.bat to match .sh * [C#] Add additional namespace test file
2016-02-17Fixed namespace code generation for C++Wouter van Oortmerssen1-0/+14
The code generator was assuming all declarations for the current file sit in the same namepace. Now uses the "on demand" namespace switching we had for the forward declarations. Also fixed a bug related to namespace lookup. Change-Id: Ib54a3efbc752cbb9590302fa0707c0c73448db3d Tested: on Linux.
2015-12-05Fix to #360 - Updated the general generator (Java/C#) to emit fully ↵Oli Wilkinson1-0/+10
qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation.