-
### Input code
```js
/** A generic shape. The base for all other shapes.
* @constructor
* @package
* @alias shapes.Shape
* @param {string} type - The shape type
*/
function Shap…
-
According to [documentation](https://cppyy.readthedocs.io/en/latest/functions.html#overloads-and-exceptions) in cases when all overloads of a functions throw the same exception that exception type sho…
-
Hello,
Currently, defining a function or method twice results in an error. Could we have it so that it overloads the function that it duplicates instead? (it would still break if the function proto…
-
This will be a breaking change, however, the main signature of a function is often very loosely typed, take the following example:
```lua
---@overload fun(a: string, b: number): void
---@overload…
-
Currently, Pinocchio supports multiple model formats such as URDF, SDF, and MJCF.
However, there is a lack of homogeneity in how these formats are parsed and handled.
Maybe we can try to think…
-
i try to mock overloaded template functions:
template
void publish(const boost::shared_ptr& message) const
{
//do
}
template
void publish(const M& messag…
-
**Describe the bug**
On production in GithubAction we have the following errors since 7-11-2024, it seems to be an issue when accesing the STAC API ( not as initially thought related to gdrive) it ha…
-
## Description
Pico8 uses Lua as its scripting language, which allows overloading functions on the number of arguments it takes.
For example, [Pico8's `spr`](https://pico-8.fandom.com/wiki/Spr) fu…
-
CC: @sagetrac-sage-combinat
Component: **coercion**
Keywords: **overloading**
Author: **Nicolas M. Thiéry**
_Issue created by migration from https://trac.sagemath.org/ticket/8900_
-
| | |
|------------------|-----------------|
|Previous ID | SR-8896 |
|Radar | None |
|Original Reporter | koher (JIRA U…