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

Description
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 "}")