Lach

Results 53 issues of Lach

Before this commit, static modifier was dropped from generated method, resulting in wrong method being generated (no static modifier). However, bytecode was already fine, there is no aload_0, and variable...

## Use case Expose some class internals as non obfuscated fields, for usage with nashorn; I.e if i want to be able to call `ITextComponent#append`, without bothering about script remapping:...

Tabstops (I use `\t` for indents) are shown as 8 in the context window, while I configure the code window to use `tabstop=4` ![image](https://user-images.githubusercontent.com/6235312/180650298-0a200a8a-86f7-4aeb-af0a-95273ce1a21a.png) Setting tabstop while the window is...

I like the idea of Rust CRI implementation, and want to help in it :D Is there any implementation plan/architecture description? If no - i suggest using `sled` for internal...

kind/feature
dco-signoff: yes
needs-rebase
release-note-none

review pending

Superseeds #496

Currenly has dependence on git repo, as long as https://github.com/tinaun/gen-iter/pull/3 isn't merged Also requires nightly for generators

Repro: ``` # Generate spec moonbeam build-spec --chain moonriver-local > spec.json # Build raw spec, execute GenesisConfig moonbeam build-spec --chain spec.json --raw ``` There is an error in the logs:...