-
-
Couldn't load subscription status.
- Fork 5.7k
Syntax for multidimensional arrays #33697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
simeonschaub
merged 41 commits into
JuliaLang:master
from
BioTurboNick:multidimensional-arrays2
May 20, 2021
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3899cbf
n-dimensional concatenation syntax and display
BioTurboNick 16998d6
Missed the export statement in squashing
BioTurboNick 95fed24
Updated parser to produce unambiguous, reversible expressions
BioTurboNick 7c92f4a
Style fixups
BioTurboNick 57dcdb0
Simplified nrows and implemented deparse
BioTurboNick 16998e0
Updated AST doc
BioTurboNick ed2f337
Restored ;; for line breaks in hcats, style
BioTurboNick 8c54a5f
Extracted ncat method
BioTurboNick 9645ac3
Restored passthrough of nested concatenations
BioTurboNick dbd588b
whitespace fix
BioTurboNick b3d4d2f
Corrected ;; line break reversal
BioTurboNick 96764ce
Corrected syntax test for new AST
BioTurboNick 7420411
Fixed test
BioTurboNick 5259cd5
Established a way to record the whole shape of the expression.
BioTurboNick 19b97ab
Implemented shape and balanced/unbalanced version, plus test
BioTurboNick e33d742
Shape method works, but currently excessive overhead
BioTurboNick 711adca
Finished? Implementing shape function
BioTurboNick 9ccfbd6
whitespace fix
BioTurboNick e0bc2ff
Various fixes, added show test.
BioTurboNick 3198c0c
test fix
BioTurboNick 29470d6
Improved test
BioTurboNick ed5c4ab
Restored comment and simplified
BioTurboNick a0ad994
Added 1-dimensional concat shortcut and simplified
BioTurboNick c269b9e
Various fixes
BioTurboNick 6bba45c
Apply suggestions from code review
BioTurboNick 067f311
Add NEWS and more docs
mbauman ec87a44
Update base/arrayshow.jl
BioTurboNick c88d916
whitespace fix
BioTurboNick cc29a89
Update base/arrayshow.jl
BioTurboNick ccec0a2
Simplified via suggestions
BioTurboNick 9e8bcaa
Improve NEWS
BioTurboNick 2564a50
parse-matrix => parse-array
BioTurboNick 84cca02
Fixed issue with mixed semicolons and newlines
BioTurboNick 6995dc7
added tests for newlines
BioTurboNick e38ba55
tests
BioTurboNick b47d342
Some refactoring, not quite there
BioTurboNick 526afc5
🤞🏻
BioTurboNick 6799644
🤞🏻🤞🏻
BioTurboNick d5ba602
Update NEWS
BioTurboNick 28dbfa4
Test to enforce prohibition of semicolon after linebreak
BioTurboNick a53cacb
Allow semicolons after linebreak
BioTurboNick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.