Danny Milosavljevic

Results 20 issues of Danny Milosavljevic

The release package of memutils 0.4.8 is missing the version number in dub.json. `dub.json` should contain: `"version": "0.4.8",`.

Rust 1.19.0 fails to build via mrustc 0.8.0 on i686: ``` --88--- $ "/gnu/store/fw4yy7cgb5ahs9s2ir00bawnsl5zj7db-mrustc-0.8.0/tools/bin/minicargo" "src/tools/cargo" "--vendor-dir" "src/vendor" "--output-dir" "output/cargo-build" "-L" "output/" "-L" "/gnu/store/fw4yy7cgb5ahs9s2ir00bawnsl5zj7db-mrustc-0.8.0/lib/mrust" "-j" "1" BUILDING crates_io from crates-io v0.9.0...

This PR adds some new color settings so that macro var bindings can look different to macro var references and those can look different to macro calls. changelog: Improve macro...

feature

Right now, `#[derive(JsonSchema)]` does not include any namespace, even when deriving from Rust source files in different modules. This can cause naming conflicts that are hard to debug (because one...

It would be nice to be able to use svd2rust for SVDs that describe indirect accesses via a data port register (for example the infamous pci index and pci data...

It seems that FEL mode times out on writing on BananaPi M2 Ultra (R40). ``` $ sudo sunxi-fel version AWUSBFEX soc=00001701(R40) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000 $ sudo...

I'm using IntelliJ IDEA in the GNU Guix Linux distribution. Guix has a somewhat unusual filesystem setup. Among other things you won't be able to run a random foreign ELF...

enhancement

…strings (2022-06-07T02:03:04+05:00). Previously, such strings would fail with `ValueError` `unconverted data remains: +01:00`. This patch changes it so it uses dateutil.parser.parse. The latter can parse all of the following and...