[erlang-patches] Fix receive support in erl_eval with a BEAM module
Anthony Ramine
n.oxyde@REDACTED
Tue May 7 14:41:05 CEST 2013
Hello Fredrik, hello Kostis,
Sorry for the email earlier, it was supposed to be sent on this thread. Forwarding for history.
Regards,
Début du message réexpédié :
> 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 à 12:16, Fredrik a écrit :
> On 05/07/2013 12:15 PM, Anthony Ramine wrote:
>> Oh damn, I didn't add erl_eval_receive to the bootstrapped files, do you want me to do it?
>>
> Nope, I just finished it :)
>
> --
>
> BR Fredrik Gustafsson
> Erlang OTP Team
>
More information about the erlang-patches
mailing list