-
Good afternoon oatpp maintainers;
I am currently using the **msvc2015** compiler for a 32bit target.
I am using the following command to build my Visual Studio Solution:
```
cmake --build buil…
-
### What are you trying to do?
Today, Dagger enforces "some" validation rules on function parameters. For example, there is a way to define enums and enforce that a parameter passed to a function is …
-
In a variant of bug #35478, we can fix the compiler crash by declaring the functions involved with prototypes. This works fine when no parameters are involved. However, once a parameter enters the g…
-
**Describe the bug**
It was ok with previous versions of RaspiOS until 2024-07-04.
The code runs in a container under IotHub module.
**Steps to reproduce**
First of all, I've solved with a workaroun…
-
what the title says
-
Actually I done the above task by using this:
@pragma("vm:entry-point")
Tile onTileClicked(Tile tile) {
AppLauncher.openApp(androidApplicationId: 'com.example.app');
}
Clicking on Tile laun…
-
We would like to track how various parts of our generated ASTs are created, referencing the C source.
One motivation for this is test generation (#22), which requires generating both C and Haskell …
-
### Describe the issue:
Custom errors within require statements work correctly when used inside functions, but they trigger an error when placed inside a modifier.
### Code example to reproduce …
-
*Original author: Joseph Hutter*
*Original issue: https://charm.cs.illinois.edu/redmine/issues/1928*
---
Projections does not monitor time spent on stolen tasks. See CPU time analysis on VTune vs…
-
Even when `#pragma once` is used in an header file, the plugin incorrectly reports a diagnostic mentioning that it's being used in a main file. This issue has appeared (and has been fixed) in other ed…