Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

[WIP] Add immutable array vc #16

Closed
wants to merge 3 commits into from

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    51b272e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Fixes for mutable collections

     - Split GrowableSeq from Seq
     - Make everything compilable with -Yno-imports under both dotc and scalac.
    odersky committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    d5474e4 View commit details
    Browse the repository at this point in the history
  2. [WIP] Add immutable array value class

    This is an attempt to make immutable array a value class which has the
    same representation as the underlying mutable array.
    
    This is currently a WIP. It compiles only under dotty with PR #1906 added.
    To get it to compile under scalac, we need to fix SI-10150.
    odersky committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    e1ac3ee View commit details
    Browse the repository at this point in the history