Skip to content

feat: move the function about mouse to BuiltinApplet#126

Merged
gaocegege merged 1 commit intoprocessing-r:masterfrom
hawkingrei:feat/move_function_to_BuiltinApplet
Jun 18, 2017
Merged

feat: move the function about mouse to BuiltinApplet#126
gaocegege merged 1 commit intoprocessing-r:masterfrom
hawkingrei:feat/move_function_to_BuiltinApplet

Conversation

@hawkingrei
Copy link
Copy Markdown
Contributor

Remove the function to BuiltinApplet

@gaocegege
Copy link
Copy Markdown
Member

LGTM! Thanks for your contribution.

@gaocegege gaocegege merged commit 7496e65 into processing-r:master Jun 18, 2017
Copy link
Copy Markdown
Member

@jeremydouglass jeremydouglass left a comment

Choose a reason for hiding this comment

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

RLangPApplet already imports BuiltInApplet, so copying imports from RLangPApplet into BuiltInApplet means duplicate import statements. Why?

import org.renjin.sexp.StringVector;

import processing.core.PApplet;
import rprocessing.exception.NotFoundException;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This block of import statements are being added to BuiltinApplet, but not removed from RLangPApplet.

Copy link
Copy Markdown
Contributor Author

@hawkingrei hawkingrei Jun 20, 2017

Choose a reason for hiding this comment

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

I removed the useless import #127

this block of import statements doesn't remove from RLangPApplet. When the RLangPApplet initializes, it will be used.

@gaocegege gaocegege modified the milestone: Evaluation 1 Jun 22, 2017
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.

3 participants