-
Hi!
I have protocols which use Compiler custom flags. I have code similar to next one:
```swift
protocol Boo {
func doesBoo(arg: Int64)
#if FEATURE_FLAG
func doesBooForFeature(arg:…
-
**Is your feature request related to a problem? Please describe.**
Install [spack-stack @ v1.8.0](https://github.com/JCSDA/spack-stack/tree/release/1.8.0) with `LLVM` compilers on **_hera_**
**D…
-
### Description
on Windows with MSVC, boost fibers has linkage errors and can't be used properly.
MinGW doesn't have this issue. The [prebuilt windows binaries](https://sourceforge.net/projects/…
-
### Environment details
* Operating System+version: Arch Linux
* Compiler+version: clang 16.0.6
* Conan version: 2.0.10
* Python version: 3.11.1
### Steps to reproduce
1. Install clang 16.0.6
…
-
Right now the IDE configures the compiler by:
* Passing in a `RazorCongfiguration` which has various properties
* [Calling some compiler methods to do some pre-canned configuration](https://github.com…
-
So what is the trick to get VSCode to call vcvars?
My preset:
```
{
"name": "win-ninja-release",
"displayName": "win-ninja-release",
"description": "Ninja generator release",
"g…
-
https://github.com/conan-io/conan-center-index/blob/5b9ff5f781fee9e9eb8eaa9f78796e3277ec8855/recipes/zlib/all/conanfile.py#L103
Reproduction:
```
[requires]
zlib/[>=1.2.0]
[generators]
PkgCo…
-
I've run into a weird problem in a project that uses async generators. I've reduced the problematic code to the example
below, which also fails in a similar way that my actual code does.
There see…
-
I am trying to make this project work for Android. Android, however, supports up to JDK 17 officially.
When _msquic-java_ is built with 'src compatibility' set to "17", the compiler is unable to f…
-
interface A {}
interface B {}
interface Response {
data: A | B
}
export const api_call = api(
{ expose: true, auth: true, method: "GET", path: "/api/creatives" }, async (): Promise =>…