CensoredUsername
CensoredUsername
This bug contains a listing of improvements to be made to the library, sorted by priority. General - High - [x] Modularizing different assembly dialects. Currently the only supported assembly...
Each implementer of DynasmLabelApi defines a Relocation type which should be used by the plugin to inform the runtime what kind of relocation is needed. Unfortunately, currently it is not...
Currently there are no real tests except from a general feature checking file. The instruction encoding data in particular really needs to be checked.
Cause seems to be https://github.com/CensoredUsername/dynasm-rs/blob/master/plugin/src/arch/aarch64/compiler.rs#L577 accidentally expecting a u64. This was reported in #79.
Things that need to be ported back to legacy from dev: - [x] Testing infastructure: this probably can't hurt to be improved a bit on legacy - [x] e1e6bf2 -...
Right now, we protect individual print's from getting interleaved in the output with printlock, but multiple prints after each other (for instance, the one that states which file is being...
Tracking issue for removal of ren'py 6/7 backwards compatibility in the ren'py 8 / python 3 move.
- [ ] RPYC v1 support: ren'py 8 always generates RPYC v2 files - [x] Screen language v1 support: ren'py 8 cannot even parse these. - [x] `--sl1-as-python`: see above...
Now they appear as a SLCustomUse node.
Currently when used to implement a proc_macro, `Delimiter::None` simply doesn't do what it is documented to do. While this is a rustc bug (rust-lang/rust#67062), it is a long standing one,...