-
It would be really nice if the compile error messages carried over source position information.
This would require modifications to the AST to allow AST nodes to be annotated with position informati…
hawkw updated
9 years ago
-
### Issue summary
I found that "completionEscape: false" is needed in my use case to avoid escape of open parenthesis. E.g. python style autocomplete will include open parens of function name, suc…
belm0 updated
4 years ago
-
Add scheme as an understood language.
-
**Describe the bug**
In pandas, `eval` treats `a op b` as always meaning the bitwise version `op in {and, or, &, |, ^}`. In cudf, due to the way we parse the expression without type information (an…
-
At Eli's request we will be replacing our `postprocessing` operators used for normalization with the scheme that is used in Larch. For example,
```python
from larch import Group as xafsgroup
from…
-
Repro:
```
size_t nthreads = 2;
torch::deploy::InterpreterManager m(nthreads);
// generate a tensor from one interpreter
auto I0 = m.all_instances()[0].acquire_session();
auto I1 = m…
-
This issue records several potential upgrades to the handling of character classes in PCRE2. This could be a lot of work in both the interpreters and the JIT.
1. The current code in the compiler ha…
-
## Issue Details
I have recently read a small article on LWN about the reference counting in Python, in the effort to remove the Python Global Interpreter Lock (GIL).
https://lwn.net/Articles…
-
i have installed nvm using> nvm install 14.15.0 but in the bench initialisation step>bench init frappe-bench i faced the error as shown below.
error frappe-framework@: The engine "node" is incom…
-
Hi,
Thanks for you excellent work.
Since scripts are restricted on iOS apps does flutterscript work on iOS?
Thanks.