Skip to content
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

RFC: proposed new array assignment shape matching rule #5226

Closed
wants to merge 8 commits into from

Commits on Dec 23, 2013

  1. implement new array assignment shape matching rule. fixes #4048, fixes

    …#4383
    
    this rule ignores singleton dimensions, and allows the last dimension of
    one side to match all trailing dimensions of the other.
    JeffBezanson committed Dec 23, 2013
    1 Configuration menu
    Copy the full SHA
    d62f455 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2013

  1. fix #5248

    block REPL I/O task while evaluating input
    JeffBezanson committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    5c7c47b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061c867 View commit details
    Browse the repository at this point in the history
  3. fix #5245

    JeffBezanson committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    851b2c8 View commit details
    Browse the repository at this point in the history
  4. implement new array assignment shape matching rule. fixes #4048, fixes

    …#4383
    
    this rule ignores singleton dimensions, and allows the last dimension of
    one side to match all trailing dimensions of the other.
    JeffBezanson committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    d7b00dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf48bbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    669d39b View commit details
    Browse the repository at this point in the history
  7. consistent setindex shape checking using new rule

    also reduce duplication of the related error messages
    JeffBezanson committed Dec 28, 2013
    Configuration menu
    Copy the full SHA
    a137ed7 View commit details
    Browse the repository at this point in the history