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

Replace C-style term type integer checks with TermType enum #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Virtlink
Copy link
Collaborator

@Virtlink Virtlink commented Jul 2, 2020

Depended on:

Apparently Stratego XT needs to be bootstrapped first before it knows about TermType.

@Apanatshka
Copy link
Contributor

You probably just need to update the spoofax-libs.jar

@Virtlink Virtlink requested a review from Apanatshka July 2, 2020 12:07
@Virtlink
Copy link
Collaborator Author

Virtlink commented Jul 2, 2020

I rebuilt spoofax-libs.jar. This change looked trivial and built locally without any issues, which is why I thought it didn't need review. Would this be okay to merge?

import org.spoofax.interpreter.terms.IStrategoTerm;
import org.spoofax.terms.util.NotImplementedException;
import org.strategoxt.lang.Context;
import org.strategoxt.lang.Strategy;
import org.strategoxt.lang.compat.StringValuePrimitive;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks unrelated to the PR. But I don't really care very much

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

Successfully merging this pull request may close these issues.

2 participants