Peter Marheine
Peter Marheine
It does; I managed to overlook it? Though I recall I wanted to redirect stdout to stderr so that output could still appear as well. In any case a "quiet"...
Seems like we should just tag `v0.5` since it's been sitting at "beta" for years to no ill effect.
I would prefer to treat any packaged includes as specific to the assembler, since there is no real common subset of Z80 that is supported by all (or even most)...
Stack trace: ``` #0 skip_whitespace (ptr=0x6800007ffff70028 ) at utils.cpp:121 #1 read_expr_impl (ptr=0x659ec1, word=0x7fffffffd460 "", delims=0x43d14a ")") at utils.cpp:401 #2 0x00000000004067d1 in handle_opcode_or_macro (ptr=0x659ec1 "(") at pass_one.cpp:336 #3 0x000000000040563b in run_first_pass_line...
In that case it's not really a bug in this tool, but a calculator bug. It would be nice to generate a warning in that case, to inform users that...
I'd also recommend adding a test for this, but that might not be easy to do since our tests are set up to have metadata in the input file.
`lxml` 4.9.4 started causing consistent failures in my CI pipeline like this today, using Python 3.12 and Poetry 1.7.1. I've never seen this before, but install now reliably fails on...
Turns out my issue was an architecture mismatch, but seemingly caused by Poetry.lock not reflecting what was available on PyPI; I think because the lockfile was updated before the full...
I'm seeing this as well, using the symbol `Memory_RAM:CY62256-70PC` as provided with Kicad 8. By inspection, `shape["effects"]["justify"]` for this symbol is `[Symbol('left'), Symbol('bottom')]` where those correspond to the horizontal and...