Skip to content

Drop unimplemented run context stubs #907

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

Merged

Conversation

akosthekiss
Copy link
Member

Run context stubs have been lingering in the code base for almost a
year but they have never been more than unimplemented ideas.
Moreover, they are guarded by a macro that's nowhere defined, thus
the code is never compiled or tested.

Should contexts be implemented in the future, they may or may not
be implemented the way they are sketched now. Thus, it's safe to
remove this dead code from the sources.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu

Run context stubs have been lingering in the code base for almost a
year but they have never been more than unimplemented ideas.
Moreover, they are guarded by a macro that's nowhere defined, thus
the code is never compiled or tested.

Should contexts be implemented in the future, they may or may not
be implemented the way they are sketched now. Thus, it's safe to
remove this dead code from the sources.

JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
@akosthekiss akosthekiss added feature request Requested feature api Related to the public API labels Feb 20, 2016
@LaszloLango
Copy link
Contributor

LGTM. If we decide that we want such a feature, then we can bring it back. I think in the current phase of Jerry (optimizations) we shouldn't leave unimplemented functions in the master.

@zherczeg
Copy link
Member

LGTM

@akosthekiss akosthekiss merged commit f088e8c into jerryscript-project:master Feb 22, 2016
@akosthekiss akosthekiss deleted the drop-run-context-stubs branch February 22, 2016 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to the public API feature request Requested feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants