-
Zig's code supports compile-time calculations. Complex types are difficult to get results through syntax analysis. Only the Zig compiler can understand its code most accurately. Does ZLS plan to use t…
-
The original handler for `/cariGunaKata` api is:
https://github.com/irfanzainudin/pantunis-api/blob/73aff3f6c9e9ac19c475b1d9f91d3a146eb96144/api/cariGunaKata.js#L8-L92
Possible improvements:
- …
-
It would be very nice to generate *sealed* Java/Kotlin classes whenever possible. This would improve code comprehension, pattern matching, and the IDE experience.
Potential solutions:
1. Infer whi…
-
I tried running the new autofixes on the PyTorch codebase and was mostly impressed, but found one really annoying (and handable edge case).
Here is an example bad fix
```diff
@dist_init
…
-
When you look at the CoverAgent + UnitTestGenerator, there is a sequence of steps composed into a Pipeline. We should expose an ability to build the pipeline by composing the stages of the pipeline an…
-
### Bug description
```python
# pylint: disable=missing-module-docstring,invalid-name,unnecessary-comprehension
import sys
if sys.platform == "linux":
import os
print(os.getgroups(…
-
With #4 just about done and dusted, this is my next subject of interest. Laying out some thoughts:
## Unrolling
We talked about possibly pulling the comprehensions out of immediate function expr…
-
The current implementation of comprehension inlining is a pile of special cases that is quite difficult to understand and debug. The root cause of this is that it attempts to flatten the inlined scope…
-
## Compiler version
`3.6.1-RC1-bin-20241017-59b67fc-NIGHTLY`
## Minimized code
```scala
//> using scala 3.nightly
import scala.language.experimental.betterFors
case class Container[A]…
-
Voici un lien vers la version colorisée du code avec
- arguments de la fonction
- variables internes
- tables,
- commentaires perso
Moi, ça m'a permis de bien comprendre le code.
https://docs.googl…