erkyrath / Inform6-Testing

Regression testing for the Inform 6 compiler
MIT License
4 stars 1 forks source link

Can't replicate "examineo" / "examines" failure #2

Open DavidGriffith opened 2 months ago

DavidGriffith commented 2 months ago

Regarding the bug @erkyrath reported at https://gitlab.com/DavidGriffith/inform6lib/-/issues/140, I can't replicate the error message:

"i6lib-6.12.6/infix.h", line 1169: Error:  Two different verb definitions refer to ";examine"
> Verb meta ';xo' ';examineo'
"i6lib-6.12.6/infix.h", line 1171: Error:  Two different verb definitions refer to ";examine"
> Verb meta ';xs' ';examines'
erkyrath commented 2 months ago

Gotta use the -X flag to compile with infix.h.

% ~/src/inform6/inform -X Advent-2006.inf
Inform 6.43 (in development)
"infix.h", line 1169: Error:  Two different verb definitions refer to ";examine"
> Verb meta ';xo' ';examineo'
"infix.h", line 1171: Error:  Two different verb definitions refer to ";examine"
> Verb meta ';xs' ';examines'
Compiled with 2 errors (no output)