[erlang-patches] Bit string generators, unsized binaries, modules and the REPL
Anthony Ramine
n.oxyde@REDACTED
Tue May 7 14:37:23 CEST 2013
Hello,
I can't build the PLT anymore for stdlib because it complains that it (obviously) can't find the abstract code in the BEAM file. I have two solutions:
* I can write a script that takes the .beam file compiled from the .S file and a .abstr file compiled from a kinda-equivalent .erl file and uses beam_lib to add an abstract code chunk.
* I can make Dialyzer ignores BEAM files for which there is 'from_asm' in the compile options.
Would you be against such a modification, Kostis?
Regards,
--
Anthony Ramine
Le 7 mai 2013 à 13:38, Fredrik a écrit :
> On 05/03/2013 11:32 AM, Anthony Ramine wrote:
>> Hello Björn,
>>
>> Silly me, to validate my changes I run erts/compiler/test/bs_bincomp_SUITE.erl instead of the one in lib/compiler/test/. I always forget these damn export attributes.
>>
>> Both issues really fixed for good now.
>>
>> Please refetch.
>>
>> Regards,
>>
> Hello Anthony,
> This patch is failing small_SUITE:bin_compr testcase in dialyzer application.
> Could you have a look at it?
> Thanks,
>
> --
>
> BR Fredrik Gustafsson
> Erlang OTP Team
>
More information about the erlang-patches
mailing list