-
If I have an overloaded function like
```chpl
proc f(x: int) {return 1;}
proc f(x: real) {return 2;}
var b = f(1.0);
```
when I query for the definition of `f` in the function call above…
-
The `TextReader::get_attribute` methods return an empty string when the attribute does not exist. Unfortunately, this makes it difficult to distinguish between a non-existent attribute and one whose v…
-
### 🔎 Search Terms
overload,LogMethod,LeveledLogMethod
### The problem
The way that the type declaration file (`index.d.ts`) declares overloaded functions (`LogMethod` and `LeveledLogMethod`) inter…
-
status NEW severity *enhancement* in component *general* for *---*
Reported in version *1.5.7.1-SVN* on platform *Other*
Assigned to: Dimitri van Heesch
On 2008-12-23 15:47:45 +0000, Raja Kajiev wrot…
-
Blow are dome overloaded `get_access` functions need to be implemented.
* `template accessor get_access( handler &commandGroupHandler, range accessRange, id accessOffset = {});`
* `template ac…
-
```
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!…
-
```
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!…
-
**Describe the bug**
Probably me with my stupid hat on again. I'm trying to sneak variants into methods by defining some simple UDT so that I have defined types rather than Variants. However, when …
-
It's in v5.0.0's [release notes](https://github.com/trufflesuite/truffle/releases/tag/v5.0.0#user-content-what-s-new-in-truffle-v5-interacting-with-your-contracts-overloaded-solidity-functions), but n…
-
```
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!…