|
1 | 1 | import { BugRef, IDEBugRef } from '@/components/BugRef'
|
2 | 2 |
|
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} />). |
27 | 7 |
|
28 | 8 | export default function Release({ children }) {
|
29 | 9 | return (
|
|
0 commit comments