-
This is just a reminder to a discussion between @oxisto and myself: https://github.com/Fraunhofer-AISEC/cpg/pull/1555/commits/9d02f6c76f975f39119bf8e844af4c4f5b4fa9c5
-
Tried to build latest laradock commit with PHP 7.3 and got an error:
```
#73 [workspace 69/119] RUN if [ true = true ]; then composer global require "laravel/installer" ;fi
#73 0.166 PHP Warnin…
-
UV is in an amazing place to solve the python import traversal and scanning issue for larger projects. There are existing projects that have tried to do this (and I've recently implemented one of …
-
Would be a small GUI tool to explore the AST. Could either be made with (godot, raylib, imgui, etc) or possibly from scratch..
-
Outdate: [a.txt.zip](https://github.com/user-attachments/files/17676683/a.txt.zip)
-
The typed-ast project is archived since July 2023: https://github.com/python/typed_ast
It suggests to switch to the `ast` module from the stdlib.
-
#589 fixes the issue regarding the `ast.If` and `ast.Try` nodes but it doesn’t for the the `ast.For` nodes. So anything that is in the else block of a for loop, it won’t be processed. It not a huge is…
-
### Severity
Trivial
### Versions
18.10
### Components/Modules
main
### Operating Environment
centos8
### Frequency of Occurrence
Occasional
### Issue Description
```c…
-
```
pkg/testutils/lint/passes/errcmp/errcmp.go:105:71: ast.Object has been deprecated since Go 1.22 and an alternative has been available since Go 1.0 (SA1019)
```
[Documentation link](ht…
-
refer: https://github.com/lfortran/lfortran/pull/5343#discussion_r1836885355