Use renamed binaries qlever-index and qlever-server#249
Merged
hannahbast merged 7 commits intoqlever-dev:mainfrom Jan 21, 2026
Merged
Use renamed binaries qlever-index and qlever-server#249hannahbast merged 7 commits intoqlever-dev:mainfrom
qlever-index and qlever-server#249hannahbast merged 7 commits intoqlever-dev:mainfrom
Conversation
hannahbast
reviewed
Jan 20, 2026
hannahbast
reviewed
Jan 20, 2026
qlever-index and qlever-server
hannahbast
pushed a commit
to ad-freiburg/qlever
that referenced
this pull request
Jan 21, 2026
So far, QLever's main binaries were called `IndexBuilderMain` (for building an index from given RDF input) and `ServerMain` (for running a server based on such an index). These names have historical reasons but are no longer appropriate, in particular, because they are generic with no reference to QLever in their name. The binaries are now called `qlever-index` and `qlever-server`, respectively NOTE 1: This goes hand in hand with qlever-dev/qlever-control#249 (use the new binaries in the `qlever` command-line tool) and ad-freiburg/sparql-conformance#55 (let the conformance tests use the new binaries) NOTE 2: The source files are still called `IndexBuilderMain.cpp` and `ServerMain.cpp`, but that is an implementation detail that can be addressed in a separate PR Co-authored-by: Julian Mundhahs <Qup42@users.noreply.github.com>
marvin7122
pushed a commit
to marvin7122/qlever
that referenced
this pull request
Jan 22, 2026
So far, QLever's main binaries were called `IndexBuilderMain` (for building an index from given RDF input) and `ServerMain` (for running a server based on such an index). These names have historical reasons but are no longer appropriate, in particular, because they are generic with no reference to QLever in their name. The binaries are now called `qlever-index` and `qlever-server`, respectively NOTE 1: This goes hand in hand with qlever-dev/qlever-control#249 (use the new binaries in the `qlever` command-line tool) and ad-freiburg/sparql-conformance#55 (let the conformance tests use the new binaries) NOTE 2: The source files are still called `IndexBuilderMain.cpp` and `ServerMain.cpp`, but that is an implementation detail that can be addressed in a separate PR Co-authored-by: Julian Mundhahs <Qup42@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This goes hand in hand with the change in ad-freiburg/qlever#2651