-
### Description of Problem, Request, or Question
`#include ` results in `file not found`.
### Package Details (Include if Applicable)
* Package Name/Version: **gsl_microsoft/1.0.0@bincrafters/s…
-
Tell us about your environment
ESLint Version:"^4.12.0"
Node Version: 9.3.0
npm Version: 6.2.0
What parser (default, Babel-ESLint, etc.) are you using?
default
Please show your full configur…
-
I get this error on save with atom. I've tried to fiddle around with versions and re-install everything. Looks like there is a bad config option in the eslint-config-airbnb-base.
`node_modules/eslint…
-
I am getting different results for generator function using `_.isFunction` with different versions of V8.
For example
```
function* test() {
yield* [1, 2, 3];
}
console.log(_.isFunction(test));
…
-
**Tell us about your environment**
* **ESLint Version:** 5.0.0-alpha.3
* **Node Version:** 10.1.0
* **npm Version:** 5.6.0
**What parser (default, Babel-ESLint, etc.) are you using?**
Babel-E…
-
trunk/bld/plusplus/386/linuxx64/ytab.c:4302]: (style) Statements following return, break, continue, goto or throw will never be executed.
Source code is
case LK_NAMESPACE:
…
-
**Tell us about your environment**
* **ESLint Version:** 4.10.0
* **Node Version:** 8.10.0
* **npm Version:** 5.6.0
**What parser (default, Babel-ESLint, etc.) are you using?** Default, I …
-
## Issue Details
/usr/local/bin/cmake --build /Users/adam/CDT-plusplus/build --target all -- -j 4
Scanning dependencies of target cdt
Scanning dependencies of target cdt-opt
Scanning dependencie…
-
**Tell us about your environment**
Windows 10 64bit, Webstorm latest version.
"plugins": ["angular", "filenames", "html"] latest versions
* **ESLint Version:**
ESlint 4.19
* **Node Versio…
ghost updated
6 years ago
-
## Description
Using boost::optional and REQUIRE generates errors
### Steps to reproduce
```cpp
boost::optional maybe_moved_universe{universe};
REQUIRE(maybe_moved_universe);
```
Generate…