Kyle Coffey

Results 8 issues of Kyle Coffey

Hi, Sorry if this has already been noticed, but expanding the following macro does not generate any C++ code: ```rust #[proc_macro_derive(WithEnum)] pub fn with_enum(input: TokenStream) -> TokenStream { let derive_input...

This doesn't fail when running it locally, only on CI. Local run: ``` [TerraGen]$ cmake --build build --target check-format [0/2] Re-checking globbed directories... [2/2] cd /home/kyle/Documents/TerraGen && /usr/bin/python3.9 /home/kyle/Documents/TerraGen/build/_deps/...ke-src/git-clang-format.py --binary=/usr/bin/clang-format...

![Screenshot_2021-03-01_10-27-31](https://user-images.githubusercontent.com/9062746/109527205-03e67b00-7a79-11eb-89e3-683eae27dabc.png) The first "SAVE QUICKSAVE" was using the keybind, the second was typed manually.

bug report

I noticed a small error in the documentation. `to_string` is not necessary when in the context of a `println!` call, because both `to_string` and the `{}` format specifier use the...

I first raised this issue on nimlsp (https://github.com/PMunch/nimlsp/issues/100) but was directed here. The following snippet of code shows an error in nimlsp 0.3.2: ```nim type UnimplementedDefect = object of Defect...

useful for symbols such as ()

GCC is promoting some warnings to errors in version 14. This PR fixes them in the simplest ways possible. I am seeking feedback and alternative solutions to the fixes provided...

* Fix a typo that causes a compiler error when CUTE_TILED_FREE is defined to use the `ctx` argument. * Add some simple code in `test_cute_tiled/main.cpp` to detect a regression.