@@ -37,30 +37,45 @@ <h1>MoarVM</h1>
37
37
< h3 class ="panel-title "> 2025.01</ h3 >
38
38
</ div >
39
39
< div class ="panel-body ">
40
- < p > Core:
41
- * [caf97bf0] Fix MVM_setjmp on 32bit Windows
42
- * [df1715d6] Micro-optimize P6opaque's get_attribute() (#1884)
43
- * [7d15fcab] Remove temporary define for migrating Rakudo extops (#1671)
44
- * [4f183bc0] Fix OS-is-windows check that doesn't work in this file
45
- * [9a1aebb3] Use correct fallthrough annotation (#1885)
46
- * [fa5bfd92] Port over "cache devshell dll location" from rakudo CI
47
- * [1c2ea87e] Install gdb extension (#1848)</ p >
48
-
49
- < p > Documentation:
50
- * [8102c510] beautify release_guide.md</ p >
51
-
52
- < p > JIT:
53
- * [dd98cb2e] Don't try to enable the JIT unless it's possible (#1887)</ p >
54
-
55
- < p > Spesh:
56
- * [52d3452e] Guard against out-of-bounds jumps in spesh arg guard program.</ p >
57
-
58
- < p > CI:
59
- * [777294c4] Maybe the order jobs are started is alphabetical?
60
- * [c1d1f60e] Fix format specifiers clang on OSX complains about
61
- * [1f5bf409] GH Actions: Remove the deprecated macos-12 runner
62
- * [afc8354b] Do not persist tokens in CI artifacts
63
- * [6f3f53c4] Change comment style because gcc complains</ p >
40
+ < p > Core:</ p >
41
+
42
+ < ul >
43
+ < li > Fix MVM_setjmp on 32bit Windows [caf97bf0]</ li >
44
+ < li > Micro-optimize P6opaque's get_attribute() (#1884) [df1715d6]</ li >
45
+ < li > Remove temporary define for migrating Rakudo extops (#1671) [7d15fcab]</ li >
46
+ < li > Fix OS-is-windows check that doesn't work in this file [4f183bc0]</ li >
47
+ < li > Use correct fallthrough annotation (#1885) [9a1aebb3]</ li >
48
+ < li > Port over "cache devshell dll location" from rakudo CI [fa5bfd92]</ li >
49
+ < li > Install gdb extension (#1848) [1c2ea87e]</ li >
50
+ </ ul >
51
+
52
+ < p > Documentation:</ p >
53
+
54
+ < ul >
55
+ < li > beautify release_guide.md [8102c510]</ li >
56
+ </ ul >
57
+
58
+ < p > JIT:</ p >
59
+
60
+ < ul >
61
+ < li > Don't try to enable the JIT unless it's possible (#1887) [dd98cb2e]</ li >
62
+ </ ul >
63
+
64
+ < p > Spesh:</ p >
65
+
66
+ < ul >
67
+ < li > Guard against out-of-bounds jumps in spesh arg guard program. [52d3452e]</ li >
68
+ </ ul >
69
+
70
+ < p > CI:</ p >
71
+
72
+ < ul >
73
+ < li > Maybe the order jobs are started is alphabetical? [777294c4]</ li >
74
+ < li > Fix format specifiers clang on OSX complains about [c1d1f60e]</ li >
75
+ < li > GH Actions: Remove the deprecated macos-12 runner [1f5bf409]</ li >
76
+ < li > Do not persist tokens in CI artifacts [afc8354b]</ li >
77
+ < li > Change comment style because gcc complains [6f3f53c4]</ li >
78
+ </ ul >
64
79
< p > < a href ="releases/MoarVM-2025.01.tar.gz " class ="btn btn-primary " role ="button "> Download</ a > </ p >
65
80
</ div >
66
81
</ div >
0 commit comments