-
# Feature or enhancement
### Proposal
I have implemented a stack-based version of `ast.literal_eval` and conducted benchmarks to compare its performance with the existing implementation. The res…
-
In `donfig.config_obj.collect_yaml()`, currently `ast.literal_eval()` is called on every discovered environment variable's value to provide users with the ability to dynamically set values through cod…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
Currently, the Tirith's `final_expression` expression is parsed by using Python's `eval()` function. Though we already have the `eval()` usage made as safe as possible, we still need to replace it wit…
-
Discovered in the fact that ListPlot3D doesn't display properly in cavity_physics.clj tutorial.
Not sure how long this has existed for (it definitely did display at some point in the past).
Ins…
-
## The Problem
``` perl6
my &f = EVAL '({1 given 2})';
```
```
WARNINGS for /home/sam/EVAL_0:
Useless use of constant integer 1 in sink context (use Nil instead to suppress this warning) (li…
-
After fixing #365 locally when trying to generate prediction report/protocol (after pressing `view Report` on a `modelDesign`) I get the following error:
`FreeMarker template error:
The following …
-
**Dynamic expression version**
**Problematic code**
```
var interpreter = new Interpreter();
var test = JObject.Parse("{ \"date\": \"2024-11-11T11:11:11Z\" }");
interp…
-
E.g. `eval("1+2")` should return `3`. Currently `eval()` is only useful for silently executing code.
-
It's not sensible that `execute-command` also evaluates sexps. Instead, there should be a separate command for that purpose.
Not to mention that the logic behind `extended-command-source` (its `pro…
aadcg updated
2 months ago