<div dir="ltr">Maybe such a thing can be implemented by the community and integrated in future releases?<div><br></div><div>Now that we have an open issue tracker, could we put feature requests there and have people randomly work on them?</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div><br></div><div>Cheers,</div><div>-- </div><div>Pierre Fenoll</div></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On 23 November 2015 at 20:09, Jesper Louis Andersen <span dir="ltr"><<a href="mailto:jesper.louis.andersen@gmail.com" target="_blank">jesper.louis.andersen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 7:02 PM, derek <span dir="ltr"><<a href="mailto:denc716@gmail.com" target="_blank">denc716@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">wonder how many other POSIX system calls are not implemented in erlang standard library</blockquote></div><br></div></span><div class="gmail_extra">Many! Most calls implemented is there due to a need by someone. This is why some of the system calls, however likely to be used, has not yet been implemented. Erlang doesn't in general provide a POSIX interface to the underlying Operating System, and many parts doesn't map well into the Erlang model. <br></div><div class="gmail_extra"><br></div><div class="gmail_extra">All hope is not lost however, since<br><br>list_to_integer(string:strip(os:cmd("id -u"), right, $\n)).<br><br></div><div class="gmail_extra">solves your problem. Granted, it performs worse than asking for the uid directly, but I've rarely seen a program who needed to manipulate uids otherwise, written in Erlang. May I ask what you are trying to do?<span class="HOEnZb"><font color="#888888"><br><br clear="all"></font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br>-- <br><div>J.</div>
</div></font></span></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>