-
Consider an optional subsystem in the Invocation phase that allows a standard whatif mechanism.
* A default option, similar to the help option added during the initialization step
* Annotations (…
-
I am running Sphinx 4.4.0 with sphinx-argparse 0.3.1 and I am seeing the following warning when using subparsers:
```
/.../api/cli.rst:3: WARNING: duplicate label positional arguments, other insta…
-
**Is your feature request related to a problem? Please describe.**
The time until a website is added to the addon in the store after the parser is finished is random.
**Describe the solution you'd…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/G7Ea4EGGE](https://godbolt.org/z/G7Ea4EGGE)
This invalid code will crash on Clang Assertion Trunk:
```cpp
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/KMvrT97qM](https://godbolt.org/z/KMvrT97qM)
This invalid code will crash on Clang Trunk.
```cpp
struct S {…
-
Consider the following simple example (and common python pattern in general) in django:
to build a management command, one simply inherits from `BaseCommand` and overrides some methods:
```py
fro…
-
Hi there, clang++ crashes from an assertion failure on the following invalid test case:
```cpp
a() {[ b = 0 ] < c < ^ [ b ++
```
Tested version(s): 17.0.1 ~ trunk (assertions)
Example: …
-
0.4.15 seems to ignore %start and always set parser as name
$ cat gl.y
.....
.....
%start gl
/\* language grammar */
%%
gl
: stmt '.' {
return {"groups":groups,"program":$1};
}
…
-
## Context
Updating postcss-values-parser is hard because [v3 contains many breaking changes](https://github.com/shellscape/postcss-values-parser/releases/tag/v3.0.0).
Summarizing and sharing inform…
-
Stack Trace:
```
Traceback (most recent call last):
File "/home/runner/work/contentctl/contentctl/contentctl/contentctl.py", line 193, in main
config = tyro.cli(models)
^^^^^^^…