-
Notifications
You must be signed in to change notification settings - Fork 155
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
Accept more types in style! macro #273
Conversation
I don't know why, but GitHub doesn't show tests for this PR - https://travis-ci.org/David-OConnor/seed/pull_requests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it show up now
Are there any thing left to be fixed ? |
I'm adding your test code as a demo of this to the guide. |
I've added some comments for final polishing. Once resolved, we can merge it. Good job! |
Waiting your review :D |
@MuhannadAlrusayni If you enjoyed writing this PR I recommend you to look at |
It seems that unformatted code has been merged into @David-OConnor: could you add requirement that we can merge only PR with successful tests? Or at least add me to the list for travis notifications (if it's doable) so I can fix it / send PR with fix as soon as possible? |
I'll rebase and see if I can fix it. |
@MartinKavik Done. |
I rebase and force push, not sure if I did it correctly, since this is my first time doing rebase :D. |
@MuhannadAlrusayni I just run OT:
It's just like playing Solitaire if you have the right tools.. just a few drag & drops and clicks.. https://www.youtube.com/watch?v=nAMbLbgxriI :) |
fix(lint): format
looks like this come from c5e39c6#diff-ce655e9c982a8e83550dccb0b7a646f2R231 And I believe the reason that it was not fixed is that when I forked Seed repo this commit was not pushed yet to now when I run Anyway I merged your PR, now every thing should be in sync.
Sure I use Magit here, but I don't have much experience with git yet :D.
Sure that was great experience, I'll contribute when I have time. |
@David-OConnor Merge it, please. It'll also fix |
PR for #268, please give extra review since this is my 1st PR :D