Bug: Calling /vars or /v adds new snippets to /list.
Robert Field
robert.field at oracle.com
Wed Mar 4 02:19:28 UTC 2015
Fix pushed.
-Robert
On 03/02/15 01:50, andrei.eremeev wrote:
> Hi REPL team,
>
> -> double a;
> | Added variable a of type double
>
> -> a + 10
> | Expression value is: 10.0
> | assigned to temporary variable $1 of type double
>
> -> /list
>
> 9 : double a;
> 10 : a + 10;
>
>
> -> /vars
> | double a = 0.0
> | double $1 = 10.0
>
> -> /list
>
> 9 : double a;
> 10 : a + 10;
> 11 : a;
> 12 : $1;
>
> Andrei Eremeev
More information about the kulla-dev
mailing list