Skip to content

Fixes for ;; and spaces in array concatenation#7

Merged
c42f merged 1 commit intomainfrom
cjf/ncat-add-row-col-major-errors
Feb 16, 2022
Merged

Fixes for ;; and spaces in array concatenation#7
c42f merged 1 commit intomainfrom
cjf/ncat-add-row-col-major-errors

Conversation

@c42f
Copy link
Copy Markdown
Member

@c42f c42f commented Feb 16, 2022

  • Dectect whether array concatenation is either column-major or
    row-major in the first and second dimesions. Report errors for mixed
    orderings.
  • Treat ;; as line continuation when used in hcat
  • Treat newlines as insignificant when mixed with semicolons as
    separators.

* Dectect whether array concatenation is either column-major or
  row-major in the first and second dimesions. Report errors for mixed
  orderings.
* Treat ;; as line continuation when used in hcat
* Treat newlines as insignificant when mixed with semicolons as
  separators.
@c42f c42f merged commit e6fd15d into main Feb 16, 2022
@c42f c42f deleted the cjf/ncat-add-row-col-major-errors branch February 16, 2022 07:34
c42f added a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
…ax.jl#7)

* Dectect whether array concatenation is either column-major or
  row-major in the first and second dimesions. Report errors for mixed
  orderings.
* Treat ;; as line continuation when used in hcat
* Treat newlines as insignificant when mixed with semicolons as
  separators.
topolarity pushed a commit to JuliaLang/julia that referenced this pull request Nov 14, 2025
…ax.jl#7)

* Dectect whether array concatenation is either column-major or
  row-major in the first and second dimesions. Report errors for mixed
  orderings.
* Treat ;; as line continuation when used in hcat
* Treat newlines as insignificant when mixed with semicolons as
  separators.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant