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

Better error messages for corrupt Creer merge tags #4

Open
JacobFischer opened this issue Apr 14, 2018 · 1 comment
Open

Better error messages for corrupt Creer merge tags #4

JacobFischer opened this issue Apr 14, 2018 · 1 comment

Comments

@JacobFischer
Copy link
Member

So normally tags look like this:

        // <<-- Creer-Merge: render -->>
        // render where the Port is
        // <<-- /Creer-Merge: render -->>

However, if a character accidentally gets deleted, e.g.:

        // <<-- Creer-Merge: render -->
        // render where the Port is
        // <<-- /Creer-Merge: render -->>

The > character at the end of the first line is missing

Creer blows up trying to merge them, because the tags are malformed. It should tell the user something like an end tag was found without an opening tag.

@JacobFischer
Copy link
Member Author

Bumping this as it happened again this semester with mis-matched tags and the errors were once again hard to discern this was the bug

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