[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] a15780: [ocaml] use Array.make
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] a15780: [ocaml] use Array.make instaed of Array.create |
Date: |
Sun, 15 Mar 2015 14:03:06 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: a157808cbe9a2a6f95c63c566a85fa86e64cc559
https://github.com/paparazzi/paparazzi/commit/a157808cbe9a2a6f95c63c566a85fa86e64cc559
Author: Felix Ruess <address@hidden>
Date: 2015-03-15 (Sun, 15 Mar 2015)
Changed paths:
M sw/ground_segment/cockpit/horizon.ml
M sw/ground_segment/cockpit/live.ml
M sw/ground_segment/cockpit/strip.ml
M sw/ground_segment/tmtc/aircraft.ml
M sw/ground_segment/tmtc/link.ml
M sw/ground_segment/tmtc/wind.ml
M sw/lib/ocaml/geometry_2d.ml
M sw/lib/ocaml/mapCanvas.ml
M sw/lib/ocaml/mapFP.ml
M sw/lib/ocaml/mapGoogle.ml
M sw/lib/ocaml/mapTrack.ml
M sw/lib/ocaml/ocaml_tools.ml
M sw/lib/ocaml/wind_sock.ml
M sw/logalizer/plotter.ml
M sw/simulator/sim.ml
M sw/tools/generators/gen_abi.ml
M sw/tools/generators/gen_messages.ml
M sw/tools/generators/gen_messages2.ml
Log Message:
-----------
[ocaml] use Array.make instaed of Array.create
using create has been deprecated for a long time, and make is available at
least since ocaml 3.12
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] a15780: [ocaml] use Array.make instaed of Array.create,
GitHub <=