-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Allow to configure Firebird in posix using relative directories with options --with-fb* #7918
Allow to configure Firebird in posix using relative directories with options --with-fb* #7918
Conversation
…options --with-fb*. Relative directories will be interpreted based in the runtime root prefix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asfernandes Do you plan to have it in RC2? If yes contact @dyemanov right now - tag to be set very soon.
I would like to have it in v5 then next RC would be good. I'll first commit this to master, then let's see what @dyemanov thinks. |
…options --with-fb*. (#7918) Relative directories will be interpreted based in the runtime root prefix.
src/common/utils.cpp
Outdated
gds__prefix(tmp, s.c_str()); | ||
return tmp; | ||
} | ||
else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without else
, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be in (the outdated) doc/README.coding.style
?
It's not there and personally I think it makes things less readable.
I don't see any problems with backport into v5, provided it happens today. |
Relative directories will be interpreted based in the runtime root prefix.