-
Binder methods are not getting called.
https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2327?view=vs-2019
Methods of BookRecordSerializationBinder is not getting called while Calling…
-
**Is your feature request related to a problem? Please describe.**
The latest SYCL compiler requires C++17, while our TPLs (i.e. BLT benchmark-1.8.0 in particular) are on C++11. Need to search for …
-
# Transitions
Maui already has a complete animations API allowing you to create a live and fluid content on a page. However, what happens when navigating between pages?.
This spec defines a Maui…
-
I added the keyword `SECURITY` to the conventional-changelog-parser `noteKeywords` to state security fixes.
Unfortunately, these notes are now all recognized as Breaking changes and are stored in the…
-
Some of the JPL C static analysis checks do not work properly:
* **Multiple statements per line:** This is a C language check. It should not be applied to C++ code. It flags every one-line inline C…
-
It should be possible to declare numeric and string constants in JsType interface declarations.
Now it requires JsOverlay annotation, however it can be relaxed.
For example WebGL API has more then …
-
## Bug Report
Possible symbol collision with protobuf's C++ code generation (consensus/v1/types.proto):
```
// Message is an abstract consensus message.
message Message {
// Sum of all poss…
-
## What problem does this solve or what need does it fill?
Components are not restricted to Rust types, rather they are opaque blobs of data identified in a world via `ComponentId`.
`Reflect` is…
-
### Tested versions
4.3-stable
### System information
Windows 11
### Issue description
I am currently trying to add some properties to a C++ class that return GDScript classes. While everything i…
-
importc types (eg `cint`) don't alias properly, causing codegen errors.
The bug affects not just tuples, but also seq and generics, see example below.
### Example 1: tuple
```nim
type cdouble2…