-
Using the Job example:
```
class Job
include AASM
aasm do
state :initial, :initial => true
state :finished
event :finish do
transitions from: :initial, to: :finis…
-
There are a few places where the REAL128 type specification is used that is not behind include guards which prevents pfunit from building.
-
**Describe the bug**
The `RoundedRangeKernel` wrapper consist of an early exit for any thread that is outside the requested range. This makes the user kernel executing in a non uniform control flow…
-
It would be nice if we included a sample Rocket app. This would be a real-life app that has request handlers of various shapes and sizes to demonstrate each `rocket-ts` feature.
It should include …
-
On the rare random occasion, this include guard problem happens when using `#pragma once`:
```
game//home/datgame/dev/project/game/sound.h:42:8: error: redefinition of "Sound_memory"
struct Sound_m…
-
We want to achieve the following interface:
```json
{
"name": "foobar",
"action": "comment",
"matchers": {
"includes": ["*.ts"],
"eventJSONPath": ["foobar"]
},
"errorLevel":…
-
Currently, the following code is included outside of namespace raylib, which pollutes the global namespace with raylib functions and types which can occasionally cause collisions. Is it possible to mo…
-
DDR fails to extract macro information from headers if they include headers which cause a circular include. This is because the generated ddr include guards (`DDRGEN_F#_GUARD_H`) are generated outsid…
-
Please use read-write lock, such as `std::shared_mutex`, here: https://github.com/log4cplus/log4cplus/blob/936213586d3f5190f803e76da606a54ae3120c89/include/log4cplus/hierarchy.h#L299 It guards mostly …
-
There are many instances in our codebase (e.g. pretty much all include guards) where variables are declared beginning with a double underscore. As pointed out by `clang-tidy`([bugprone-reserved-identi…