Bug 377774 - Wrong output and the representation in the variable manager for false()
Summary: Wrong output and the representation in the variable manager for false()
Status: RESOLVED DUPLICATE of bug 377773
Alias: None
Product: cantor
Classification: Applications
Component: julia-backend (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Ivan Lakhtanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 14:23 UTC by Alexander Semke
Modified: 2017-04-02 20:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Semke 2017-03-18 14:23:11 UTC
for false(2) one gets Bool[false,false] instead of [false,false].

Also, the output for false(2) is
Base.BitArray{1}(chunks=Array{UInt64, 1}[0x0000000000000000], len=2, dims=(139654456885456,))

instead of
2-element BitArray{1}:
 false
 false

as obtained directly in julia.
Comment 1 Ivan Lakhtanov 2017-04-02 20:00:08 UTC
Can you, please, specify the input to reproduce the bug? Calling 'false(2)' says:
  error during run:
  MethodError: objects of type Bool are not callable
Comment 2 Ivan Lakhtanov 2017-04-02 20:07:33 UTC
Forget to change bug status. Sorry.
Comment 3 Ivan Lakhtanov 2017-04-02 20:30:59 UTC
It looks like you mean 'falses(2)'. Anyway this is the duplicate of https://bugs.kde.org/show_bug.cgi?id=377773 -- representation on output working not as in native REPL.

*** This bug has been marked as a duplicate of bug 377773 ***