<div dir="ltr">Hi Eric - I am looking at this patch, and I find the diff a bit strange. I see in the first commit that you updated the documentation (rb.xml) for e.g. rb:start:<div><br></div><div style>e.g.</div><div><div>
-        <v>FileName = string() | standard_io</v></div><div>+        <v>FileName = string() | atom() | pid()</v></div></div><div><br></div><div style><div style>but this is backed out again in your second commit, although is seems the code is still there (and, as far as I can understand, this functionality is also the main point of the patch). Could you please have a look at it? Did something go wrong in a merge or rebase?</div>
<div style><br></div><div style>Regards</div><div style>/siri</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/18 PAILLEAU Eric <span dir="ltr"><<a href="mailto:eric.pailleau@wanadoo.fr" target="_blank">eric.pailleau@wanadoo.fr</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_<br>
>> erlang-patches mailing list<br>
>> <a href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a><br>
>> <a href="http://erlang.org/mailman/listinfo/erlang-patches" target="_blank">http://erlang.org/mailman/listinfo/erlang-patches</a><br>
> Hello Eric,<br>
> We just stumbled across in your patch that you have merged maint into<br>
> your patch,<br>
> which you not should do. Do a rebase upon the latest maint branch on our<br>
> github instead and notify us when done.<br>
> Thanks,<br>
><br>
Hello Fredrik,<br>
<br>
the first time you told me this, I though that I did a 'git merge', but<br>
no...<br>
The merge is done by the 'git push' after my commit, without any warning.<br>
By googling a bit, I found I need to add :<br>
git config --global --bool pull.rebase true<br>
<br>
or use<br>
git rebase -i @{u}<br>
before any push ...<br>
<br>
sorry for this, I'm using git only for otp and not a specialist ...<br>
<br>
I did a rebase, you can fetch now.<br>
I hope it is ok for you now...<br>
<br>
regards<br>
_______________________________________________<br>
erlang-patches mailing list<br>
<a href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-patches" target="_blank">http://erlang.org/mailman/listinfo/erlang-patches</a><br>
</blockquote></div><br></div>