Skip to content

REPL always print the same result as [out0] #87

@cmal

Description

@cmal

Hi, I installed papyrus using the follow command on Mac OS X, repl always print the same result as [out0].

$ cargo +stable install papyrus --no-default-features --features="format,runnable"

[lib] papyrus=> 2 + 2
papyrus [out0]: 4
[lib] papyrus=> "xxx" == "xxx"
papyrus [out1]: 4
[lib] papyrus=> 1 == 3
papyrus [out2]: 4
[lib] papyrus=> 2 + 3
papyrus [out3]: 4

$ uname -a
Darwin xxx.local 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar 4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions