Skip to content

[Lua] Generated lua does not use "file_identifier" #8641

@qsrenniks

Description

@qsrenniks

Using this as an example fbs file: MyTest.fbs

table MyTest
{
	test_float:float;
}

root_type MyTest;
file_identifier "mtst";

Running flatc --lua MyTest.fbs generates lua code that does not provide functions for correctly building a binary that embeds that file_identifier in it for use as a file type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions