Skip to content

Commit c6acc65

Browse files
committed
Release 2.9.2
1 parent c1b7897 commit c6acc65

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

src/data/challenge/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const info = {
1414
</>,
1515
],
1616
problemSubmissionDeadline,
17-
minizinc: '2.9.1',
17+
minizinc: '2.9.2',
1818
dates: [
1919
<>
2020
Registration opens: <strong>Now</strong>.

src/data/release.mdx

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,9 @@
11
import { BugRef, IDEBugRef } from '@/components/BugRef'
22

3-
- Don't include empty stack traces in JSON stream errors or warnings
4-
(<BugRef issue={880}/>, <IDEBugRef issue={212}/>).
5-
- Wait 1 second between sending ``SIGTERM`` and ``SIGKILL`` signals to solvers
6-
to allow more time for cleanup (<BugRef issue={882}/>).
7-
- Fix a bug where calls to ``enum2int`` weren't correctly removed in
8-
comprehensions, leading to an internal error (<BugRef issue={879}/>).
9-
- Fix false-positive implicit enum coercion warnings when calling ``card`` and
10-
some inequality operators.
11-
- Fix false-positive implicit enum coercion warnings for calls with
12-
comprehension arguments (<BugRef issue={887}/>).
13-
- Recursively type check type-insts of variable declarations and function
14-
items.
15-
- This enables enum constructors and other functions to be used on the
16-
left hand side of declarations, and allows overloading of functions
17-
with identifiers in type-insts to be correctly resolved.
18-
- Fix type error in flexible job shop documentation example caused by change
19-
of signature of ``cumulative`` to enum-safe version in 2.9.0.
20-
- Accept enum types for the two argument ``regular`` constraint to avoid
21-
false-positive warnings about implicit enum to int coercion.
22-
- Disallow multiple comma-separated arguments in string interpolations,
23-
which previously caused unexpected behaviour.
24-
- Fix incorrect output of non-improving solutions when using HiGHS.
25-
- Use scroll buttons when the tab bar overflows to ensure the side panels can
26-
be resized in the MiniZincIDE (<IDEBugRef issue={213}/>).
3+
- Fix the packaging of the OR Tools solver on linux distributions (<BugRef issue={888} />).
4+
- Prevent output of and emit warning for invalid statistics in JSON streaming mode.
5+
- Fix crash in string interpolation (<BugRef issue={891} />).
6+
- Fix `row` and `col` functions to use enumerated types instead of `int` (<BugRef issue={888} />).
277

288
export default function Release({ children }) {
299
return (

src/data/version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const releaseList = [
2+
['2.9.2', '6 March 2025'],
23
['2.9.1', '3 March 2025'],
34
['2.9.0', '11 February 2025'],
45
['2.8.7', '2 October 2024'],

0 commit comments

Comments
 (0)