CensoredUsername

Results 9 issues of 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.

help wanted

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 -...

Ren'py 7 and below

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...

- [ ] 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...

Ren'py 8

Now they appear as a SLCustomUse node.

Ren'py 7 and below
Ren'py 8

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,...