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
F84748970: D3224.id7446.diff
Tue, May 28, 12:10 AM
F84748967: D3224.id.diff
Tue, May 28, 12:10 AM
F84748965: D3224.id7418.diff
Tue, May 28, 12:10 AM
Unknown Object (File)
Sun, May 26, 4:00 AM
Unknown Object (File)
Sat, May 4, 1:43 AM
Unknown Object (File)
Apr 21 2024, 9:52 PM
Unknown Object (File)
Mar 16 2024, 2:03 AM
Unknown Object (File)
Mar 16 2024, 2:01 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
No Lint Coverage
Unit
No Test Coverage

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.