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

More operators for ints/strings #71

Closed
wants to merge 2 commits into from
Closed

Conversation

prakashk
Copy link
Member

  • short-circuiting C-style logical-or ("||") and logical-and ("&&") operators --
    I needed to create a new class MoeLazyEval to implement these. Please review. Feel free to improve the name and implementation.
  • equality and relational operators for strings
  • compare operator for ints and strings

@prakashk
Copy link
Member Author

Hmm, I made sure to rebase with master before pushing these changes. Not sure why it cannot be automatically merged.

@stevan
Copy link
Member

stevan commented Mar 19, 2013

@prakashk for some reason this is not able to be automatically merged again, otherwise looks good to me

@prakashk
Copy link
Member Author

I created a new pull request (#72), this time initiated from a different place and it seems ok.

Closing this.

@prakashk prakashk closed this Mar 19, 2013
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.

None yet

2 participants