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

If the file in a USE statement cannot be resolved, flag the file name as error #172

Open
StephanWald opened this issue Oct 27, 2024 · 0 comments

Comments

@StephanWald
Copy link
Member

StephanWald commented Oct 27, 2024

The following located BBUtils.bbj which is correctly resolved in the PREFIX. But the wrong file name which does not exist is not flagged, but the class is flagged instead. Can we flag the filename as a hard error?

use ::BBUtils.bbj::BBUtils

REM this file does not exist:
use ::BBUtils_xx.bbj::BBUtils_xx

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant