• M
    Implement Array.item, List.item, Seq.item · f028ee4a
    Max Malook 提交于
    commit fef49e9f293499c24b30d919b7f5717f150b2c1c
    Author: latkin <latkin@microsoft.com>
    Date:   Wed Oct 15 15:38:35 2014 -0700
    
        Updating tests to use List/Seq.item
    
    commit beffde30280cdf7e03ddaf03f3830547e7c1616a
    Author: latkin <latkin@microsoft.com>
    Date:   Wed Oct 15 15:19:45 2014 -0700
    
        Change codebase to use List.item, Seq.item, to avoid deprecated warning. #nowarn added for those files which are proto-compiled (so we can't change to item yet)
    
    commit db122cc5416e106a8f2b1b32ad283b76e6741ff0
    Author: latkin <latkin@microsoft.com>
    Date:   Wed Oct 15 14:18:41 2014 -0700
    
        Validate input for Seq before calling GetEnumerator()
    
    commit e71caf605179083527617937941b7332c57b2f8e
    Author: latkin <latkin@microsoft.com>
    Date:   Wed Oct 15 14:11:13 2014 -0700
    
        Minor fixups to XML documentation
    
    commit a42c5f1354c77caeab0a792f683712dc91720c61
    Merge: 321dcde0 4d20814
    Author: latkin <latkin@microsoft.com>
    Date:   Sun Oct 12 13:24:42 2014 -0700
    
        Merge branch 'item' of https://git01.codeplex.com/forks/mexx24/visualfsharp into PR
    
        Conflicts:
        	src/fsharp/FSharp.Core.Unittests/SurfaceArea.4.0.fs
        	src/fsharp/FSharp.Core.Unittests/SurfaceArea.Portable.fs
        	src/fsharp/FSharp.Core/array.fsi
    
    commit 4d20814a858a054a92545571c5f99501a26c1974
    Author: Max Malook <community@malook.de>
    Date:   Thu Jul 10 02:03:36 2014 +0200
    
        mark Seq.nth, List.nth and Array.get as obsolete
    
    commit 73a6a55a6482a58be1da32a322e7743e41125125
    Author: Max Malook <community@malook.de>
    Date:   Thu Jul 10 01:26:35 2014 +0200
    
        add Array.item function
    
    commit d1dd69283ce3a8f6f6581313aff3fc9f3e4536d5
    Author: Max Malook <community@malook.de>
    Date:   Thu Jul 10 01:09:00 2014 +0200
    
        add List.item function
    
    commit a9c613e3b0c68155194fa7e8cd4badc3cfd4591c
    Author: Max Malook <community@malook.de>
    Date:   Wed Jul 9 18:27:46 2014 +0200
    
        add Seq.item function
    f028ee4a
il.fs 203.0 KB