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

Correctly handle non-default binary name #102

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Qup42
Copy link
Member

@Qup42 Qup42 commented Dec 10, 2024

qlever-control now works correctly even if the binaries don't have the default names ServerMain and IndexBuilderMain. This scenario might arise when packaging qlever, because the current binary names are not suitable for that. This PR is not quite finished yet, the string replacement on the cmdline_regex is still very hacky.
Fixes #101

Qup42 and others added 3 commits December 10, 2024 21:16
The additional arguments are required because now requires both the
server and index binary.
@Qup42 Qup42 requested a review from hannahbast December 10, 2024 20:55
@Qup42 Qup42 changed the title Correct executable name Correctly handle non-default binary name Dec 10, 2024
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.

Hardcoded server executable name
1 participant