2021-09-02 01:13:14 +03:00
|
|
|
rm -rf build
|
|
|
|
|
|
|
|
$1 --no-color --console-width 0 Issue1828.idr --check
|
2022-11-01 21:11:18 +03:00
|
|
|
$1 --no-color --console-width 0 Issue1828.idr --check --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|
2021-09-02 01:13:14 +03:00
|
|
|
|
|
|
|
$1 --no-color --console-width 0 Issue1828.idr --check
|
2022-11-01 21:11:18 +03:00
|
|
|
$1 --no-color --console-width 0 Issue1828.idr --check --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|
2021-09-02 01:13:14 +03:00
|
|
|
|
|
|
|
|
|
|
|
$1 --no-color --console-width 0 TotallyTotal.idr --check
|
2022-11-01 21:11:18 +03:00
|
|
|
$1 --no-color --console-width 0 TotallyTotal.idr --check --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|
|
|
|
$1 --no-color --console-width 0 TotallyTotal.idr --check --total --log totality.requirement:20 | sed -r "s/.([0-9]){10}//g"
|