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

Run ice2slice on CI #3377

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Run ice2slice on CI #3377

merged 1 commit into from
Jan 16, 2025

Conversation

pepone
Copy link
Member

@pepone pepone commented Jan 16, 2025

Fix #3351

@@ -113,6 +113,10 @@ compile(const vector<string>& argv)
bool preprocess = opts.isSet("E");

string outputDir = opts.optArg("output-dir");
if (outputDir.empty())
Copy link
Member Author

Choose a reason for hiding this comment

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

This was broken, not emitting any files when you don't specify the output dir. But the compiler din't give any errors, which seems odd.

Choose a reason for hiding this comment

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

Huh, that's a little weird. It just passes this into libSlice, so there could be something weird going on downstream.
I'll take a peek at it later.

@pepone pepone merged commit 84e2fb3 into zeroc-ice:main Jan 16, 2025
24 checks passed
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

Successfully merging this pull request may close these issues.

Run ice2slice in CI
3 participants