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

WIP: Adds test for string comparison (==/equals) #4

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

maxkratz
Copy link
Member

@maxkratz maxkratz force-pushed the feature/add-string-compare-tests branch from 2906600 to 9bedb3c Compare August 26, 2022 09:30
@maxkratz maxkratz changed the title WIP: Adds test for string comparison (==/equals) Adds test for string comparison (==/equals) Nov 15, 2022
@maxkratz
Copy link
Member Author

Currently blocked by a compilation error in generated code of a mapping constraint:

	protected double builder_1(final N2nMapping context) {
		return -1.0 * context.getH().getName();
	}
	protected ILPTerm builder_0(final N2nMapping context) {
		return new ILPTerm(context, (double)context.getG().getName());
	}

See Echtzeitsysteme/gips#31.

@maxkratz maxkratz changed the title Adds test for string comparison (==/equals) WIP: Adds test for string comparison (==/equals) Nov 15, 2022
@maxkratz maxkratz marked this pull request as draft December 5, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant