| Summary: | Wrong output and the representation in the variable manager for false() | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | Alexander Semke <alexander.semke> |
| Component: | julia-backend | Assignee: | 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/Implemented In: | ||
| Sentry Crash Report: | |||
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 Forget to change bug status. Sorry. 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 *** |
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.