unleashy

Results 5 issues of unleashy

The following snippets have an `auto_ref_assignment` warning, even though they shouldn't: ```d string bar; void foo(T)(auto ref string bar) { .bar = bar; // warning here, even though it's assigning...

bug
static analysis

On a fresh installation of code-d, this snippet has an error, `undefined identifier 'notarealfunction'`, as expected. ```d void main() { notarealfunction(); // squiggly line in the above line // }...

enhancement

### Acknowledgements - [X] I searched existing issues before opening this one to avoid duplicates - [X] I understand this is not a place for seek help, but to report...

bug
pending triage

- [ ] Add phonology manager - [ ] CRUD for phonemes - [ ] Ortho for phonemes -- probably good to revamp this area? - [ ] Add dictionary...

feature

### Describe the bug If you click on a link of a #hash, and then go to a new page, and then press back to go back to that page,...