apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
195 stars 40 forks source link

feat(c++)!: change the header folder and library name from `gar` to `graphar` #477

Closed acezen closed 1 month ago

acezen commented 1 month ago

Reason for this PR

as issue #476 describe

What changes are included in this PR?

Are these changes tested?

covered by existing tests.

Are there any user-facing changes?

yes

BREAKING CHANGE: This change make the header include sentence from include gar/ to include graphar/ and link library from gar to graphar

acezen commented 1 month ago

LGTM, thanks to make this change. BTW, could you please help to update "gar" to "graphar" in the documentation as well?

I have checked the docs and there is no gar need to update to graphar, if you know where it is, can you list to me?

acezen commented 1 month ago

LGTM, thanks to make this change. BTW, could you please help to update "gar" to "graphar" in the documentation as well?

The document has been updated (GAR update to GraphAr), can you review again?

lixueclaire commented 1 month ago

LGTM, thanks to make this change. BTW, could you please help to update "gar" to "graphar" in the documentation as well?

The document has been updated (GAR update to GraphAr), can you review again?

Thanks for updating that. It looks that this PR can be merged now.