-
Pydocstest does not seem to be able to handle `@typing.overload`-ed functions right now. According to Ruff, only the actual implementation should be endowed with a docstring:
https://docs.astral.sh…
-
Overloading the price and the implied volatility functions like in
https://github.com/Dr4k3z/option-calibration/blob/643dbd7a603b78b6b955d95741f3495ad4e223a8/headers/pricing_models.h#L16C24-L18C132
…
-
Trying to use prange inside an overload eg.
```python
@njit(**JIT_OPTIONS, parallel=True)
def update(x, xp, r, rp, p, Ap, alpha):
return update_impl(x, xp, r, rp, p, Ap, alpha)
def update…
-
Is it possible to define multiple overloaded manual native bindings? For instance, how would I wrap the following:
```c++
void func(int);
void func(int, int);
```
If I try
```
%native(myfunc) v…
supsm updated
3 months ago
-
SWIG does not support `%feature("kwargs")` with overloaded functions. After [a recent change](https://github.com/lballabio/QuantLib-SWIG/commit/8c5d9352858198fb3fb2eb6b0cd8dab5dd53bab8) we have such u…
-
Upon analysis of a luau-lsp failing test for the new solver, it was discovered that for overloaded table/class function properties using an IntersectionType, magic functions are never called.
This…
-
From the original repo See: https://github.com/hansec/fortran-language-server/issues/135
The solution that I have in mind is to use the function's/subroutine's signature help (`--use_signature_help…
-
Table-valued functions are treated as tables, and as such, are currently not supporting overloading explicitly.
---
See also:
- https://stackoverflow.com/q/28434559/521799
- https://stackoverf…
-
| | |
| --- | --- |
| Bugzilla Link | [47235](https://llvm.org/bz47235) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Exten…
-