Skip to content

Conversation

@lietava
Copy link
Contributor

@lietava lietava commented Jan 23, 2026

No description provided.

@github-actions
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1
async-2024-PbPb-apass2
async-2023-PbPb-apass5

@lietava lietava marked this pull request as ready for review January 23, 2026 17:47
@lietava lietava requested a review from a team as a code owner January 23, 2026 17:47
Comment on lines 90 to 94
std::string filename = vm["input-file"].as<std::string>();
std::ifstream file(filename);
if (!file.is_open()) {
std::cout << "Cannot open file! Using only run:" << run << std::endl;
} else {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have a special none option for the file-name, but you are not processing it. Perhaps one could skip opening the file in case of the none but produce a fatal if the requested file cannot be opened.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I did it like you suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants