-
This may be a known problem, but I noticed that the listed outputs from EBTEL2.pro need to be written in order. If one tries to only get selected outputs (by name), the routine returns wrong outputs.
…
-
-
Currently, this line fails:
https://github.com/cocktailpeanut/dalai/blob/86b62ab625f81ef82aaf0c9244f004fbfe0a00bc/index.js#L331
-
I'm sorry to have to report this, but POSIX gonna POSIX. On a Linux box calling itself an installation of "CentOS Linux 7 (Core)", apparently we need to adhere a little more strictly to POSIX. Speci…
-
**Describe the bug**
C++17 is not working in Visual Studio 2019... and also in 2017.
Especially... HAS_CXX17 is not set.
P.S. I tried using vs2017, also I tried to play with different commands - no…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on April 11, 2012 16:03:47_
the actual memset of the redzone to the pattern needs to write 4x as much memory as a shadow …
-
# Bug report
### Bug description:
For a non-`gcc`/`clang` compiler, `_Py_TYPEOF` is not defined.
https://github.com/python/cpython/blob/c08a302249edba844a26e1a0231671afd92b973d/Include/pyport.h#L548…
-
C11 defines the `_Thread_local` keyword, and GCC has long had the `__thread` modifier.
They define data to reside in the _thread-local storage_. Basically, if `x` is thread-local, then it behaves as …
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.7 (48a16209b1a0de5efd8112ce6430415730…
-
I have tried to build a package with this crate as a dependency, but it seems to fail due to the following error.
```log
error: failed to run custom build command for `blake3 v1.5.1`
Cause…