-
The data we currently use for sea ice extent is very low resolution (something like 1 degree) and poorly-suited to the pixel size of most imaging instruments. The Operational Sea Surface Temperature a…
-
```
#undef NOTDEF
#ifdef NOTDEF
#include
#endif
The I2C/TWI Wire library (in this example) still gets included even with the
above code. In fact, any #include that begins at the start of a line cau…
-
Cool pre-processor! Will this work for request and response mapping with AppSync?
-
```
#undef NOTDEF
#ifdef NOTDEF
#include
#endif
The I2C/TWI Wire library (in this example) still gets included even with the
above code. In fact, any #include that begins at the start of a line cau…
-
This is too verbose
```c
#define CONST 1
/*@ function (i32) CONST () @*/
static int c_CONST() /*@ cn_function CONST; @*/ { return CONST; }
```
Save some pre-processor engineering, this c…
-
The SConsCPPConditionalScanner fails to evaluate a `#if` pre-processor directive to True if the following defines are passed:
` env['CPPDEFINES'] = ['A=1', 'B=C', 'C=1']`
and if I have a code with…
-
### Task: Add Support for Additional Operators and Keywords in the DirectX Backend
This task is focused on extending the functionality of the `DirectX backend` by adding support for several new toke…
-
Type: Bug
## Extension Information
- Cody Version: 1.42.0
- VS Code Version: 1.95.3
- Extension Host: desktop
## Steps to Reproduce
1. Install VSCode with VIM plugin enabled and Cody on L…
-
-
Compilation customization could be improved, particularly when processing docs from source files. Some ideas:
* Specify pre-processor directives to pass to Roslyn when compiling from source files
* …