-
The [language spec](https://chapel-lang.org/docs/main/language/spec/methods.html#implicit-this-in-methods) states that identifiers can be used in a method without an explicit `this.` and still resolve…
-
This is just a note to remember to consider `||` too when looking through what can be softened and what not.
For example `||` inside `extract_words`.
See: https://github.com/Aircloak/aircloak/pu…
-
For some `foo(x)`, mocking does not support the broadcasted expression:
```julia
julia> foo(x) = # do stuff
julia> function bar(X)
return @mock foo.(X)
end
ERROR: LoadError…
-
AssistantAgent can take a list of tools.
These tools are typically python functions which themselves can have dependencies and secrets.
For example, a search tool might use a specific search library …
-
Similarly to issue #67 , there are other places in the codebase that could benefit from being streamlined into a single codepath.
A few functions call similar-but-not-quite-the-same codepaths, whi…
-
### User Story
As a Metapath expression author, such as when writing Metaschema constraints, there is need query information provided by the Metapath dynamic context. such as the current date/time …
-
We've now (out of necessity) replaced various types from `std::chrono` with our own. This currently has the effect that many of our interfaces mix types from `rdf4cpp` and `std::chrono`. This leads to…
-
When I build custom layer for Flux with custom gradients, I can't get gradients correctly if the parameters are implicitly used in the loss function.
```julia
using Flux
using Zygote
using LinearA…
-
The order of implicit parameters is messed up in some cases (Windows 8 x64 Release build):
```
FAIL: ..\test\functions\implicit_parameters.mag
Expected output "two params" on line 6 and got " p…
Sh4rK updated
11 years ago
-
main issue: #8629 related: #17540
How does CG (constrained generics) design support coercions aka implicit conversions?
Consider three types `A`, `B`, `C`, such that there is an im…