-
Hello, i am investigating peg to parse the grammar of a programming language i am working on.
Is there any way to store the generated AST in a flat Vec instead of building it up with boxes?
The do…
-
### Reproduction link or steps
1. Open https://stackblitz.com/edit/github-xv4yss-lweea2?file=rolldown.config.mjs,src%2Fdynamic.js,src%2Fentry.js
2. `npm run build` runs automatically
3. `dist/dynamic…
-
We currently do not deduplicate any intrinics which have side effects. This results in us not deduplicating instrinsics which we should be able to (example given in #6527 where we do not deduplicate `…
-
Observed that GA4 reports are getting affected by the usage of the Measurement Protocol. When session attribution is done correctly (considering the time window etc.), we don't see bounce/discrepancie…
-
As of `go1.24-cbdb3545ad`, none of the following loops get optimized away:
```
package main
func main() {
for range 10 {
// Just an empty loop
}
var x int
for range 20 {
// x ne…
-
(Big thanks to [`@hrefna`](https://hachyderm.io/@hrefna) for raising this issue). To quote/paraphrase:
Many Activities in AP have complicated (and sometimes recursive) side effects. The specs (and …
-
Hi,
I have a use case where I am using the undo-redo feature, but when I add an entity I also execute a side-effect (e.g. HTTP request). I am now considering how to implement the reverse side effect …
-
As specified by the professor in the documentation guidelines:
" The team shows in the documentation some before/after concerning side effects where they
have a function with side effects before …
-
### What happened?
In following dependency graph
- T1 -> T2
- T1 -> T3
- T2 -> T3
- T3 -> Firebase or other static dependencies
Tuist links static dependencies to T1 and T2 when T3 is cached…
-
I am currently seeing the following failure on 7fa82aacbb87208c30a14caddfbc21b30065d457:
```
Results:
Failures:
HybridizeFunctionRefactoringTest.testPythonSideEffects59:6122->testPythonSide…