-
Enabling thread-safe build results in compile error.
```
ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
```
Missing functions are `pthread_cancel` an…
-
The tools can currently process tilesets in different representations. The most common one is that of a tileset being stored in the file system, with some `tileset.json` that essentially points to the…
-
This meta-issue covers the work needed to enable scoring when using running full-text queries in ES|QL.
High Level Vision: score is just a regular column, no magic
Scoring is enabled through a `META…
-
# Description of feature
Our python code is mostly `CamelCase`, but there are exceptions. To keep the python MDO Lab codebase and APIs consistent and predicable, we could and probably should integrat…
-
At the moment, you construct a delegate with a freestanding function like this: `my_delegate_type::create()`, and use it like this: `add_callback(my_delegate_type::create())`.
It would be nice to …
-
Hi - I have the warmup integration installed and get the following "warning". Looked it up on AI and got the following answer:
**Warning**
Logger: homeassistant.components.climate
Source: compo…
-
(I'm not sure if this requires a RFC, if so please let me know.)
Allow implicit conversion of functions to function pointers when trait is implemented on a function pointer. The code below shows th…
-
The `clang-kast` tools inserts calls to conversion functions. As an example, take the following program:
```
int rv = 0;
struct A{};
struct B : A{};
struct C {
A a; B b;
operator A(){rv=1…
-
I'm using KeYmaera X 5.0.2 on a remote Linux server (Ubuntu 22.04.3 LTS, amd64 architecture) accessed from a local Mac M1. The IJCAR22 implicit function examples do not appear, only the Textbook and B…
-
Recently, when working on [this PR](https://github.com/evals-sandbox/baseline-ops/pull/43), I needed to learn about a bunch of viv functions. The natural place to look is [`viv_api.py`](https://github…