Bug 377774

Summary: Wrong output and the representation in the variable manager for false()
Product: [Applications] cantor Reporter: Alexander Semke <alexander.semke>
Component: julia-backendAssignee: Ivan Lakhtanov <ivan.lakhtanov>
Status: RESOLVED DUPLICATE    
Severity: normal CC: filipe
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***