exercism / racket-test-runner

GNU Affero General Public License v3.0
1 stars 7 forks source link

Typed Racket unsupported? #84

Closed FranklinChen closed 1 week ago

FranklinChen commented 1 week ago

I tried to use Typed Racket and it runs locally fine for me (Racket 8.14) but tests are failing online, e.g. for https://exercism.org/tracks/racket/exercises/eliuds-eggs I get

standard-module-name-resolver: collection not found
  for module path: typed/racket/lang/reader
  collection: "typed/racket/lang"
  in collection directories:
   collects
   /usr/share/racket/collects/
   ... [9 additional linked and package directories]
  context...:
   pkgs/compiler-lib/compiler/commands/test.rkt:428:27
   pkgs/compiler-lib/compiler/commands/test.rkt:430:0: call-with-summary
   .../private/map.rkt:40:19: loop
   pkgs/compiler-lib/compiler/commands/test.rkt:1165:1: test
   body of "pkgs/compiler-lib/compiler/commands/test.rkt"
   /usr/share/racket/collects/raco/raco.rkt:41:0
   body of "/usr/share/racket/collects/raco/raco.rkt"
   body of "/usr/share/racket/collects/raco/main.rkt"
github-actions[bot] commented 1 week ago

Hello. Thanks for opening an issue on Exercism 🙂

At Exercism we use our Community Forum, not GitHub issues, as the primary place for discussion. That allows maintainers and contributors from across Exercism's ecosystem to discuss your problems/ideas/suggestions without them having to subscribe to hundreds of repositories.

This issue will be automatically closed. Please use this link to copy your GitHub Issue into a new topic on the forum, where we look forward to chatting with you!

If you're interested in learning more about this auto-responder, please read this blog post.

BNAndras commented 1 week ago

Replied to in https://forum.exercism.org/t/typed-racket-unsupported/13675 but currently it’s not planned for Exercism to support the full Racket distribution.