Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

[NF] Various fixes. #2819

Closed
wants to merge 1 commit into from
Closed

[NF] Various fixes. #2819

wants to merge 1 commit into from

Commits on Dec 7, 2018

  1. [NF] Various fixes.

    - Remove the type in Call.CallAttributes, the call itself already
      contains the same type.
    - Improve subscripting of calls such as pre(), where the argument can
      be subscripted instead of the whole call expression.
    - Fix Type.copyDims so that it doesn't create an array with no
      dimensions if the source type is a scalar type.
    - Add simplification 'if ... then x else x' => 'x'.
    perost committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    9b0711a View commit details
    Browse the repository at this point in the history