flatbuffers/tests/optional_scalars
Casper 12e341e4f8
Rework how Rust generated files are laid out (#6731)
* Refactored Rust Generated code into a module directory.

Each symbol will be generated into one file and then
imported into a module. This breaks the "out_dir"
pattern where some users would generate code in their
target/ directory. Also, these objects are best used
in their own module. It will be hard for users to share
their own module structure with flatbuffers namespaces.

There may be solutions to these drawbacks but that should
be discussed. I don't want to overengineer here.

* shadow error

* try fix .bat file

* fix .bat 2

* Restore accidentally deleted files

* Fixed some DONOTSUBMITs and made Rust outdir pattern use symlinks.

* fixed binary files

* git clang format

* make generated onefiles not public and fix .bat

* reduced diff with master in generate_code.sh

* fix shadowed variable

* add object api flags to .bat

* space

* Removed extern crate and extra &

* use statement

* more clippy lints

* format

* Undo extern crate -> use change, it actually matters to our tests

Co-authored-by: Casper Neo <cneo@google.com>
2021-07-22 19:02:28 -04:00
..
optional_scalars Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
OptionalByte.cs [C#] Optional Scalars (#6217) 2020-10-30 13:18:59 -07:00
OptionalByte.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
OptionalByte.kt Kotlin test optional enum (#6201) 2020-10-22 13:36:02 -07:00
ScalarStuff.cs C#/Java generated code version updates 2021-05-10 11:17:31 -07:00
ScalarStuff.java [Java] ObjectAPI implementation (#6521) (#6582) 2021-06-03 14:17:40 -07:00
ScalarStuff.kt C#/Java generated code version updates 2021-05-10 11:17:31 -07:00
mod.rs Rework how Rust generated files are laid out (#6731) 2021-07-22 19:02:28 -04:00
optional-byte.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
optional-byte.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00
scalar-stuff.js [TS] Add Build TS to CI jobs (#6524) 2021-04-12 10:41:59 -07:00
scalar-stuff.ts fixed invalid TS call and added test files (#6495) 2021-03-04 12:12:44 -08:00