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

No warning shown when a source-record's module name doesn't match an actual module #859

Closed
waywardmonkeys opened this issue Jan 31, 2015 · 2 comments
Labels
Compiler Warnings Usability Issues that cause difficulty for new users

Comments

@waywardmonkeys
Copy link
Member

If you have a source file where the Module: line is not spelled correctly, you don't see a visible error from running dylan-compiler, instead you have to look at the condition log file, where you'll see:

Serious warning:
  Module xxxxxx of source record {<compilation-record> "xxxxxxxx"}
  is not defined at this point, ignoring the source record.
@cgay cgay added the Usability Issues that cause difficulty for new users label May 18, 2018
@cgay
Copy link
Member

cgay commented May 18, 2018

Seems like an easy beginner mistake, so adding the Usability label.

@cgay
Copy link
Member

cgay commented May 18, 2018

This is a duplicate of #679.

@cgay cgay closed this as completed May 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Warnings Usability Issues that cause difficulty for new users
Projects
None yet
Development

No branches or pull requests

2 participants