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 compiled runtime from 2.3 #7107

Merged
merged 1 commit into from May 16, 2016
Merged

Conversation

pontusmelke
Copy link
Contributor

In 2.3 the compiled runtime has some unwanted dependencies that makes refactoring hard,
so let's just remove it.

NOTE: Please do a null forward merge for this PR and let the compiled runtime remain in 3.0.

@@ -1,4 +1,4 @@
{
"planner" : "cost",
"runtime" : "compiled"
"runtime" : "interpreted"
Copy link
Contributor

Choose a reason for hiding this comment

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

This file may be removed completely, since you're removing its only usage above.

@Mats-SX
Copy link
Contributor

Mats-SX commented May 12, 2016

@pontusmelke Looks good. Just one minor comment. If you don't find time to update that, or disagree with the comment, I'll merge in a day or two.

@pontusmelke
Copy link
Contributor Author

Yeah I know, it is a little weird to still have it configurable, but I am a little hesitant to remove the configuration option since it may have been set somewhere (and it is more work to remove it :) )

@Mats-SX
Copy link
Contributor

Mats-SX commented May 12, 2016

I was referring to the first comment (changing an obsoleted file). The second comment was a feeble attempt at a joke. I 100% agree with not removing the config option.

In 2.3 the compiled runtime has some unwanted dependencies that makes refactoring hard,
  so let's just remove it.
@systay systay merged commit 58ee035 into neo4j:2.3 May 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants