Skip to content

Commit

Permalink
Merge branch 'FD777-workaround' into 'dev'
Browse files Browse the repository at this point in the history
0xFD777 workaround

See merge request monticore/monticore!1018
  • Loading branch information
schmalzing committed Aug 30, 2024
2 parents 3318664 + 65d5841 commit bb21c1e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ protected void internal_setTypeOfTypeIdentifier(
* and replaced it with an instantiation.
*/
protected void assertNoInferenceVars(ASTNode node, SymTypeExpression type) {
// todo reenable after https://git.rwth-aachen.de/monticore/monticore/-/issues/4268
if (false)
if (TypeParameterRelations.hasInferenceVariables(type)) {
Log.info("0xFD777 internal error: "
+ "(this is going to be considered an error, currently(!) "
Expand Down

0 comments on commit bb21c1e

Please sign in to comment.