Open veryjos opened 1 year ago
Happens on 2.0.0 as well
!nim c --experimental:codeReordering
import strformat
@juancarlospaco (collaborator)devel :-1: FAIL
Output
Error: Command failed: nim c --experimental:codeReordering --run -d:nimDebugDlOpen -d:ssl -d:nimDisableCertificateValidation --forceBuild:on --colors:off --verbosity:0 --hints:off --warnings:off --lineTrace:off --nimcache:/home/runner/work/Nim/Nim --out:/home/runner/work/Nim/Nim/temp /home/runner/work/Nim/Nim/temp.nim
/home/runner/.choosenim/toolchains/nim-#devel/lib/pure/strformat.nim(649, 32) Error: undeclared identifier: 'formatValue'
candidates (edit distance, scope distance); see '--spellSuggest':
(4, 7): 'formatSize'
2023-08-14T19:10:17
2023-08-14T19:10:18
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:10:19
2023-08-14T19:10:19
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:10:20
2023-08-14T19:10:20
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:10:23
2023-08-14T19:10:24
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:10:27
2023-08-14T19:10:28
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:10:44
2023-08-14T19:10:44
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:10:57
2023-08-14T19:10:57
0 bytes (0 bytes)
```cpp
```
2023-08-14T19:11:08
2023-08-14T19:11:08
0 bytes (0 bytes)
```cpp
```
11.4.0
2.35
3.18.1
17.0
5.15.0
2023-08-14T19:09:43Z
2
nim c --experimental:codeReordering --run -d:nimDebugDlOpen -d:ssl -d:nimDisableCertificateValidation --forceBuild:on --colors:off --verbosity:0 --hints:off --warnings:off --lineTrace:off --nimcache:/home/runner/work/Nim/Nim --out:/home/runner/work/Nim/Nim/temp /home/runner/work/Nim/Nim/temp.nim
54 minutes
bisecting 8
commits at 0
commits per second. codeReordering
is not aware of macros AFAIU.
Description
compiled with
Nim Version
Nim Compiler Version 2.1.1 [MacOSX: amd64] Compiled at 2023-08-07 Copyright (c) 2006-2023 by Andreas Rumpf
git hash: e7b4c7cddbefda0790b313062c0cfd233a259d6f active boot switches: -d:release
Current Output
Expected Output
Possible Solution
No response
Additional Information
No response