Page MenuHomeFreeBSD

Update lang/fsharp to 3.1.2.5.
ClosedPublic

Authored by rpaulo on Jul 28 2015, 6:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 1:43 AM
Unknown Object (File)
Sun, Apr 21, 9:52 PM
Unknown Object (File)
Mar 16 2024, 2:03 AM
Unknown Object (File)
Mar 16 2024, 2:01 AM
Unknown Object (File)
Mar 5 2024, 9:27 PM
Unknown Object (File)
Mar 5 2024, 9:22 PM
Unknown Object (File)
Mar 5 2024, 9:22 PM
Unknown Object (File)
Mar 5 2024, 3:02 AM
Subscribers
None

Details

Summary

Update fsharp 3.1.2.5. This unbreaks the port with Mono 4.0.

Test Plan

https://people.freebsd.org/~rpaulo/poudriere/build.html

% fsharpi

F# Interactive for F# 3.1 (Open Source Edition)
Freely distributed under the Apache 2.0 Open Source License

For help type #help;;

> let f = 1;;

val f : int = 1

> printfn "%d" f;;
1
val it : unit = ()
> #help;;

  F# Interactive directives:

    #r "file.dll";;        Reference (dynamically load) the given DLL
    #I "path";;            Add the given search path for referenced DLLs
    #load "file.fs" ...;;  Load the given file(s) as if compiled and referenced
    #time ["on"|"off"];;   Toggle timing on/off
    #help;;                Display help
    #quit;;                Exit

  F# Interactive command line options:

      See 'fsharpi --help' for options


>

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rpaulo retitled this revision from to Update lang/fsharp to 3.1.2.5..
rpaulo updated this object.
rpaulo edited the test plan for this revision. (Show Details)
rpaulo added reviewers: bapt, swills.
bapt edited edge metadata.
This revision is now accepted and ready to land.Jul 28 2015, 7:44 PM
This revision was automatically updated to reflect the committed changes.