You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After successful linking of the 6-lang language module via raco, opening world.rkt (with #lang txtadv) in DrRacket 8.8 gives the following DrRacket internal error in a GUI message box popup:
Expected behavior
Expected no error, of course.
However, it's not clear what should be the effect of this https://github.com/spdegabrielle/flatt-languages/tree/master/6-color/lang language on coloring. It does not produce errors in DrRacket 7.7 (opens world.rkt OK), but the colors are identical to colors before linking this language via raco (both in normal and 'check syntax' modes).
Desktop configuration:
OS: Windows 10
Racket: 8.8 [default, cs]
Additional remarks
Apparently, there were some changes in DrRacket's API between versions 7.7 and 8.8.
The text was updated successfully, but these errors were encountered:
Describe the bug
After successful linking of the
6-lang
language module via raco, openingworld.rkt
(with#lang txtadv
) in DrRacket 8.8 gives the followingDrRacket internal error
in a GUI message box popup:and the same text repeated 3 times in an appearing terminal.
To Reproduce
Steps to reproduce the behavior:
raco
.Expected behavior
Expected no error, of course.
However, it's not clear what should be the effect of this https://github.com/spdegabrielle/flatt-languages/tree/master/6-color/lang language on coloring. It does not produce errors in DrRacket 7.7 (opens
world.rkt
OK), but the colors are identical to colors before linking this language viaraco
(both in normal and 'check syntax' modes).Desktop configuration:
Additional remarks
Apparently, there were some changes in DrRacket's API between versions 7.7 and 8.8.
The text was updated successfully, but these errors were encountered: