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

Remove usage of CoordinateReferenceSystem #2417

Merged

Conversation

parnmatt
Copy link

@parnmatt parnmatt commented Jan 4, 2022

CoordinateReferenceSystem is not listed as @PublicAPI. This usage was found in an internal Neo4j failing build.
A pending internal PR is changing some constant names to fit with internal naming conventions. Rather than fix it to use the new (still internal) name; this change explicitly checks for the string, minimising direct use, and assumptions, of internals.

`CoordinateReferenceSystem` is not listed as `@PublicAPI`. This usage was found in a failing build.
A pending internal PR is changing some constant names to fit with internal naming conventions. Rather than fix it to use the new (still internal) name; this change explicitly checks for the string, minimising direct use and assumptions, of internals.
@Lojjs Lojjs self-assigned this Jan 5, 2022
Copy link
Contributor

@Lojjs Lojjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not looked at the details of the large Neo4j PR but this looks like a reasonable change to me.

Unfortunately we have not come around to fix dev PR builds and proper permission for this repo yet 😢 but ping me when you want to get it merged and I can do it for you. It is such a small change that I think it should be fine without a build

@parnmatt
Copy link
Author

parnmatt commented Jan 5, 2022

Unfortunately we have not come around to fix dev PR builds and proper permission for this repo yet

Yeah, it seems to be complaining about no source, and trying to use 4.3.0-drop03.0 😅

ping me when you want to get it merged and I can do it for you. It is such a small change that I think it should be fine without a build

@Lojjs if you're happy with the change and unavoidable failing build, please merge when you can 😄

@Lojjs Lojjs merged commit 646d7c0 into neo4j-contrib:dev Jan 5, 2022
@parnmatt parnmatt deleted the RemoveCoordinateReferenceSystemUsage branch January 5, 2022 10:45
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.

2 participants