Daniel Lacasse
Daniel Lacasse
### Expected Behavior It works like a normal project. ### Current Behavior It doesn't work. ### Context See https://docs.microsoft.com/en-us/visualstudio/code-quality/code-analysis-for-c-cpp-overview?view=vs-2019 ### Steps to Reproduce (for bugs) ### Your Environment * Build...
### Expected Behavior It works like a normal project. ### Current Behavior It doesn't work ### Context See https://devblogs.microsoft.com/cppblog/addresssanitizer-asan-for-windows-with-msvc/ ### Steps to Reproduce (for bugs) ### Your Environment * Build...
### Expected Behavior - Users can run tests directly from IDE - Users can view test failures from IDE - Users can jump to test from failures ### Current Behavior...
### Expected Behavior Intellisense should work properly. ### Current Behavior Intellisense fails for: ``` #ifdef _WIN64 ... #endif ``` ### Context It seems that predefined macros from Visual C++ aren't...
When depending on a project that generates public headers through a task, the task dependencies aren't propagated to the consumer. This induces flakiness in the build as the task graph...
No code with only `cpp-library`.
There are a lot of different ways to create variant of a component in native and not all of them comes in pairs (debug/release). We also don't want to provide...
### Expected Behavior Work as if it was using the `Project#getDependencies()` ### Current Behavior Fails with by not able to cast a project dependency to an external dependency: ``` >...
Swift 5 compiler is a bit more smart in what files it modified on disk. In fact, [this integration test](https://github.com/gradle/gradle/blob/master/subprojects/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftIncrementalCompileIntegrationTest.groovy#L112-L129) doesn't recompile anything as the removed file is unrelated to...