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

IMessageCheck now returns an IMessageCheckResult instead of a boolean #41

Conversation

claesrosell
Copy link
Contributor

Some refactoring. This PR is a WIP and there will be additional commits to this brach.

The introduction of IMessageCheckResult is not ideal since it is very
like the ValidationFailureEvent, but in the light of eclipse-babel#37 I still think
that this is ok.
Formatted with the "Eclipse [Build-in]" profile
@claesrosell claesrosell marked this pull request as ready for review October 23, 2023 19:23
@claesrosell
Copy link
Contributor Author

This solution is not ideal, but until #37 is done I think that it will suffice.

@claesrosell claesrosell merged commit 615fb08 into eclipse-babel:master Oct 23, 2023
1 check passed
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.

Separate the IMessageCheck and the result of the check to two different classes
1 participant