-
Notifications
You must be signed in to change notification settings - Fork 26
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
Features/arrays new pony rt #81
Conversation
Awesome feature, code looks nice and it does not break any tests on my machine. (here comes the 'but'...) BUT:
|
|
@ 1: Awesome! |
@ 3: It would be useful for us newbies if you gave at least a hint of what the required commands should be. |
@supercooldave If you have 6 commits that you want to, for instance, squash together into one big commit, you can type:
You can edit those lines, save and close and git will use the file as input. There's comments in that file, explaining what to do. Elias could have replaced the last five instances of the
So here, git is showing the 6 commit messages that are about to become one -- you can summarise them all nicely into one message, save+close and
So HOWEVER, it's generally not save to merge commits that you have already pushed to a place where others may have pulled them. In this case, the pull request, it would've been fine (right, @kikofernandez ?) since we talked about it and I knew what was going to happen. |
This is great. Thanks. |
:) I agree! |
Thanks! Btw, the cardinality syntax |
@kaeluka In the future, one could consider letting |
|
@TheGrandmother it is incredibly neat. That's what's implemented now. |
Tested and integrated with the new runtime