-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
31 lines (20 loc) · 1.09 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
camlp5-buildscripts Version 0.04
-------------------
* [13 Dec 2024] tiny fixup for Makefile, to support Windows. Thanks to @tobil4sk for this!
camlp5-buildscripts Version 0.03
-------------------
* [22 Jul 2023] Stupid, stupid, stupid error in ya-wrap-ocamlfind (was ignoring return-code from invoked command)
This caused errors in builds in pa_ppx* packages to be silently ignored. Ugh. What idiocy. Fixed.
This means that older pa_ppx* packages cannot build with this package/version. But it's only b/c they
enable "debugging preprocessing" by default. If that's disabled, then they build fine. But still, what
a mess.
That this is such a tiny error is even more maddening.
camlp5-buildscripts Version 0.02
-------------------
* [30 Jan 2023] some small changes
ya-wrap-ocamlfind: change syntax of header comment to "(**pp ... *)"
join_meta: reverse order of subdirs for wrap-subdirs, so more comprehensible to invokers
all: change bootstrap to not generate static blocks, switch to pa_ppx_regexp
camlp5-buildscripts Version 0.01
-------------------
* [30 Jan 2023] First release