Richard (Rikki) Andrew Cattermole

Results 68 issues of Richard (Rikki) Andrew Cattermole

I'm not sure this is the best way to go about getting a hash. But atleast this will allow vectors to be used as a key.

Target: Windows 64bit Compiler: 1.30-beta1 Scenario: Shared library built with -betterC (may have static library dependencies), no ModuleInfo. Full D executable, depends on shared library. Result: > spew-dem2-base-test-library.obj : error...

**Desktop (please provide environment info):** IntelliJ IDEA 2022.1.2 (Community Edition) Build #IC-221.5787.30, built on June 1, 2022 Runtime version: 11.0.15+10-b2043.56 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows...

bug
parser

**Desktop (please provide environment info):** - OS: Windows 10 - IDE: Intellij 2022.1.2 Community - Plugin Version 1.28 **D compiler and tools (please provide version numbers):** - dmd: 1.100 **Describe...

bug
dub

**Desktop (please provide environment info):** - OS: Linux Mint 20.2 - IDE: Intellij IDEA 2021.2.3 Community - Plugin Version 1.26.2 **D compiler and tools (please provide version numbers):** - dmd:...

bug
DCD

So yeah, currently not building. Updating libdparse to 0.18.1 and dsymbol to ``~master`` makes it compile again.

Would be interesting to see the ratio of SLOC between non-unittests and unitests. Any chance for this addition?

enhancement
new check proposal

Original from header: ```C typedef union { struct { uint8_t align:2; uint8_t right_merge:1; uint8_t type:2; uint8_t crop:1; }; uint8_t format_byte; }lv_table_cell_format_t; ``` Result in D file: ```D union lv_table_cell_format_t {...

bug

Example: ```d bool isALetter(dchar input) { switch (input) { case 0x02C2: .. case 0x02C5: case 0x02D2: .. case 0x02D7: case 0x02DE: case 0x02DF: case 0x02E5: .. case 0x02EB: case 0x02ED:...

It would be a good addition to add support for skipping the registry unless an explicit call to upgrade or if dub.selections.json becomes out of sync from the package descriptor....