Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to comment-out code #58

Open
danielbdavis opened this issue Feb 5, 2019 · 0 comments
Open

unable to comment-out code #58

danielbdavis opened this issue Feb 5, 2019 · 0 comments

Comments

@danielbdavis
Copy link
Contributor

danielbdavis commented Feb 5, 2019

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 "}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant