Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
This is a (hopefully) temporary fork of OCaml for building Semgrep. It may be archived or removed without notice. Do not depend on it.

OCaml 5.3 is currently used to build Semgrep. The changes we've applied to the 5.3.0 release commit, found on the `5.3.0-semgrep` branch, are, latest to oldest:

[cols="1,1"]
|===
|Description and Commit |Upstream status

|Bugfix for GC root mishandling in memprof.c (d50385f)
|TBR in 5.5

|fix: hard code domain stack sizes to 8 MiB(3d8d8c)
|TBA
|===
Loading