-
Should we use
```
#pragma once
```
in header files instead of
```
#ifndef
#define
#endif
```
?
-
# Floating pragma
### Severity
Low Risk
## Vulnerability Details
In the three smart contracts in scope for this audit, the floating pragma ^0.8.18 is employed. This practice of locking the pragma ve…
-
# Floating pragma
### Severity
Low Risk
### Relevant GitHub Links
https://github.com/Cyfrin/2023-07-beedle/blob/658e046bda8b010a5b82d2d85e824f3823602d27/src/utils/Errors.sol#L2
https://github.com/C…
-
E.g. `nVar : INT; {info 'TODO: should get another name'}`
-
💡 **Describe the solution you'd like**
The pragma feature is great for selectively syncing settings based on the platform, I'd like to be able to do this for extensions too, for example enabling or…
-
### What version of Bun is running?
0.5.6
### What platform is your computer?
Linux 6.1.8-arch1-1 x86_64 unknown
### What steps can reproduce the bug?
```js
import { Database } from "b…
-
Hello,
I am encountering an issue while using **hls::stream** as an intermediate variable in my project. **The compiler is indicating that the bit width is too large, exceeding the 4096 limit.** He…
-
We have a number of "umbrella headers" in our code base; these are headers that don't provide anything themselves, but only include other headers which are not supposed to be included directly. Includ…
-
Suggest inserting a carriage return before profile_pragma_-
argument_associations are defined by the usage profile specified by the profile_identifier.
to keep profile_pragma_argument_associations…
-
The pragma is necessary for slang translation.
But with my changes such a translation is not valid anymore.
We should probably discuss this better.
_Originally posted by @guillep in…