-
Testcase:
```c
int a;
```
Backtrace:
```
> /scratch/tc-testing/tc-apr-4/build-rv64gcv/build-llvm-linux/bin/clang -module-file-info red.c -o rv64gcv.out
clang: /scratch/tc-testing/tc-apr-4/llv…
-
I also want to report an issue regarding consistent propagation of **source_files** data through the file save and load functions.
`synthesizer.generate_goldens_from_docs` and `generate_goldens_fro…
-
Cpp 20 flag already set in CMakeLists:
set(CMAKE_CXX_STANDARD 20)
Here is the build log:
```
$ cmake --build .
[ 72%] Built target compile_test
Consolidate compiler generated dependencies o…
-
## Bug Report
### What version of TiKV are you using?
/ # ./tikv-server -V
TiKV
Release Version: 6.5.3
Edition: Community
Git Commit Hash: fd5f88a7fdda1bf70dcb0d239f60137110…
-
Hello!
Thanks for the excellent paper and codebase, the work is very interesting.
In trying to get the codebase working, I have found 2 issues.
## Initial Logging Error
After copying the re…
-
#22 and #23 showed the need to add new XACML functions in order to simplify very common Apply expressions that _compose_ (math sense) two or more existing functions together.
For example, in #23 …
-
``
from itertools import imap
``
is happening at the top of `tc-copy`. imap is not available in Python 3.
-
```
What steps will reproduce the problem?
1. Create a test_config.yml: the username and password should be for a
*GOOGLE APPS* user, e.g., someone@yourdomain.com (NOT someone@gmail.com)
2. ruby test/…
-
The current script for building up the hfsc/fq_codel hierarchy in lp-gw is garbage. The excellent [pyroute2](http://docs.pyroute2.org) library can be used to give this a proper implementation, maybe e…
ti-mo updated
8 years ago
-
tool output starts with `WORST_CASE(Omega(n^2), O(n^2))`
but is shown (in results tables) as ` | WORST_CASE(Omega(n^2) 18.7 / 8.8 (0)`
while it should be `n^2/n^2`