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

Internal services #45

Merged
merged 13 commits into from
May 20, 2015
Merged

Internal services #45

merged 13 commits into from
May 20, 2015

Conversation

mawolf
Copy link

@mawolf mawolf commented May 18, 2015

Adding support for internal services

}
else if (this.internalServiceProgram != null) {
program = this.internalServiceProgram;
OLParseTreeOptimizer optimizer = new OLParseTreeOptimizer( program );
Copy link
Member

Choose a reason for hiding this comment

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

Looks like this code is duplicated with the one in the next branch.

@fmontesi
Copy link
Member

Great patch, thanks. :-)

Indentation looks weird sometimes. Please follow the style of the rest of the code (spaces in parentheses) and use tabs instead of spaces.

@jolie/developers More eyeballs on the patch are welcome.

@fmontesi fmontesi self-assigned this May 18, 2015
@fmontesi fmontesi added this to the v1.4 milestone May 18, 2015
@fmontesi
Copy link
Member

The formatting rules I used (updated to last year I think, but netbeans should not have changed so much hopefully?..)

http://filebin.ca/22Ay89ym7QDR/formatting.zip

@mawolf
Copy link
Author

mawolf commented May 19, 2015

Again, thank you for the comments and recommendations!

The latest commits should fix the concerns that you had. Let me know if further changes are needed!

@fmontesi fmontesi merged commit c18194a into jolie:master May 20, 2015
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.

2 participants