-
'BaseObject' is an overloaded term and does not immediately indicate it refers to answer types. However, before just renaming it to something more specific, research needs to be done in order to deter…
-
## htvennik reported this on 2019-03-03T16:59:11Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=19715
### Description
````markdown
The aliases `self` and `parent` are both declared b…
-
## *What* is wrong?
I have a problem with the added functions while running the kernel. Added some simple vector functions (dotProduct, scale, magnitude, normalize) and when I call them in a specific…
-
When trying to wrap a C++ class that has a templates member function and a non-templated member function of the same name, the Cython compiler will crash on the first instance of either form being cal…
-
-
From microsoft/qsharp-language#149:
> **Is your feature request related to a problem? Please describe.** When writing a polymorphic function in Q#, the type variables are fully general. They are op…
-
If you have an overloaded function such as:
```
Base.isapprox(ad::Wirtinger)
# some code here
end
```
Converting this to a compact function results in:
```
isapprox(ad::Wirtinger) = …
-
Instead, it should show the function passed to overload.
-
Hi ,
When I use **'double'** and **overloaded built-in functions**,
I meet 2 problems as following and I don't know which solution should I use:
**1. Purpose:**
Use type **'double'** and **ove…
-
There's ad-hoc syntax in the spec for this in one place: https://github.com/sirisian/ecmascript-types#generator-overloading
There needs to a consistent syntax though for this that works everywhere …