racket / htdp

Other
91 stars 69 forks source link

#; not fading correctly in the menu languages(htdp) #179

Open jestarray opened 1 year ago

jestarray commented 1 year ago

One of the students taking the HTC course on edx said this:

That feeling when you've forgotten to remove the #; and uncomment your code, causing your code to run off of the stub during testing for the past two hours and driving you insane during debugging the sudoku solver.

#lang htdp/bsl does fade it out correctly though, just that the menu based ones do not.

sorawee commented 1 year ago

See also: https://github.com/racket/syntax-color/issues/13

jestarray commented 1 year ago

Oh I did not see that, closing and moving discussion to there!

rfindler commented 1 year ago

FWIW, I think this goes in the htdp repo and the one sorawee linked to is related but a different issue (a problem with the module lexer)

On Sun, Oct 2, 2022 at 10:01 AM jestarray @.***> wrote:

Oh I did not see that, closing and moving discussion to there!

— Reply to this email directly, view it on GitHub https://github.com/racket/htdp/issues/179, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADBNMF3YHV4RJZLN77PEYLWBGPTDANCNFSM6AAAAAAQ2YFR7I . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jestarray commented 1 year ago

can you transfer this to htdp repo, thanks!