Page MenuHomeSolus

Update ocaml to 4.07.0
ClosedPublic

Authored by Tick on Jul 22 2018, 8:52 PM.
Tags
None
Referenced Files
F11049189: D3373.id8346.diff
Thu, Aug 10, 5:26 PM
F11049188: D3373.id.diff
Thu, Aug 10, 5:26 PM
F11049187: D3373.id8340.diff
Thu, Aug 10, 5:26 PM
F11034718: D3373.diff
Wed, Aug 9, 5:10 PM
F10987636: D3373.id8346.diff
Mon, Jul 24, 6:28 AM
F10964224: D3373.diff
Wed, Jul 19, 9:31 AM
F10767277: D3373.id8346.diff
May 19 2023, 11:05 PM
F10754575: D3373.id.diff
May 16 2023, 9:06 PM
Subscribers

Details

Summary

Few changes in the Stdlib, bug fixes and optimizations

Changelog available here

Test Plan

I tested some stuff with the interpreter

        OCaml version 4.07.0

# let a = 1;;
val a : int = 1
# print_int a;;
1- : unit = ()
# let s = "Hello world";;
val s : string = "Hello world"
# print_string s;;
Hello world- : unit = ()
#

Diff Detail

Repository
R2215 ocaml
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tick requested review of this revision.Jul 22 2018, 8:52 PM
sunnyflunk edited the summary of this revision. (Show Details)
sunnyflunk added a subscriber: sunnyflunk.

Note I have changed the link style in the commit per the other patch

This revision is now accepted and ready to land.Jul 23 2018, 1:41 AM
This revision was automatically updated to reflect the committed changes.