racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
445 stars 93 forks source link

BSL Check Syntax pops up a cmd with "namespace-attach-module" #503

Closed jestarray closed 2 years ago

jestarray commented 2 years ago

image

On Windows 10 using BSL and hitting check syntax, it pops up cmd with the error message:

name-attach-module: a different declaration is already in the destination namespace
shhyou commented 2 years ago

Thanks a lot! racket/htdp#155 fixes this issue and the next release will have it. As of now, Check Syntax should still be working despite the error message.

The fix is available for testing in the snapshot builds, but I would suggest avoid snapshot builds for students.

jestarray commented 2 years ago

Ahh, so that's where it was! I searched the drracket and racket repos and didn't find it which I thought was strange because it's super easy to run into. Closing!