-
Reminder issue to continue the work in https://go-review.googlesource.com/c/go/+/79536.
For example, `len` and `cap` never have any side effects, and it would be useful to know that `i == len(x) ||…
-
### Description
When a file, formatted text block, or diagram is generated as part of a Navie response, there are icons that appear in the header of the block to enable the user to take actions. Cu…
-
local alternative #2217 #1758
regression, glm general #6759 #7542 #6558 #8148
general power issues, roadmap #8705
to get started in this direction:
start with simple versions and add refineme…
-
Take the following code
```koka
pub fun take-exn(i : () -> exn int) : exn int i()
pub fun get() : e int 42
```
The following will compile
```koka
pub fun main()
val f = get
val str = f(…
-
Currently it just compares the name, but arbitrary codebase may have functions named `put`, `spawn`, etc. and this will give false positives.
-
Hi,
I recently tried to update an `Incr_dom` project with some code that uses effect handlers and ran into some issues. I've made a reproduction repo at [incr_dom_effect_issue](https://github.com/F…
-
Given something like
```ts
function (cb: Function) {
const obj = { a: 2 }
cb(obj)
console.log(obj.a)
}
```
This might fail if the function passed as `cb` deletes `a` from `obj`…
-
Currently, we differentiate between effects and capabilities. Capabilities in a function's signature are to be seen requirements to the call-site and not the actual effects a function may use. This is…
-
### What happens?
For the sake of clarity, first consider the case where a MACRO only invokes random() once. (*)
```
D create or replace function r() as random();
D select r() from unnest(range(…
-
### Board
Any
### Device Description
-
### Hardware Configuration
-
### Version
latest master (checkout manually)
### IDE Name
PlatformIO
### Operating System
Windows 11
### Flash frequenc…
TD-er updated
1 month ago