-
# Enhancement
This enhancement is completely forwards/backwards compatible.
We add the following: Check for the presence of `subspace_dest` in the `kwargs` of `argparse._SubParsersAction.add_par…
-
A segfault occurs in the below program when provided with malformed input. The segmentation fault occurs at line 625 in parser.c. This occurs when a node* type attempts to access its parent property, …
-
## Problem
The following code causes the crash:
```cpp
#include
template
class MyClass
{
public:
struct Inner;
static constexpr Inner inner = Inner{};
struct Inner {};
…
-
I want to implement an interface that collects all options after a positional option. The options are not known ahead of time.
Usage would look something like:
```sh
script.js --scriptOption scri…
-
### What is the issue?
Why this not work and not return table?
```
#include
//#include
#include
#include "maddy/parser.h"
std::string ConvertMarkdownToHTML(const std::string& markdownInput…
-
Trying to do incremental code debug, using quit(), or equivalent. When I run the script, I get "Unable to execute". Sample code is as follows:
# begin script...
import argparse
import sys
sys.ar…
-
### Description
On `scrapy crawl spidername`
Original purpose of spiderloader is to search and load requred spider by it's `name`.
Hovewer current implementation of [`SpiderLoader`](https://git…
-
The crash is caused when using `-ffat-lto-objects` together with `-fsanitize=hwaddress`.
```
$ cat test.c
int main(int argc, char* argv[])
{ (void)argv; return argc-1;}
$ clang -c test.c -fsan…
-
The parser fails on some valid (but convoluted) expressions such as:
``` C
int res = ((int (*)())(*(&function_table[atoi(argv[1])])))(atoi(argv[2]), atoi(argv[3]));
```
It ends up creating multiple …
-
In python 3.12, I get below error
Traceback (most recent call last):
File "/.local/share/nvim/lazy/django-neotest/neotest.py", line 20, in
main(sys.argv[1:])
File "/.local/share/nvim/la…