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

Programs should also call Program #123

Open
yegor256 opened this issue Dec 10, 2024 · 0 comments
Open

Programs should also call Program #123

yegor256 opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yegor256
Copy link
Member

Currently, we have two entry points to the library: Program to be called in order to check one XMIR file, and Programs to be called to check many XMIR files. It's not convenient for the user to use both. Let's make Program private and allow the user to use only the Programs.

Also, Programs should call Program, to make sure that the lints that check individual files are executed.

Don't forget to update the README.md.

@yegor256 yegor256 added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant