Skip to content

Instantly share code, notes, and snippets.

@enricosada
enricosada / rubyspec.yaml
Created August 15, 2011 10:58
Sync ironruby's rubyspec
command_line : wip (enricosada)
core:
array
  b*
  hash : pullrequest (enricosada)
range
t* : pullrequest (enricosada)
language:
*
library:
@enricosada
enricosada / output
Created August 21, 2011 19:58
mono_version
Mono JIT compiler version 2.10.1 (tarball Fri Feb 25 15:56:49 MST 2011)
Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
Misc: debugger softdebug
LLVM: yes(2.9svn-mono)
GC: Included Boehm (with typed GC)
@enricosada
enricosada / expected UserMention.txt
Last active August 29, 2015 13:56
FSharp.Data test
class JsonProvider
static member AsyncGetSamples: () -> JsonProvider+Root[] async
let f = new Func<_,_>(fun (t:TextReader) -> JsonDocument.CreateList(t, ""))
TextRuntime.AsyncMap((IO.asyncReadTextAtRuntimeWithDesignTimeRules @"<SOURCE_DIRECTORY>\..\FSharp.Data.Tests\Data" "" "TwitterStream.json"), f)
static member AsyncLoad: uri:string -> JsonProvider+Root async
let f = new Func<_,_>(fun (t:TextReader) -> JsonDocument.Create(t, ""))
TextRuntime.AsyncMap((IO.asyncReadTextAtRuntime false @"<SOURCE_DIRECTORY>\..\FSharp.Data.Tests\Data" "" uri), f)
static member GetSamples: () -> JsonProvider+Root[]
@enricosada
enricosada / README.md
Last active August 29, 2015 13:57
stream bug, mono vs dotnet

repro for bug fsharp/fsharp#246

on fsi, stream_mono.txt and stream_dotnet.txt

compiled streambug.fs with mono and dotnet disassembled to streambug_mono.cil and streambug_dotnet.cil

@enricosada
enricosada / log.txt
Created January 5, 2016 16:15
AV running build.cmd
*** Building dotnet tools version 1.0.0.1451987123 - Debug ***
*** Checking Pre-Reqs ***
*** Restoring Tools and Packages ***
*** Installing dotnet stage 0 ***
dotnet_install: Preparing to install .NET Tools to D:\github\cli\scripts\.dotnet_stage0\win7-x64
dotnet_install: Downloading dotnet-win-x64.latest.zip from https://dotnetcli.blob.core.windows.net/dotnet/dev/Binaries/Latest
dotnet_install: Extracting zip
dotnet_install: The .NET Tools have been installed to D:\github\cli\scripts\.dotnet_stage0\win7-x64\cli!
dotnet_install: Add 'D:\github\cli\scripts\.dotnet_stage0\win7-x64\cli\bin' to your PATH to use dotnet
*** Downloading DNX ***
@enricosada
enricosada / dotnetcli_fsharp_helpers.fsx
Last active March 23, 2016 16:09
update nuspec inside nupkg with .net core dependencies
//TODO do it!
BenchmarkDotNet.Artifacts/
bin/
obj/
.vscode/
project.lock.json
bin/
obj/
project.lock.json
@enricosada
enricosada / Program.fs
Last active November 10, 2016 16:01
.net project.json and pcl
open FsCheck
open System
open System.Threading
open System.Reflection
open Microsoft.FSharp.Reflection
open Microsoft.FSharp.Collections
open System.Collections.Generic
open Prop
@enricosada
enricosada / README
Created November 17, 2016 09:37
dotnet-migrate f#
See