Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

unable to comment-out code #58

@danielbdavis

Description

@danielbdavis

I was unable to comment out this last line in my model:

    ...
    // the active invoice for this project
    reference<Invoice> invoice;

    // the active filing for this project
    // reference<Filing> filing;
}

Compiler output:

if [[ $CI ]]; then
make -C ../../ firemodel-ios
else
make -C ../../ firemodel # Invoke root level makefile to rebuild firemodels in all languages.
fi
./.firemodel/firemodel compile \
		--wipe --schema=firemodels/schema.firemodel \
		--ios_out ./mobile/ios/visor/code/firemodel
panic: firemodel:: firemodels/schema.firemodel:802:5: unexpected "reference<Filing> filing;" (expected "}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions