[erlang-bugs] repl previous command result incompatible with maps manipulation

Anthony Ramine n.oxyde@REDACTED
Tue Jul 1 02:58:24 CEST 2014


https://github.com/erlang/otp/pull/418

-- 
Anthony Ramine

Le 20 mai 2014 à 13:44, Danil Zagoskin <z@REDACTED> a écrit :

> Hello!
> Currently it's impossible to use v(N) result as map:
> 
> Erlang/OTP 17 [DEVELOPMENT] [erts-6.1] [source-a3c5de1] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
> 
> Eshell V6.1  (abort with ^G)
> 1> #{a => 1}.
> #{a => 1}
> 2> (v(1)).
> #{a => 1}
> 3> (v(1))#{a := 2}.
> ** exception error: undefined shell command v/1
> 
> 
> -- 
> Danil Zagoskin | z@REDACTED
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://erlang.org/mailman/listinfo/erlang-bugs




More information about the erlang-bugs mailing list