Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error message of require-ing a non-existent file is not helpful #2855

Closed
edom opened this issue Oct 10, 2019 · 1 comment
Closed

The error message of require-ing a non-existent file is not helpful #2855

edom opened this issue Oct 10, 2019 · 1 comment
Labels
duplicate This is a duplicate of another issue

Comments

@edom
Copy link

edom commented Oct 10, 2019

Version

Racket 7.4 on Debian 9.

How to reproduce

Save this in a.rkt.

#lang racket/base
(require b)

Run racket -t a.rkt.

The problem: The error message does not mention a.rkt.

What is expected

The error message should also mention the path of the offending source (a.rkt).

@sorawee
Copy link
Collaborator

sorawee commented Apr 22, 2020

Duplicate of #2680

@sorawee sorawee marked this as a duplicate of #2680 Apr 22, 2020
@sorawee sorawee closed this as completed Apr 22, 2020
@shhyou shhyou added the duplicate This is a duplicate of another issue label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This is a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants