Skip to content

!.[true] errors rather than broadcasting ! #20039

Closed
@Sacha0

Description

@Sacha0
julia> versioninfo()
Julia Version 0.6.0-dev.2075
Commit fe1f663* (2017-01-14 01:37 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin15.6.0)
  CPU: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, ivybridge)

julia> !.[true]
ERROR: syntax: invalid identifier name "."

Expected behavior: broadcast(!, [true]). Ref. #20037 (comment). Best!

Metadata

Metadata

Assignees

No one assigned

    Labels

    broadcastApplying a function over a collection

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions