-
Problem:
We have positional arguments for dockers' entrypoints atm,
since that we have to pass a lot of arguments if we want to change some argument at the end,
that's a bit awkward. For example:
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/febehxMPG](https://godbolt.org/z/febehxMPG)
This valid code will crash on Clang Assertion Trunk. It seems th…
-
File: (???vsxu_engine_command_parser_filepath???)
Possible Explanation
There are certain commands in the VSXu engine which take in arguments which are comma separated lists of values. When the comman…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/fnxjhj1Gv](https://godbolt.org/z/fnxjhj1Gv)
This valid code will crash on Clang Assertion Trunk, it seems th…
-
Hello
Ostrich seems to struggle with Formulas that don't contain a singleton String. Here is an example:
```
import ap.theories.strings.StringTheory
import ap.SimpleAPI
import SimpleAPI.ProverSta…
-
Add support for variadic templates
eg.
```
template returntype functionname(Arguments... args);
```
or
```
template class classname;
```
Currently this throws an NPE:
``````
Caused by: java.lan…
-
Python code:
```
#!/usr/bin/env python3
import argparse
import csv
import os
import sys
import numpy as np
import pandas as pd
import scipy.sparse as sparse
import scipy.io as sio
impor…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/szKsjoef8](https://godbolt.org/z/szKsjoef8)
This invalid code will crash on Clang Assertion Trunk, it seems …
-
Seeing this on the main branch:
```
Traceback (most recent call last):
File "/home/deli/images/sd-scripts/tools/cache_text_encoder_outputs.py", line 194, in
cache_to_disk(args)
File "/…
-
I'd like to make a plugin that defines a new command-line command. At this point, that doesn't seem possible, and existing plugins are only adding support for hardware wallets so they can interact wit…