-
With the new query invalidation approach, the vast majority of objects are actually never sent over the wire. Yet, we are paying a large cost during creation to make them "free" to serialize and deser…
-
The current implementation of our API diffing does not handle every type of item that can be defined within a module.
It will compare items that we support, detecting addition, removal and modifica…
-
https://github.com/TartanLlama/sdb/blob/f38f948e1e753fe051a8b45d35c72edbf1f5efff/src/type.cpp#L98
shouldn't it be depth+1?
` auto member_str = data.visualize(proc, depth + 1);
`
-
https://forum.crystal-lang.org/t/wired-compiler-error-bug-called-type-id-for-array-config-class-crystal-virtualmetaclasstype-exception/7400
You can reproduce it use Crystal 1.14.0 use following pro…
-
`` introduces the following exposition-only concepts:
```cpp
template
concept decays-to = same_as; // exposition only
template
concept class-type = decays-to && is_class_v; …
-
### 🔎 Search Terms
class expression implement primitive type
### 🕗 Version & Regression Information
- This changed between versions __5.2.2____ and __5.3.3_____
### ⏯ Playground Link
https://www…
-
```
Fields
```
is always derived, so doesn't need to be propagated and can be lazily derived as necessary.
-
**Bug Report**
When decorating an empty method ("`...`") inside of a `Protocol` definition as an `asynccontextmanager`, the type checker insists that the return type must use `Never` instead of a…
-
### 🔎 Search Terms
"mixin abstract super", "mixin abstract super type", "mixin abstract constructor super", "mixin abstract constructor super type", "mixin Abstract method cannot be accessed via supe…
-
# Description
When we call ` ros2 service call /controller_manager/list_hardware_components controller_manager_msgs/srv/ListHardwareComponents` in iron the controller manager prints 6 times:
```…