-
Notifications
You must be signed in to change notification settings - Fork 352
data scraper for Changelogs #2949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: Dune 3.17.0 | ||
tags: [dune, platform] | ||
versions: [3.17.0, "3.17.0~alpha0"] | ||
changelog: | | ||
### Fixed | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
title: Release of OCaml 5.2.0 | ||
description: Release of OCaml 5.2.0 | ||
tags: [ocaml] | ||
versions: ["OCaml 5.2.0"] | ||
changelog: | | ||
|
||
(Changes that can break existing programs are marked with a "*") | ||
|
@@ -902,7 +903,7 @@ | |
release of OCaml version 5.2.0. | ||
|
||
Some of the highlights in OCaml 5.2.0 are: | ||
- Reintroduced GC compaction | ||
Check failure on line 906 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
- Restored native backend for POWER 64 bits | ||
- Thread sanitiser support | ||
- New Dynarray module | ||
|
@@ -912,17 +913,17 @@ | |
- Local open in type expressions | ||
|
||
And a lot of incremental changes: | ||
- Around 20 new functions in the standard library | ||
Check failure on line 916 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
- Many fixes and improvements in the runtime | ||
- Many bug fixes | ||
|
||
OCaml 5.2.0 is still a somewhat experimental release compared to the OCaml | ||
4.14 branch. In particular: | ||
|
||
- The Windows MSVC port is still unavailable. | ||
Check failure on line 923 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
- Ephemeron performances need to be investigated. | ||
Check failure on line 924 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
- `statmemprof` is being tested in the developer branch. | ||
Check failure on line 925 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
- There are a number of known runtime concurrency or GC performance bugs | ||
Check failure on line 926 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
(that trigger under rare circumstances). | ||
|
||
Since the Windows MSVC port and `statmemprof` are still missing, the maintenance | ||
|
@@ -932,7 +933,7 @@ | |
and post any questions or comments you might have on our | ||
[discussion forums](https://discuss.ocaml.org). | ||
|
||
|
||
Check failure on line 936 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
The full list of changes can be found in the changelog below. | ||
|
||
--- | ||
|
@@ -940,15 +941,15 @@ | |
## Installation Instructions | ||
|
||
The base compiler can be installed as an opam switch with the following commands: | ||
```bash | ||
Check failure on line 944 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
opam update | ||
opam switch create 5.2.0 | ||
``` | ||
|
||
The source code for the release candidate is also directly available on: | ||
|
||
* [GitHub](https://github.com/ocaml/ocaml/archive/5.2.0.tar.gz) | ||
Check failure on line 951 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
* [OCaml archives at Inria](https://caml.inria.fr/pub/distrib/ocaml-5.2/ocaml-5.2.0.tar.gz) | ||
Check failure on line 952 in data/changelog/releases/ocaml/2024-05-13-ocaml-5.2.0.md
|
||
|
||
### Fine-Tuned Compiler Configuration | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: Omp ocaml-migrate-parsetree-1.8.0 | ||
tags: [omp] | ||
versions: ["v1.8.0"] | ||
changelog: | | ||
Oops, we went looking but didn't find the changelog for this release 🙈 | ||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
project_name
is parsed from the slug.