-
When the function name in a function call is a literal, the call fails.
ftest
2 *-* say 'SUBSTR'('NOK',2,2)
Error 43 running ftes…
-
**Version and Platform (required):**
- Binary Ninja Version: All for a long time
- OS: Ubuntu (and others)
- OS Version: 22.04
- CPU Architecture: x64
**Bug Description:**
It seems in most if …
-
# Code works when called from Task Pane but not when called from Function
## Environment
* PC desktop
* Host: Word
* Office version number: Microsoft® Word for Microsoft 365 MSO (Version 241…
-
There seems to be unspecified bits regarding implicit cast on function/method/(and action) calls.
Spec section **8.20. Method invocations and function calls** mentions:
> The calling convention …
-
-
When JIT GPU kernels which call a device function implemented in a different translation unit proteus fails. PR: #39 tests for this case and currently is marked as `WILL_FAIL`.
-
I think it would help a lot if the IDE or linter would highlight if a async function is called without a await. This could prevent some simple mistakes.
-
**Description:**
When I run the `orderCells` function, I encounter an error because it is trying to call the `nei()` function, which has been deprecated in `igraph` version 2.1.0 and is now defunct.
…
-
### Self Checks
- [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
- [X] I confirm that I am using English to su…
-
Factory-made functions need access to all helper functions called inside of them. However, some of those helpers are currently internal, so they are not accessible from any package other than scrutiny…