Commit graph

5 commits

Author SHA1 Message Date
hajdul88
16155f084f
Merge branch 'dev' into feature/cog-971-preparing-swe-bench-run 2025-01-10 13:42:40 +01:00
Igor Ilic
1989296b01 fix: Resolve profiler issue with partial and recursive logger imports
Resolve issue for profiler with partial and recursive logger imports
2025-01-09 12:17:42 +01:00
Rita Aleksziev
cdaae161a8 Handle circular import 2025-01-09 12:08:42 +01:00
vasilije
60c8fd103b ruff format 2025-01-05 19:09:08 +01:00
lxobr
7ec5cffd8e
feat: Cog-693 expand dependency graph
Expand each file node into a subgraph containing high-level code parts

- Implemented `extract_code_parts` to parse and extract high-level
components (classes, functions, imports, and top-level code) from Python
source files using `parso`.
- Developed `expand_dependency_graph` to expand Python file nodes into
their components.
- Included a checker script
2024-11-23 14:02:21 +01:00