Mrmaxmeier

Results 14 issues of Mrmaxmeier

> RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end. > > GitHub repositories that served...

Hi, some of my code recently started failing with this exception after a Python version bump: ``` Traceback (most recent call last): [...] File "/usr/lib/python3.10/site-packages/amaranth/hdl/xfrm.py", line 209, in on_statement new_stmt...

Re-using the module's function names as symbols is nice for debugging but can be fatal when they overlap with WAVM's runtime symbols. This happens for WASM modules that include functions...

This fixes a major harness issue in the `libarchive` fuzzer and resolves a fuzzing roadblock issue related to the build setup. All calls after `archive_read_add_passphrase` currently exit early because the...

Hi, this implements support for source code embedded directly inside of the DWARF debug info. (Fixes #835) I'm not sure about the logic in `source_by_path` though. Should it only match...

DWARFv5 has an extension for embedding program source code directly into the debug info sections: https://dwarfstd.org/issues/180201.1.html `symbolic` is not currently aware of this, and can't provide source code for ELF...

Hi, I tried using `Field field [[fixed_size(..)]];` and got unexpected results with the next field's position. It seems like this use-case was never handled as the position is reset in...

### Operating System Linux ### What's the issue you encountered? I'm seeing a crash while editing patterns in ImHex's built-in editor. Backtrace ``` #0 __pthread_kill_implementation (threadid=, signo=signo@entry=0x6, no_tid=no_tid@entry=0x0) at pthread_kill.c:44...

bug

Hi, I ran into a parser failure after I tried importing `marx.css`: ``` ⨯ ./node_modules/marx-css/css/marx.css:659:25 Parsing css source code failed 657 | border: 0; 658 | margin: 0; > 659...

Hi, this adds the FloatingPoint sort and a few basic tests. I'm not using it yet, so it might be a bit rough still. :slightly_smiling_face: