Open fabricio-p opened 2 months ago
!nim c
type
Xable = concept
proc x(y: Self): int
A[T: Xable] = tuple
foo: T
B*[T: Xable] = object
a: A[T]
0 (0 bytes)
```cpp
```
2024-09-01T16:11:24
2024-09-01T16:11:24
0 (0 bytes)
```cpp
```
2024-09-01T16:11:27
2024-09-01T16:11:28
0 (0 bytes)
```cpp
```
2024-09-01T16:11:28
2024-09-01T16:11:28
0 (0 bytes)
```cpp
```
2024-09-01T16:11:31
2024-09-01T16:11:32
0 (0 bytes)
```cpp
```
2024-09-01T16:11:35
2024-09-01T16:11:35
0 (0 bytes)
```cpp
```
2024-09-01T16:11:37
2024-09-01T16:11:37
0 (0 bytes)
```cpp
```
2024-09-01T16:11:40
2024-09-01T16:11:40
0 (0 bytes)
```cpp
```
2024-09-01T16:11:42
2024-09-01T16:11:42
11.4.0
14.0.0
20.4
2024-09-01T16:11:01Z
1
nim c --run -d:nimDebug -d:nimDebugDlOpen -d:ssl -d:nimDisableCertificateValidation --forceBuild:on --colors:off --verbosity:0 --hints:off --lineTrace:off --nimcache:/home/runner/work/Nim/Nim --out:/home/runner/work/Nim/Nim/temp /home/runner/work/Nim/Nim/temp.nim
:robot: Bug found in 21 mins
bisecting 8
commits at 0
commits per second
Description
Nim Version
Nim Compiler Version 2.0.8 [Linux: amd64] Compiled at 2024-08-20 Copyright (c) 2006-2023 by Andreas Rumpf
git hash: 5935c3bfa9fec6505394867b23510eb5cbab3dbf active boot switches: -d:release
Current Output
Expected Output
Known Workarounds
Remove the concept restriction from one of the generic type parameters.
Additional Information
No response