Skip to content

Julia nightly is printing booleans as integers in Arrays #31847

@diegozea

Description

@diegozea

Julia version 1.3.0-DEV

julia> rand(Bool, 3)
3-element Array{Bool,1}:
 1
 1
 0

julia> true
true

julia> false
false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions