nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Refactor lorem ipsum plugin #264

Closed marcbachmann closed 9 years ago

marcbachmann commented 9 years ago
xremix commented 9 years ago

@marcbachmann, I also improved the lipsum plugin including a dark mode with #263. That will run into conflict when merging, I think.

marcbachmann commented 9 years ago

Yes, sorry, I've seen that too late. I should have pushed my changes earlier. Your changes in the plugin.py file aren't needed. So you can reset your last commit.

xremix commented 9 years ago

Ok, I just removed the code again.

nate-parrott commented 9 years ago

I'm just gonna pull and merge them as best I can...

nate-parrott commented 9 years ago

I'm sorry, I can't get git to merge this at all. It keeps parading me through a bunch of rebases and then failing to actually merge. (actually, I have no idea what it's doing — I'm terrible at git). I'm going to close this — hopefully the changes were merged in some acceptable way. :cry:

xremix commented 9 years ago

@nate-parrott Sorry, I think this is my fault. Is it only the plugin.py file from the lipsum plugin? Then you can ignore my changes and just use the file (and overwrite it) from @marcbachmann .

I had no access to my computer, so I just modified the changes in the web editor from github.

nate-parrott commented 9 years ago

no worries! my fault for not being good at git. I think I successfully managed to pull in all your changes — feel free to re-submit them if not.

On Tue, Jan 13, 2015 at 6:35 PM, xremix notifications@github.com wrote:

@nate-parrott https://github.com/nate-parrott Sorry, I think this is my fault. Is it only the plugin.py file from the lipsum plugin? Then you can ignore my changes and just use the file (and overwrite it) from @marcbachmann https://github.com/marcbachmann .

I had no access to my computer, so I just modified the changes in the web editor from github.

— Reply to this email directly or view it on GitHub https://github.com/nate-parrott/Flashlight/pull/264#issuecomment-69843428 .

marcbachmann commented 9 years ago

No problem. It looks like you merged everything. For next time, you don't have to rebase at all, doing a git merge should mostly work. You can get a conflict, but in that case it was only three lines.

Next time I can also rebase my branch so you can simply merge in the github interface. IMO you shouldn't merge the pull-requests from other developers if they contain conflicts. The developers should fix them. So you don't have to waste your time and have a detailed look into the code.