bptato

Results 6 issues of bptato

Includes the following: * Stream input into mailcap entries without saving first where possible. * README.mailcap english translation. This is a simpler patch than my previous attempt[^1]. `PIPE_LINK` and `x-nosaveinput`...

In 4e464819, a workaround was applied to prevent buffer overruns in addMultirowsForm. Unfortunately, the same issue affects addMultirowsImg; I have been able to consistently reproduce it by enabling inline images...

### Nim Version Nim Compiler Version 2.2.4 [Linux: amd64] Compiled at 2025-06-14 Copyright (c) 2006-2025 by Andreas Rumpf git hash: 7701b3c7e6f6c640a89cc445b40f466834ab4fcf active boot switches: ### Description This crashes the compiler:...

Error Messages
Compiler Crash

### Description Following code ```nim proc main() = var trimMap = [@[1], @[2]] var z = 0 for j in 0 ..< 2: var i = trimMap.high while i >=...

Severe
ARC/ORC Memory Management

### Nim Version Nim Compiler Version 2.3.1 [Linux: amd64] Compiled at 2025-09-26 Copyright (c) 2006-2025 by Andreas Rumpf git hash: f4497c61584dca8acd489ceb7ba862b150f5cf55 active boot switches: -d:release ### Description Following code doesn't...

When converting a derived ref object to a distinct type of its base type, the compiler asserts. ### Example ```nim type A = ref object of RootObj B = ref...

bug
compiler
compiler/sem