Lemon Drop

Results 4 issues of Lemon Drop

**Zig Version**: 0.10.0-dev.3313+cff5d9c80 I was experimenting with how Zig generates code with oddly sized integers with regards to shifting instructions and found a case where I think it is generating...

enhancement
contributor friendly
optimization
stage2
backend-llvm

### Zig Version 0.10.0-dev.3880+e2bb92b2e ### Steps to Reproduce and Observed Behavior When an enum type is used in more than one `OptionStep` duplicate declarations are created in the resulting package...

bug
zig build system

Currently as part of Zig's type qualifiers `const` is offered to indicate read-only memory access through say a pointer. For whatever reason however C, C++ and other derivative languages often...

When I try to install btchip-python via `pip install btchip-python` I get this due to something being wrong with the `setup.py` file which prevents it from installing: ``` running install_scripts...