-
# š Bug
Build fails at every object with:
```
clang++: error: unknown argument: '--use_fast_math'
clang++: error: unknown argument: '--extended-lambda'
clang++: error: unknown argument: '--geā¦
-
### Description
_No response_
### Reproduction
```swift
@propertyWrapper
struct Wrapper {
var wrappedValue: Float
var projectedValue: Float
init(wrappedValue: Float) {
selā¦
-
**Describe the issue**
It's not possible to register `java.lang.Thread`'s methods for reflection.
**Steps to reproduce the issue**
```
cat > Main.java
-
Hi,
It seems that with the 6.12.x kernel, compilation fails:
```
make[1]: Entering directory '/usr/src/linux-standard'
warning: the compiler differs from the one used to build the kernel
The ā¦
-
While updating my pypy today and trying things out, I got an exception that does not occur on cpython:
`TypeError: BaseException.__new__(AttributeError) is not safe, use AttributeError.__new__()`
ā¦
-
Tried compiling v1.0.0 within R environment as part of installation and getting the following error. Installed the latest version of the re2 package without any issue, yet there seems to be a problemā¦
-
Binary Ninja Version: 4.2.6444-dev Personal (f171d6c4)
OS: > cat /proc/version
Linux version 6.10.13-3-MANJARO (builduser@fv-az1246-770) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) httā¦
-
### Environment
- OS and Version: Microsoft Windows 10 Professional Edition 10945.5131 (Latest)
- VS Code Version: 1.95.3 (system setup) (Latest)
- C/C++ Extension Version: v1.22.11 (Latest)
### Bugā¦
-
I realize Fedora is not a primary target, but people on other early-adopter distros like Arch are likely to hit the same issues. :)
This is after:
```
mkdir build; cd build; cmake ..
make -j10ā¦
-
In order to use latest version of C++, it would be great to have the latest versions of gcc and clang installed on the C Grader image.