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

ice2slice Does Not Honor --output-dir Command Line Argument #3289

Closed
InsertCreativityHere opened this issue Dec 18, 2024 · 0 comments · Fixed by #3308
Closed

ice2slice Does Not Honor --output-dir Command Line Argument #3289

InsertCreativityHere opened this issue Dec 18, 2024 · 0 comments · Fixed by #3308
Assignees
Milestone

Comments

@InsertCreativityHere
Copy link
Member

Like all other Slice compilers, ice2slice's help dialogue includes:

"--output-dir DIR         Create files in the directory DIR.\n"

and we go through the trouble of parsing this argument:

opts.addOpt("", "output-dir", IceInternal::Options::NeedArg);
...
string output = opts.optArg("output-dir");

But we never actually use this variable. So passing this argument to ice2slice has no effect.

We should fix ice2slice to honor this variable like the other compilers do.

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

Successfully merging a pull request may close this issue.

2 participants