Closed benoitc closed 8 years ago
Have you tried the latest sext master?
yes i did. the patch is on top of it :) On Wed, 4 May 2016 at 18:15, Ulf Wiger notifications@github.com wrote:
Have you tried the latest sext master?
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/uwiger/sext/issues/23#issuecomment-216916642
I can't reproduce it.
uwpro:tmp uwiger$ git clone git@github.com:uwiger/sext.git
Cloning into 'sext'...
...
uwpro:tmp uwiger$ cd sext
uwpro:sext uwiger$ which erl
/Users/uwiger/lib/otp/18.3/bin/erl
uwpro:sext uwiger$ rebar3 compile
===> Fetching pc ({pkg,<<"pc">>,<<"1.2.0">>})
===> Version cached at /Users/uwiger/.cache/rebar3/hex/default/packages/pc-1.2.0.tar is up to date, reusing it
===> Compiling pc
===> Verifying dependencies...
===> Fetching edown ({git,"git://github.com/uwiger/edown.git","HEAD"})
===> WARNING: It is recommended to use {branch, Name}, {tag, Tag} or {ref, Ref}, otherwise updating the dep may not work as expected.
===> Compiling edown
===> Compiling sext
===> Linking priv/sext_drv.so
/Users/uwiger/tmp/sext/_build/default/lib/sext/src/sext.erl:231: Warning: function pp/1 is unused
uwpro:sext uwiger$ ls _build/default/lib/sext/ebin/
sext.app sext.beam tt_proto.beam
try with the rebar isnatlled locally (rebar3 local install) it should reproduce the issue On Wed, 4 May 2016 at 18:45, Ulf Wiger notifications@github.com wrote:
I can't reproduce it.
uwpro:tmp uwiger$ git clone git@github.com:uwiger/sext.git Cloning into 'sext'... ... uwpro:tmp uwiger$ cd sext uwpro:sext uwiger$ which erl /Users/uwiger/lib/otp/18.3/bin/erl uwpro:sext uwiger$ rebar3 compile ===> Fetching pc ({pkg,<<"pc">>,<<"1.2.0">>}) ===> Version cached at /Users/uwiger/.cache/rebar3/hex/default/packages/pc-1.2.0.tar is up to date, reusing it ===> Compiling pc ===> Verifying dependencies... ===> Fetching edown ({git,"git://github.com/uwiger/edown.git","HEAD"}) ===> WARNING: It is recommended to use {branch, Name}, {tag, Tag} or {ref, Ref}, otherwise updating the dep may not work as expected. ===> Compiling edown ===> Compiling sext ===> Linking priv/sext_drv.so /Users/uwiger/tmp/sext/_build/default/lib/sext/src/sext.erl:231: Warning: function pp/1 is unused
uwpro:sext uwiger$ ls _build/default/lib/sext/ebin/ sext.app sext.beam tt_proto.beam
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/uwiger/sext/issues/23#issuecomment-216926062
My rebar3 version:
uwpro:sext uwiger$ rebar3 --version
rebar 3.0.0+build.3380.reff7d88a5 on Erlang/OTP 18 Erts 7.3.1
But if this is rebar3 version-dependent, perhaps it's more of an issue with rebar3 than with sext?
Ok, sorry, was doing several things at the same time.
Could you make a proper PR of it?
what do you mean by proper PR ?
To reproduce it, launch the following:
You can see that
sext.beam
doesn't existIn verbose mode, you get the following log:
Removing edown from the build fixed the issue, so it may be just an issue with edown.