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

Various things #102

Closed
wants to merge 8 commits into from
Closed

Various things #102

wants to merge 8 commits into from

Conversation

prakashk
Copy link
Member

@prakashk prakashk commented May 6, 2013

  • replace "\n" with system property so test runs on all platforms
  • array.first should return undef when no element satisfies the predicate
  • hash.eqv method + tests
  • Looks like parser doesn't need the class sigil any more.
  • Do not create new scope for each line of code in REPL. (there might be a better way to do this?)

@stevan
Copy link
Member

stevan commented May 6, 2013

@prakashk could you remake this pull request but leave out the "Do not create new scope ..." commit, I am not sure that I like that approach.

Thanks,

Stevan

@prakashk
Copy link
Member Author

prakashk commented May 6, 2013

@stevan: I wan't totally sure about that either. My first approach was even worse :-)

I don't see a quick way to remove commits from a pull request or choosing specific commits to create a pull request (github adds all commits in the branch to the request). Using my limited experience with git, I can only think of creating a new branch off master, apply all commits but this one, and push this new branch to create a new pull request. Got any better ideas?

Thanks,
prakash

@stevan
Copy link
Member

stevan commented May 6, 2013

@prakashk sorry, no better ideas no. But it should be easy enough to just cherrypick the 7 commits into a new branch

@prakashk
Copy link
Member Author

prakashk commented May 6, 2013

@stevan: new pull request #103

Closing this one.

@prakashk prakashk closed this May 6, 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