-
We allow passing a `usageLineLength` to `ArgParser` or `CommandRunner` in the _constructor_. In both cases the field is `final` and is read internally by the `usage` getter. This means that the wrappi…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/Pbzb7e88f](https://godbolt.org/z/Pbzb7e88f)
This invalid code will crash on clang trunk and clang assertion …
-
The error statement given to users when they add a recipe with invalid arguments is generic and does not show the user what was wrong. It does not specify which argument was invalid, whether it was a …
-
The arguments for `Expression.Application` (renamed to `FunctionCall` in v8) are stored in a `List`. That has the unfortunate consequence that in the parser we have to append a newly discovered argume…
-
### Summary
When I try to upgrade the usage of buildpacks I got I have a problem at compile time that is not in my code.
```
github.com/buildpacks/lifecycle/buildpack
# github.com/buildpacks/l…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/Khfrbeqc9](https://godbolt.org/z/Khfrbeqc9)
This code will crash on Clang Assertion Trunk.
```cpp
#define …
-
LINQ extensions within expressions do not work when applied to properties of `ExpandoObject`.
(For comparison - [ExpressionEvaluator](https://github.com/codingseb/ExpressionEvaluator) does support th…
-
For example
![Image](https://github.com/user-attachments/assets/fa924f41-f50d-4c44-908f-944b8bcffc8e)
epage updated
3 weeks ago
-
## Current Behavior
```
@ xonsh --version
xonsh/0.18.4
♅ 15:42:06 rrs@xps ~/NoBac/Commun/xonsh master↑·4|✓
@ xonsh --no-rc
rrs@xps ~/NoBac/Commun/xonsh master @ xontrib list
['list']
Exc…
-
When using the journald input to read from a file, there is a race condition that happens when `journalctl` exits. Whenever the journald input starts and there is a chance of having messages from prev…