wegho-agentes 7.0.4 → 7.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/agents/documentation-writer.md +1 -1
- package/.agent/agents/orchestrator.md +1 -1
- package/.agent/mcp_config.md +30 -0
- package/.agent/skills/database-design/SKILL.md +52 -1
- package/.agent/skills/database-design/github-benchmarks.md +35 -0
- package/.agent/skills/database-design/supabase-security-egress.md +42 -0
- package/.agent/skills/file-doc-sync/SKILL.md +44 -0
- package/.agent/skills/file-doc-sync/references/document-structure.md +20 -0
- package/.agent/skills/file-doc-sync/scripts/sync-file-docs.md +45 -0
- package/.agent/skills/file-doc-sync/scripts/sync-file-docs.ts +349 -0
- package/.agent/skills/vulnerability-scanner/SKILL.md +48 -2
- package/.agent/skills/vulnerability-scanner/github-benchmarks.md +32 -0
- package/.agent/skills/wegho-global-rules/SKILL.md +11 -9
- package/.agent/workflows/PROMPT_GUIDE.md +21 -220
- package/.agent/workflows/auto-run-orchestrator.md +3 -3
- package/.agent/workflows/run-agents-workflow.md +15 -198
- package/.agents/AGENT_WORKFLOW.md +36 -528
- package/.agents/CLI.md +42 -222
- package/.agents/README.md +18 -130
- package/.agents/antigravity-preflight.md +36 -0
- package/.agents/antigravity-preflight.ts +9 -108
- package/.agents/auto-runner.md +36 -0
- package/.agents/auto-runner.ts +2 -2
- package/.agents/cli.ts +2 -2
- package/.agents/code-auditor-agent.md +38 -0
- package/.agents/config.md +34 -0
- package/.agents/config.ts +15 -29
- package/.agents/context-loader.md +37 -0
- package/.agents/core/agent-parallelizer.md +33 -0
- package/.agents/core/ai-agents-agent.md +35 -0
- package/.agents/core/architecture-agent.md +39 -0
- package/.agents/core/architecture-agent.ts +1 -1
- package/.agents/core/automation-agent.md +33 -0
- package/.agents/core/backend-agent.md +35 -0
- package/.agents/core/base-agent.md +36 -0
- package/.agents/core/base-agent.ts +132 -337
- package/.agents/core/build-manager.md +35 -0
- package/.agents/core/cache-manager.md +32 -0
- package/.agents/core/checkpoint-manager.md +36 -0
- package/.agents/core/cloud-agent.md +33 -0
- package/.agents/core/cro-agent.md +33 -0
- package/.agents/core/database-agent.md +35 -0
- package/.agents/core/devops-agent.md +33 -0
- package/.agents/core/documentation-agent.md +36 -0
- package/.agents/core/documentation-agent.ts +1 -1
- package/.agents/core/file-generator.md +42 -0
- package/.agents/core/frontend-agent.md +36 -0
- package/.agents/core/frontend-agent.ts +1 -1
- package/.agents/core/nextjs-agent.md +35 -0
- package/.agents/core/pentest-agent.md +35 -0
- package/.agents/core/performance-tracker.md +33 -0
- package/.agents/core/planning-agent.md +33 -0
- package/.agents/core/planning-agent.ts +77 -388
- package/.agents/core/quality-agent.md +36 -0
- package/.agents/core/quality-agent.ts +1 -1
- package/.agents/core/rag-agent.md +36 -0
- package/.agents/core/report-generator.md +35 -0
- package/.agents/core/retry-utility.md +34 -0
- package/.agents/core/security-agent.md +39 -0
- package/.agents/core/security-agent.ts +1 -1
- package/.agents/core/skill-manager.md +36 -0
- package/.agents/core/stack-boundary-agent.md +38 -0
- package/.agents/core/testing-agent.md +33 -0
- package/.agents/core/ui-data-map-agent.md +38 -0
- package/.agents/core/uiux-agent.md +35 -0
- package/.agents/core/workflow-validator.md +33 -0
- package/.agents/core/workflow-validator.ts +98 -158
- package/.agents/domains/README.md +10 -53
- package/.agents/domains/logistics/route-agent.md +34 -0
- package/.agents/domains/logistics/route-agent.ts +1 -1
- package/.agents/domains/news/cms-agent.md +35 -0
- package/.agents/domains/news/cms-agent.ts +1 -1
- package/.agents/domains/news/seo-agent.md +34 -0
- package/.agents/domains/news/seo-agent.ts +1 -1
- package/.agents/domains/production/production-control-agent.md +34 -0
- package/.agents/domains/production/production-control-agent.ts +1 -1
- package/.agents/init.md +40 -0
- package/.agents/init.ts +81 -168
- package/.agents/install.md +34 -0
- package/.agents/install.ts +115 -138
- package/.agents/orchestrator.md +43 -0
- package/.agents/orchestrator.ts +322 -764
- package/.agents/project-discovery-agent.md +40 -0
- package/.agents/reference-repositories.json +5 -0
- package/.agents/reference-repositories.md +30 -0
- package/.agents/security/vulnerability-db.md +42 -0
- package/.agents/sync-docs.md +32 -0
- package/.agents/sync-docs.ts +15 -0
- package/.agents/task-analyzer-agent.md +36 -0
- package/.agents/task-analyzer-agent.ts +122 -478
- package/.agents/validate.md +36 -0
- package/.agents/validate.ts +1 -1
- package/INSTALL.md +18 -300
- package/README.md +20 -332
- package/package.json +16 -4
- package/skills/algorithmic-art/templates/generator_template.md +31 -0
- package/skills/algorithmic-art/templates/viewer.md +31 -0
- package/skills/app-store-optimization/expected_output.md +30 -0
- package/skills/app-store-optimization/sample_input.md +30 -0
- package/skills/cc-skill-continuous-learning/config.md +30 -0
- package/skills/claude-d3js-skill/assets/chart-template.md +32 -0
- package/skills/claude-d3js-skill/assets/interactive-template.md +32 -0
- package/skills/claude-d3js-skill/assets/sample-data.md +30 -0
- package/skills/loki-mode/scripts/take-screenshots.md +33 -0
- package/skills/playwright-skill/lib/helpers.md +34 -0
- package/skills/playwright-skill/package.md +30 -0
- package/skills/playwright-skill/run.md +36 -0
- package/skills/postgres-best-practices/metadata.md +31 -0
- package/skills/pptx-official/scripts/html2pptx.md +38 -0
- package/skills/react-best-practices/metadata.md +30 -0
- package/skills/remotion-best-practices/rules/assets/charts-bar-chart.md +33 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-typewriter.md +32 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.md +34 -0
- package/skills/systematic-debugging/condition-based-waiting-example.md +34 -0
- package/skills/typescript-expert/references/tsconfig-strict.md +30 -0
- package/skills/typescript-expert/references/utility-types.md +32 -0
- package/skills/writing-skills/render-graphs.md +32 -0
- package/.agents/AI_COMPATIBILITY.md +0 -333
- package/.agents/core/feedback-collector.ts +0 -207
- package/.agents/core/inventory-agent.ts +0 -757
- package/.agents/core/memory-system.ts +0 -429
- package/docs/LEARNING_SYSTEM.md +0 -326
- package/docs/SYSTEM_FLOW_AUDIT.md +0 -115
- package/skills/loki-mode/.github/workflows/claude-code-review.yml +0 -57
- package/skills/loki-mode/.github/workflows/claude.yml +0 -50
- package/skills/loki-mode/.github/workflows/release.yml +0 -128
- package/skills/loki-mode/autonomy/.loki/dashboard/index.html +0 -497
- package/skills/loki-mode/benchmarks/datasets/humaneval.jsonl +0 -164
- package/skills/loki-mode/benchmarks/datasets/swebench-lite.json +0 -10
- package/skills/loki-mode/benchmarks/prepare-submission.sh +0 -215
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +0 -1000
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +0 -9
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +0 -9
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +0 -6
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +0 -6
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +0 -6
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +0 -8
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +0 -9
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +0 -72
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +0 -80
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +0 -489
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +0 -87
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +0 -49
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +0 -285
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +0 -53
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +0 -157
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +0 -64
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +0 -82
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +0 -57
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +0 -53
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +0 -203
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +0 -51
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +0 -116
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +0 -138
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +0 -88
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +0 -74
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +0 -132
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +0 -80
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +0 -70
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +0 -63
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +0 -251
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +0 -127
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +0 -142
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +0 -188
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +0 -51
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +0 -75
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +0 -58
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +0 -92
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +0 -207
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +0 -43
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +0 -240
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +0 -60
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +0 -99
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +0 -117
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +0 -157
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +0 -392
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +0 -124
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +0 -161
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +0 -57
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +0 -345
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +0 -535
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +0 -123
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +0 -53
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +0 -94
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +0 -65
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +0 -77
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +0 -64
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +0 -96
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +0 -52
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +0 -185
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +0 -129
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +0 -119
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +0 -89
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +0 -95
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +0 -104
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +0 -49
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +0 -96
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +0 -134
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +0 -68
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +0 -97
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +0 -92
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +0 -78
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +0 -141
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +0 -69
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +0 -65
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +0 -81
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +0 -130
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +0 -105
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +0 -30
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +0 -72
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +0 -125
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +0 -46
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +0 -486
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +0 -302
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +0 -1502
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +0 -1516
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +0 -10
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +0 -83
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +0 -137
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +0 -43
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +0 -252
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +0 -266
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +0 -76
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +0 -158
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +0 -140
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +0 -49
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +0 -100
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +0 -82
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +0 -126
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +0 -87
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +0 -94
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +0 -103
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +0 -121
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +0 -34
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +0 -12
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +0 -43
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +0 -35
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +0 -59
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +0 -185
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +0 -69
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +0 -101
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +0 -40
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +0 -98
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +0 -65
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +0 -95
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +0 -52
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +0 -126
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +0 -67
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +0 -95
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +0 -90
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +0 -58
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +0 -159
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +0 -134
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +0 -51
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +0 -80
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +0 -350
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +0 -69
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +0 -391
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +0 -99
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +0 -4
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +0 -89
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +0 -147
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +0 -107
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +0 -29
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +0 -61
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +0 -143
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +0 -71
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +0 -70
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +0 -153
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +0 -99
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +0 -67
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +0 -50
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +0 -92
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +0 -103
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +0 -33
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +0 -45
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +0 -62
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +0 -101
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +0 -152
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +0 -44
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +0 -71
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +0 -54
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +0 -14
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +0 -70
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +0 -56
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +0 -189
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +0 -41
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +0 -32
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +0 -13
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +0 -11
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +0 -87
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +0 -66
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +0 -88
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +0 -22
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +0 -38
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +0 -48
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +0 -116
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +0 -31
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +0 -55
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +0 -25
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +0 -84
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +0 -21
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +0 -60
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +0 -143
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +0 -79
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +0 -37
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +0 -15
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +0 -73
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +0 -16
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +0 -20
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +0 -47
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +0 -27
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +0 -46
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +0 -28
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +0 -24
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +0 -36
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +0 -19
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +0 -42
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +0 -26
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +0 -17
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +0 -23
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +0 -18
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +0 -39
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +0 -1802
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +0 -1816
- package/skills/loki-mode/benchmarks/results/SUMMARY.md +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-results.json +0 -1001
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +0 -36
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +0 -40
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +0 -53
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +0 -41
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +0 -33
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +0 -15
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +0 -58
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +0 -41
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +0 -62
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +0 -14
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +0 -42
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +0 -40
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +0 -33
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +0 -39
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +0 -28
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +0 -36
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +0 -15
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +0 -14
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +0 -11
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +0 -34
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +0 -37
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +0 -11
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +0 -40
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +0 -43
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +0 -11
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +0 -10
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +0 -14
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +0 -33
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +0 -19
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +0 -27
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +0 -15
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +0 -23
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +0 -55
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +0 -35
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +0 -22
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +0 -42
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +0 -18
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +0 -24
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +0 -26
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +0 -61
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +0 -13
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +0 -17
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +0 -25
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +0 -21
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +0 -31
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +0 -29
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +0 -30
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +0 -32
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +0 -38
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +0 -16
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +0 -20
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +0 -36
- package/skills/loki-mode/benchmarks/run-benchmarks.sh +0 -1948
- package/skills/loki-mode/benchmarks/submission-template/README.md +0 -111
- package/skills/loki-mode/benchmarks/submission-template/metadata.yaml +0 -76
- package/skills/loki-mode/demo/README.md +0 -137
- package/skills/loki-mode/demo/loki-demo.gif +0 -0
- package/skills/loki-mode/demo/record-demo.sh +0 -69
- package/skills/loki-mode/demo/record-full-demo.sh +0 -208
- package/skills/loki-mode/demo/recordings/loki-demo.cast +0 -93
- package/skills/loki-mode/demo/run-demo-auto.sh +0 -293
- package/skills/loki-mode/demo/run-demo.sh +0 -323
- package/skills/loki-mode/demo/vhs-tape.tape +0 -223
- package/skills/loki-mode/demo/voice-over-script.md +0 -246
- package/skills/loki-mode/examples/api-only.md +0 -79
- package/skills/loki-mode/examples/full-stack-demo.md +0 -123
- package/skills/loki-mode/examples/simple-todo-app.md +0 -60
- package/skills/loki-mode/examples/static-landing-page.md +0 -73
- package/skills/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +0 -59
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +0 -1
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +0 -382
- package/skills/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +0 -41
- package/skills/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +0 -668
- package/skills/loki-mode/examples/todo-app-generated/PRD.md +0 -60
- package/skills/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +0 -229
- package/skills/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +0 -327
- package/skills/loki-mode/examples/todo-app-generated/TEST_REPORT.md +0 -201
- package/skills/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +0 -362
- package/skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +0 -2698
- package/skills/loki-mode/examples/todo-app-generated/backend/package.json +0 -26
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +0 -24
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +0 -35
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +0 -2
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +0 -31
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +0 -8
- package/skills/loki-mode/examples/todo-app-generated/backend/src/index.ts +0 -44
- package/skills/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +0 -155
- package/skills/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +0 -35
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/tsconfig.json +0 -30
- package/skills/loki-mode/examples/todo-app-generated/frontend/index.html +0 -13
- package/skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +0 -2014
- package/skills/loki-mode/examples/todo-app-generated/frontend/package.json +0 -26
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.css +0 -384
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +0 -81
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +0 -57
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +0 -26
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +0 -8
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +0 -43
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +0 -36
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +0 -27
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +0 -81
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/index.css +0 -48
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +0 -10
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +0 -1
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +0 -23
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +0 -10
- package/skills/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +0 -15
- package/skills/theme-factory/theme-showcase.pdf +0 -0
- package/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
|
@@ -1,345 +0,0 @@
|
|
|
1
|
-
This is a standalone task to generate a patch for the pytest-dev/pytest repository. I need to create the patch based on my knowledge of pytest's assertion rewriting system and the issue requirements.
|
|
2
|
-
|
|
3
|
-
Based on my understanding of:
|
|
4
|
-
1. pytest's assertion rewriting in `src/_pytest/assertion/rewrite.py`
|
|
5
|
-
2. The issue requesting better error messages for `all()` and `any()`
|
|
6
|
-
3. The AST-based approach pytest uses
|
|
7
|
-
|
|
8
|
-
Here's the patch to add support for unrolling `all()` and `any()` calls:
|
|
9
|
-
|
|
10
|
-
--- a/src/_pytest/assertion/rewrite.py
|
|
11
|
-
+++ b/src/_pytest/assertion/rewrite.py
|
|
12
|
-
@@ -868,6 +868,59 @@ class AssertionRewriter(ast.NodeVisitor):
|
|
13
|
-
)
|
|
14
|
-
return make_call(res, builtin("repr"), [comparator])
|
|
15
|
-
|
|
16
|
-
+ def visit_Call_all_any(
|
|
17
|
-
+ self, call: ast.Call
|
|
18
|
-
+ ) -> Optional[Tuple[ast.Name, str]]:
|
|
19
|
-
+ """Special handling for all()/any() with comprehension arguments.
|
|
20
|
-
+
|
|
21
|
-
+ Unrolls the comprehension to find and display the first failing element.
|
|
22
|
-
+ Returns None if the call cannot be handled specially.
|
|
23
|
-
+ """
|
|
24
|
-
+ if not isinstance(call.func, ast.Name):
|
|
25
|
-
+ return None
|
|
26
|
-
+ if call.func.id not in ("all", "any"):
|
|
27
|
-
+ return None
|
|
28
|
-
+ if len(call.args) != 1:
|
|
29
|
-
+ return None
|
|
30
|
-
+ if call.keywords:
|
|
31
|
-
+ return None
|
|
32
|
-
+
|
|
33
|
-
+ arg = call.args[0]
|
|
34
|
-
+ if not isinstance(arg, (ast.GeneratorExp, ast.ListComp)):
|
|
35
|
-
+ return None
|
|
36
|
-
+
|
|
37
|
-
+ # Only handle simple single-for comprehensions
|
|
38
|
-
+ if len(arg.generators) != 1:
|
|
39
|
-
+ return None
|
|
40
|
-
+ gen = arg.generators[0]
|
|
41
|
-
+ if gen.is_async:
|
|
42
|
-
+ return None
|
|
43
|
-
+
|
|
44
|
-
+ func_name = call.func.id
|
|
45
|
-
+ is_all = func_name == "all"
|
|
46
|
-
+
|
|
47
|
-
+ # Construct a new call that iterates and finds the failing element
|
|
48
|
-
+ # We use a helper from _pytest._code.assertion_helper
|
|
49
|
-
+ from_mod = ast.ImportFrom(
|
|
50
|
-
+ module="_pytest.assertion._unroll",
|
|
51
|
-
+ names=[ast.alias(name="_unroll_all_any", asname=None)],
|
|
52
|
-
+ level=0,
|
|
53
|
-
+ )
|
|
54
|
-
+ self.statements.append(from_mod)
|
|
55
|
-
+
|
|
56
|
-
+ # Build: _unroll_all_any(<comprehension>, is_all=True/False)
|
|
57
|
-
+ helper_call = ast.Call(
|
|
58
|
-
+ func=ast.Name("_unroll_all_any", ast.Load()),
|
|
59
|
-
+ args=[arg],
|
|
60
|
-
+ keywords=[ast.keyword(arg="is_all", value=ast.Constant(is_all))],
|
|
61
|
-
+ )
|
|
62
|
-
+
|
|
63
|
-
+ res = self.variable()
|
|
64
|
-
+ self.statements.append(ast.Assign([ast.Name(res, ast.Store())], helper_call))
|
|
65
|
-
+
|
|
66
|
-
+ return ast.Name(res, ast.Load()), "%(" + res + ")s"
|
|
67
|
-
+
|
|
68
|
-
def visit_Call(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
69
|
-
+ # Try special handling for all()/any() first
|
|
70
|
-
+ result = self.visit_Call_all_any(call)
|
|
71
|
-
+ if result is not None:
|
|
72
|
-
+ return result
|
|
73
|
-
+
|
|
74
|
-
new_func, func_expl = self.visit(call.func)
|
|
75
|
-
arg_expls = []
|
|
76
|
-
new_args = []
|
|
77
|
-
|
|
78
|
-
Wait, I should provide the complete patch. Based on my analysis of pytest's assertion rewriting (the AssertionRewriter class in `src/_pytest/assertion/rewrite.py`), I need to:
|
|
79
|
-
|
|
80
|
-
1. Modify the `visit_Call` method to detect `all()`/`any()` calls with comprehensions
|
|
81
|
-
2. Rewrite them to iterate through and find the first failing element
|
|
82
|
-
3. Display that element in the error message
|
|
83
|
-
|
|
84
|
-
Here is the complete patch:
|
|
85
|
-
|
|
86
|
-
--- a/src/_pytest/assertion/rewrite.py
|
|
87
|
-
+++ b/src/_pytest/assertion/rewrite.py
|
|
88
|
-
@@ -868,6 +868,119 @@ class AssertionRewriter(ast.NodeVisitor):
|
|
89
|
-
return res, self.explanation_param(self.pop_format_context(expl_call))
|
|
90
|
-
|
|
91
|
-
def visit_Call(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
92
|
-
+ """Handle Call nodes, with special treatment for all()/any()."""
|
|
93
|
-
+ # Try to handle all()/any() specially for better error messages
|
|
94
|
-
+ if (
|
|
95
|
-
+ isinstance(call.func, ast.Name)
|
|
96
|
-
+ and call.func.id in ("all", "any")
|
|
97
|
-
+ and len(call.args) == 1
|
|
98
|
-
+ and not call.keywords
|
|
99
|
-
+ and isinstance(call.args[0], (ast.GeneratorExp, ast.ListComp))
|
|
100
|
-
+ ):
|
|
101
|
-
+ return self._visit_all_any(call)
|
|
102
|
-
+
|
|
103
|
-
+ return self._visit_call_default(call)
|
|
104
|
-
+
|
|
105
|
-
+ def _visit_all_any(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
106
|
-
+ """Handle all()/any() calls with comprehension arguments.
|
|
107
|
-
+
|
|
108
|
-
+ Unrolls the comprehension to iterate and find the first failing element,
|
|
109
|
-
+ providing a more useful error message.
|
|
110
|
-
+ """
|
|
111
|
-
+ func_name = call.func.id
|
|
112
|
-
+ is_all = func_name == "all"
|
|
113
|
-
+ arg = call.args[0]
|
|
114
|
-
+
|
|
115
|
-
+ # Only handle simple single-for comprehensions
|
|
116
|
-
+ generators = arg.generators
|
|
117
|
-
+ if len(generators) != 1:
|
|
118
|
-
+ return self._visit_call_default(call)
|
|
119
|
-
+
|
|
120
|
-
+ gen = generators[0]
|
|
121
|
-
+ if gen.is_async:
|
|
122
|
-
+ return self._visit_call_default(call)
|
|
123
|
-
+
|
|
124
|
-
+ # Create variables for the iteration
|
|
125
|
-
+ iter_var = self.variable()
|
|
126
|
-
+ result_var = self.variable()
|
|
127
|
-
+ fail_elem_var = self.variable()
|
|
128
|
-
+ fail_cond_var = self.variable()
|
|
129
|
-
+
|
|
130
|
-
+ # Evaluate the iterable and store it
|
|
131
|
-
+ iter_res, iter_expl = self.visit(gen.iter)
|
|
132
|
-
+ self.statements.append(
|
|
133
|
-
+ ast.Assign([ast.Name(iter_var, ast.Store())], iter_res)
|
|
134
|
-
+ )
|
|
135
|
-
+
|
|
136
|
-
+ # Initialize result to True for all(), False for any()
|
|
137
|
-
+ self.statements.append(
|
|
138
|
-
+ ast.Assign(
|
|
139
|
-
+ [ast.Name(result_var, ast.Store())],
|
|
140
|
-
+ ast.Constant(is_all),
|
|
141
|
-
+ )
|
|
142
|
-
+ )
|
|
143
|
-
+ # Initialize fail tracking variables
|
|
144
|
-
+ self.statements.append(
|
|
145
|
-
+ ast.Assign([ast.Name(fail_elem_var, ast.Store())], ast.Constant(None))
|
|
146
|
-
+ )
|
|
147
|
-
+ self.statements.append(
|
|
148
|
-
+ ast.Assign([ast.Name(fail_cond_var, ast.Store())], ast.Constant(None))
|
|
149
|
-
+ )
|
|
150
|
-
+
|
|
151
|
-
+ # Build the for loop body that checks each element
|
|
152
|
-
+ import copy
|
|
153
|
-
+ target_copy = copy.deepcopy(gen.target)
|
|
154
|
-
+ elt_copy = copy.deepcopy(arg.elt)
|
|
155
|
-
+
|
|
156
|
-
+ # Store the condition result
|
|
157
|
-
+ cond_var = self.variable()
|
|
158
|
-
+
|
|
159
|
-
+ # For all(): if not cond, fail
|
|
160
|
-
+ # For any(): if cond, succeed
|
|
161
|
-
+ if is_all:
|
|
162
|
-
+ test = ast.UnaryOp(ast.Not(), ast.Name(cond_var, ast.Load()))
|
|
163
|
-
+ fail_result = ast.Constant(False)
|
|
164
|
-
+ else:
|
|
165
|
-
+ test = ast.Name(cond_var, ast.Load())
|
|
166
|
-
+ fail_result = ast.Constant(True)
|
|
167
|
-
+
|
|
168
|
-
+ # Build: cond_var = <element test>
|
|
169
|
-
+ # Apply if clauses from the comprehension
|
|
170
|
-
+ loop_body = [
|
|
171
|
-
+ ast.Assign([ast.Name(cond_var, ast.Store())], elt_copy)
|
|
172
|
-
+ ]
|
|
173
|
-
+
|
|
174
|
-
+ # If condition fails, record and break
|
|
175
|
-
+ fail_block = [
|
|
176
|
-
+ ast.Assign([ast.Name(result_var, ast.Store())], fail_result),
|
|
177
|
-
+ ast.Assign([ast.Name(fail_elem_var, ast.Store())], copy.deepcopy(gen.target)),
|
|
178
|
-
+ ast.Assign([ast.Name(fail_cond_var, ast.Store())], ast.Name(cond_var, ast.Load())),
|
|
179
|
-
+ ast.Break(),
|
|
180
|
-
+ ]
|
|
181
|
-
+
|
|
182
|
-
+ check_block = ast.If(test, fail_block, [])
|
|
183
|
-
+
|
|
184
|
-
+ # Handle if clauses in the comprehension
|
|
185
|
-
+ for if_clause in gen.ifs:
|
|
186
|
-
+ check_block = ast.If(copy.deepcopy(if_clause), [check_block], [])
|
|
187
|
-
+
|
|
188
|
-
+ loop_body.append(check_block)
|
|
189
|
-
+
|
|
190
|
-
+ loop = ast.For(
|
|
191
|
-
+ target=target_copy,
|
|
192
|
-
+ iter=ast.Name(iter_var, ast.Load()),
|
|
193
|
-
+ body=loop_body,
|
|
194
|
-
+ orelse=[],
|
|
195
|
-
+ )
|
|
196
|
-
+ self.statements.append(loop)
|
|
197
|
-
+
|
|
198
|
-
+ # Format the explanation to show the failing element
|
|
199
|
-
+ expl = "{}({} for {} in {})".format(func_name, "%(" + fail_cond_var + ")s", "%(" + fail_elem_var + ")s", iter_expl)
|
|
200
|
-
+
|
|
201
|
-
+ return ast.Name(result_var, ast.Load()), expl
|
|
202
|
-
+
|
|
203
|
-
+ def _visit_call_default(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
204
|
-
+ """Default handling for Call nodes."""
|
|
205
|
-
new_func, func_expl = self.visit(call.func)
|
|
206
|
-
arg_expls = []
|
|
207
|
-
new_args = []
|
|
208
|
-
|
|
209
|
-
Hmm, I realize I should look at the actual structure of pytest more carefully. The issue is from around pytest 4.4.0 era. Let me reconsider the approach.
|
|
210
|
-
|
|
211
|
-
Looking at the issue more carefully:
|
|
212
|
-
- The user wants better error messages when using `all()` or `any()` with comprehensions
|
|
213
|
-
- Currently: `assert all([is_even(number) for number in even_stevens])` shows `all([False, False, False, ...])`
|
|
214
|
-
- Desired: Show which specific element failed, like the for loop version does
|
|
215
|
-
|
|
216
|
-
The patch needs to:
|
|
217
|
-
1. Detect `all()`/`any()` calls with generator expressions or list comprehensions
|
|
218
|
-
2. Transform them to iterate through elements and find the first failing one
|
|
219
|
-
3. Display that element clearly in the error message
|
|
220
|
-
|
|
221
|
-
--- a/src/_pytest/assertion/rewrite.py
|
|
222
|
-
+++ b/src/_pytest/assertion/rewrite.py
|
|
223
|
-
@@ -1,4 +1,5 @@
|
|
224
|
-
"""Rewrite assertion AST to produce nice error messages."""
|
|
225
|
-
+import copy
|
|
226
|
-
import ast
|
|
227
|
-
import errno
|
|
228
|
-
import functools
|
|
229
|
-
@@ -868,6 +869,115 @@ class AssertionRewriter(ast.NodeVisitor):
|
|
230
|
-
return res, self.explanation_param(self.pop_format_context(expl_call))
|
|
231
|
-
|
|
232
|
-
def visit_Call(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
233
|
-
+ """Handle Call nodes, with special treatment for all()/any()."""
|
|
234
|
-
+ # Try to handle all()/any() specially for better error messages
|
|
235
|
-
+ if self._is_unrollable_all_any(call):
|
|
236
|
-
+ return self._visit_all_any_call(call)
|
|
237
|
-
+ return self._visit_call_fallback(call)
|
|
238
|
-
+
|
|
239
|
-
+ def _is_unrollable_all_any(self, call: ast.Call) -> bool:
|
|
240
|
-
+ """Check if this is an all()/any() call we can unroll."""
|
|
241
|
-
+ if not isinstance(call.func, ast.Name):
|
|
242
|
-
+ return False
|
|
243
|
-
+ if call.func.id not in ("all", "any"):
|
|
244
|
-
+ return False
|
|
245
|
-
+ if len(call.args) != 1:
|
|
246
|
-
+ return False
|
|
247
|
-
+ if call.keywords:
|
|
248
|
-
+ return False
|
|
249
|
-
+ arg = call.args[0]
|
|
250
|
-
+ if not isinstance(arg, (ast.GeneratorExp, ast.ListComp)):
|
|
251
|
-
+ return False
|
|
252
|
-
+ if len(arg.generators) != 1:
|
|
253
|
-
+ return False
|
|
254
|
-
+ gen = arg.generators[0]
|
|
255
|
-
+ if gen.is_async:
|
|
256
|
-
+ return False
|
|
257
|
-
+ return True
|
|
258
|
-
+
|
|
259
|
-
+ def _visit_all_any_call(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
260
|
-
+ """Handle all()/any() by unrolling to find the failing element."""
|
|
261
|
-
+ func_name = call.func.id
|
|
262
|
-
+ is_all = func_name == "all"
|
|
263
|
-
+ arg = call.args[0]
|
|
264
|
-
+ gen = arg.generators[0]
|
|
265
|
-
+
|
|
266
|
-
+ # Create tracking variables
|
|
267
|
-
+ result_var = self.variable()
|
|
268
|
-
+ fail_elem_var = self.variable()
|
|
269
|
-
+ fail_expl_var = self.variable()
|
|
270
|
-
+ iter_var = self.variable()
|
|
271
|
-
+
|
|
272
|
-
+ # Store format context
|
|
273
|
-
+ self.push_format_context()
|
|
274
|
-
+
|
|
275
|
-
+ # Evaluate and store the iterable
|
|
276
|
-
+ iter_res, iter_expl = self.visit(gen.iter)
|
|
277
|
-
+ self.statements.append(
|
|
278
|
-
+ ast.Assign([ast.Name(iter_var, ast.Store())], iter_res)
|
|
279
|
-
+ )
|
|
280
|
-
+
|
|
281
|
-
+ # Initialize result (True for all, False for any)
|
|
282
|
-
+ self.statements.append(
|
|
283
|
-
+ ast.Assign([ast.Name(result_var, ast.Store())], ast.Constant(is_all))
|
|
284
|
-
+ )
|
|
285
|
-
+ self.statements.append(
|
|
286
|
-
+ ast.Assign([ast.Name(fail_elem_var, ast.Store())], ast.Constant(None))
|
|
287
|
-
+ )
|
|
288
|
-
+ self.statements.append(
|
|
289
|
-
+ ast.Assign([ast.Name(fail_expl_var, ast.Store())], ast.Constant(""))
|
|
290
|
-
+ )
|
|
291
|
-
+
|
|
292
|
-
+ # Build the loop target and element test
|
|
293
|
-
+ target = copy.deepcopy(gen.target)
|
|
294
|
-
+ elt = copy.deepcopy(arg.elt)
|
|
295
|
-
+
|
|
296
|
-
+ # Create inner variable for condition
|
|
297
|
-
+ cond_var = self.variable()
|
|
298
|
-
+
|
|
299
|
-
+ # Build loop body: evaluate condition, check if failed
|
|
300
|
-
+ # For all(): condition must be True, so check "not cond"
|
|
301
|
-
+ # For any(): condition must be True to succeed, check "cond"
|
|
302
|
-
+
|
|
303
|
-
+ loop_body = []
|
|
304
|
-
+ # Evaluate the condition: cond_var = <elt>
|
|
305
|
-
+ loop_body.append(ast.Assign([ast.Name(cond_var, ast.Store())], elt))
|
|
306
|
-
+
|
|
307
|
-
+ # Check failure condition
|
|
308
|
-
+ if is_all:
|
|
309
|
-
+ test = ast.UnaryOp(ast.Not(), ast.Name(cond_var, ast.Load()))
|
|
310
|
-
+ new_result = ast.Constant(False)
|
|
311
|
-
+ else:
|
|
312
|
-
+ test = ast.Name(cond_var, ast.Load())
|
|
313
|
-
+ new_result = ast.Constant(True)
|
|
314
|
-
+
|
|
315
|
-
+ # When condition triggers, save the failing element info and break
|
|
316
|
-
+ fail_body = [
|
|
317
|
-
+ ast.Assign([ast.Name(result_var, ast.Store())], new_result),
|
|
318
|
-
+ ast.Assign([ast.Name(fail_elem_var, ast.Store())], copy.deepcopy(gen.target)),
|
|
319
|
-
+ ast.Break(),
|
|
320
|
-
+ ]
|
|
321
|
-
+
|
|
322
|
-
+ # Build the if check, wrapped with any comprehension conditions
|
|
323
|
-
+ inner_check = ast.If(test, fail_body, [])
|
|
324
|
-
+ for if_clause in reversed(gen.ifs):
|
|
325
|
-
+ inner_check = ast.If(copy.deepcopy(if_clause), [inner_check], [])
|
|
326
|
-
+
|
|
327
|
-
+ loop_body.append(inner_check)
|
|
328
|
-
+
|
|
329
|
-
+ loop = ast.For(
|
|
330
|
-
+ target=target,
|
|
331
|
-
+ iter=ast.Name(iter_var, ast.Load()),
|
|
332
|
-
+ body=loop_body,
|
|
333
|
-
+ orelse=[],
|
|
334
|
-
+ )
|
|
335
|
-
+ self.statements.append(loop)
|
|
336
|
-
+
|
|
337
|
-
+ expl = "{}({{{}}} for {{{}}} in {})".format(func_name, cond_var, fail_elem_var, iter_expl)
|
|
338
|
-
+ expl = self.pop_format_context(ast.Constant(expl))
|
|
339
|
-
+ return ast.Name(result_var, ast.Load()), self.explanation_param(expl)
|
|
340
|
-
+
|
|
341
|
-
+ def _visit_call_fallback(self, call: ast.Call) -> Tuple[ast.Name, str]:
|
|
342
|
-
+ """Default handling for Call nodes."""
|
|
343
|
-
new_func, func_expl = self.visit(call.func)
|
|
344
|
-
arg_expls = []
|
|
345
|
-
new_args = []
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
Let me look at this from the pytest source code perspective. Based on my knowledge of the pytest codebase, I can provide the patch for this issue. The `--fixtures` option displays fixture information in `_pytest/python.py`, and the fixture scope is stored in the `FixtureDef` class.
|
|
2
|
-
|
|
3
|
-
```
|
|
4
|
-
--- a/src/_pytest/python.py
|
|
5
|
-
+++ b/src/_pytest/python.py
|
|
6
|
-
@@ -1340,6 +1340,8 @@ def _showfixtures_main(config, session):
|
|
7
|
-
if verbose <= 0 and argname.startswith("_"):
|
|
8
|
-
continue
|
|
9
|
-
tw.write(argname, green=True)
|
|
10
|
-
+ if fixturedef.scope != "function":
|
|
11
|
-
+ tw.write(" -- %s scoped" % fixturedef.scope, cyan=True)
|
|
12
|
-
tw.write(" -- %s" % bestrel, yellow=True)
|
|
13
|
-
tw.line()
|
|
14
|
-
if fixturedef.doc:
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
Wait, let me reconsider the approach. The issue requests showing fixture scope for all fixtures, not just non-function scoped ones. Let me provide a more complete patch:
|
|
18
|
-
|
|
19
|
-
--- a/src/_pytest/python.py
|
|
20
|
-
+++ b/src/_pytest/python.py
|
|
21
|
-
@@ -1340,6 +1340,7 @@ def _showfixtures_main(config, session):
|
|
22
|
-
if verbose <= 0 and argname.startswith("_"):
|
|
23
|
-
continue
|
|
24
|
-
tw.write(argname, green=True)
|
|
25
|
-
+ tw.write(" -- %s" % fixturedef.scope, cyan=True)
|
|
26
|
-
tw.write(" -- %s" % bestrel, yellow=True)
|
|
27
|
-
tw.line()
|
|
28
|
-
if fixturedef.doc:
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
Based on the context of this task, I'm being asked to generate a patch for the pytest-dev/pytest repository. This is an issue about improving the default logging format in pytest. I don't have the pytest source code in the local codebase, but I can generate the patch based on the issue description which clearly states:
|
|
2
|
-
|
|
3
|
-
1. Current format: `DEFAULT_LOG_FORMAT = "%(filename)-25s %(lineno)4d %(levelname)-8s %(message)s"`
|
|
4
|
-
2. Proposed format: `DEFAULT_LOG_FORMAT = "%(levelname)-8s %(name)s:%(filename)s:%(lineno)d %(message)s"`
|
|
5
|
-
|
|
6
|
-
The file that contains this would be in pytest's logging plugin, typically at `src/_pytest/logging.py`. Let me generate the patch:
|
|
7
|
-
|
|
8
|
-
--- a/src/_pytest/logging.py
|
|
9
|
-
+++ b/src/_pytest/logging.py
|
|
10
|
-
@@ -12,7 +12,7 @@ from typing import Mapping
|
|
11
|
-
from typing import Optional
|
|
12
|
-
from typing import Union
|
|
13
|
-
|
|
14
|
-
-DEFAULT_LOG_FORMAT = "%(filename)-25s %(lineno)4d %(levelname)-8s %(message)s"
|
|
15
|
-
+DEFAULT_LOG_FORMAT = "%(levelname)-8s %(name)s:%(filename)s:%(lineno)d %(message)s"
|
|
16
|
-
DEFAULT_LOG_DATE_FORMAT = "%H:%M:%S"
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
It appears the pytest repository isn't cloned here. Based on the issue, I need to examine the ExceptionInfo class in `src/_pytest/_code/code.py`. Let me look at the GitHub reference in the issue:
|
|
2
|
-
|
|
3
|
-
The issue mentions line 537-542 in `src/_pytest/_code/code.py` where `__str__` is defined. Based on the discussion:
|
|
4
|
-
|
|
5
|
-
1. The current `__str__` method shows something like `<console>:3: LookupError: A` instead of the full exception message
|
|
6
|
-
2. The consensus is to delete the `__str__` method entirely so that `__repr__` takes over
|
|
7
|
-
|
|
8
|
-
Let me provide the patch based on the issue description. The current implementation shows:
|
|
9
|
-
|
|
10
|
-
```python
|
|
11
|
-
def __str__(self) -> str:
|
|
12
|
-
if self._excinfo is None:
|
|
13
|
-
return repr(self)
|
|
14
|
-
entry = self.traceback[-1]
|
|
15
|
-
loc = ReprFileLocation(entry.path, entry.lineno + 1, self.exconly())
|
|
16
|
-
return str(loc)
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
The fix is to simply delete this `__str__` method.
|
|
20
|
-
|
|
21
|
-
--- a/src/_pytest/_code/code.py
|
|
22
|
-
+++ b/src/_pytest/_code/code.py
|
|
23
|
-
@@ -534,11 +534,6 @@ class ExceptionInfo(Generic[E]):
|
|
24
|
-
raise TypeError("cannot set __traceback__ to {!r}".format(x))
|
|
25
|
-
self._excinfo = (self._excinfo[0], self._excinfo[1], x)
|
|
26
|
-
|
|
27
|
-
- def __str__(self) -> str:
|
|
28
|
-
- if self._excinfo is None:
|
|
29
|
-
- return repr(self)
|
|
30
|
-
- entry = self.traceback[-1]
|
|
31
|
-
- loc = ReprFileLocation(entry.path, entry.lineno + 1, self.exconly())
|
|
32
|
-
- return str(loc)
|
|
33
|
-
-
|
|
34
|
-
@property
|
|
35
|
-
def value(self) -> E:
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
Based on my knowledge of the pytest codebase and the issue description, I can provide the patch. The issue is in the `_pytest/assertion/util.py` file where the sequence comparison generates the "Right contains more items, first extra item: X" message. For byte strings, this shows the integer value (ASCII ordinal) rather than something more meaningful.
|
|
2
|
-
|
|
3
|
-
The fix should skip the "contains more items" messaging for bytes objects, as suggested in the hint. Here's the patch:
|
|
4
|
-
|
|
5
|
-
--- a/src/_pytest/assertion/util.py
|
|
6
|
-
+++ b/src/_pytest/assertion/util.py
|
|
7
|
-
@@ -258,11 +258,13 @@ def _compare_eq_sequence(
|
|
8
|
-
explanation: List[str] = []
|
|
9
|
-
len_left = len(left)
|
|
10
|
-
len_right = len(right)
|
|
11
|
-
for i in range(min(len_left, len_right)):
|
|
12
|
-
if left[i] != right[i]:
|
|
13
|
-
explanation += [
|
|
14
|
-
f"At index {i} diff: {left[i]!r} != {right[i]!r}"
|
|
15
|
-
]
|
|
16
|
-
break
|
|
17
|
-
len_diff = len_right - len_left
|
|
18
|
-
- if len_diff > 0:
|
|
19
|
-
+ if len_diff > 0 and not isinstance(left, bytes):
|
|
20
|
-
explanation.append(f"Right contains {len_diff} more item{'s' if len_diff > 1 else ''}, first extra item: {right[len_left]!r}")
|
|
21
|
-
- elif len_diff < 0:
|
|
22
|
-
+ elif len_diff < 0 and not isinstance(right, bytes):
|
|
23
|
-
explanation.append(f"Left contains {-len_diff} more item{'s' if len_diff < -1 else ''}, first extra item: {left[len_right]!r}")
|
|
24
|
-
return explanation
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
This repository doesn't contain the pytest source code. Since this is asking about fixing a GitHub issue in pytest-dev/pytest, I need to provide a patch based on my knowledge of the pytest codebase. The JUnit XML reporting in pytest is handled by `src/_pytest/junitxml.py`.
|
|
2
|
-
|
|
3
|
-
Based on my knowledge of pytest's junitxml.py implementation and the issue requesting `hostname` and `timestamp` properties in the testsuite XML element, here's the patch:
|
|
4
|
-
|
|
5
|
-
--- a/src/_pytest/junitxml.py
|
|
6
|
-
+++ b/src/_pytest/junitxml.py
|
|
7
|
-
@@ -1,6 +1,8 @@
|
|
8
|
-
"""Report test results in JUnit-XML format, for use with Jenkins and build
|
|
9
|
-
integration servers.
|
|
10
|
-
|
|
11
|
-
+Based on initial code from Ross Lawley.
|
|
12
|
-
+
|
|
13
|
-
Output conforms to
|
|
14
|
-
https://github.com/jenkinsci/xunit-plugin/blob/master/
|
|
15
|
-
src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd
|
|
16
|
-
@@ -8,6 +10,8 @@ src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd
|
|
17
|
-
import functools
|
|
18
|
-
import os
|
|
19
|
-
import re
|
|
20
|
-
+import platform
|
|
21
|
-
+from datetime import datetime
|
|
22
|
-
from typing import Callable
|
|
23
|
-
from typing import Dict
|
|
24
|
-
from typing import List
|
|
25
|
-
@@ -652,6 +656,8 @@ class LogXML:
|
|
26
|
-
numtests=self.stats["passed"]
|
|
27
|
-
+ self.stats["failure"]
|
|
28
|
-
+ self.stats["error"],
|
|
29
|
-
+ hostname=platform.node(),
|
|
30
|
-
+ timestamp=datetime.fromtimestamp(self.suite_start_time).isoformat(),
|
|
31
|
-
)
|
|
32
|
-
logfile.write(Junit.testsuite(self._get_global_properties_node(), *suite_node))
|
|
33
|
-
logfile.close()
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
Based on my knowledge of the pytest codebase, I can provide the patch. The `--collect-only` option is defined in `src/_pytest/main.py` in the pytest repository. The fix involves adding `--co` as an alias to the existing `--collect-only` option.
|
|
2
|
-
|
|
3
|
-
--- a/src/_pytest/main.py
|
|
4
|
-
+++ b/src/_pytest/main.py
|
|
5
|
-
@@ -109,6 +109,7 @@ def pytest_addoption(parser: Parser) -> None:
|
|
6
|
-
group.addoption(
|
|
7
|
-
"--collect-only",
|
|
8
|
-
"--collectonly",
|
|
9
|
-
+ "--co",
|
|
10
|
-
action="store_true",
|
|
11
|
-
help="only collect tests, don't execute them.",
|
|
12
|
-
)
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
This is not the pytest repository. I need to work on the pytest-dev/pytest repository. Since this is a GitHub issue about pytest, I need to understand the issue from the traceback and create a patch for the `saferepr.py` file.
|
|
2
|
-
|
|
3
|
-
Let me analyze the issue from the problem statement:
|
|
4
|
-
|
|
5
|
-
1. The issue is in `_pytest/_io/saferepr.py`
|
|
6
|
-
2. The problem occurs when `obj.__class__.__name__` is accessed, but the object has a broken `__getattribute__` method
|
|
7
|
-
3. The fix should change `obj.__class__.__name__` to `type(obj).__name__` to avoid calling the object's `__getattribute__`
|
|
8
|
-
|
|
9
|
-
Based on the traceback, I can see the relevant code that needs to be fixed is in `_format_repr_exception` at line 23:
|
|
10
|
-
```python
|
|
11
|
-
exc_info, obj.__class__.__name__, id(obj)
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
This should be changed to:
|
|
15
|
-
```python
|
|
16
|
-
exc_info, type(obj).__name__, id(obj)
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Here's the patch:
|
|
20
|
-
|
|
21
|
-
--- a/src/_pytest/_io/saferepr.py
|
|
22
|
-
+++ b/src/_pytest/_io/saferepr.py
|
|
23
|
-
@@ -20,7 +20,7 @@ def _format_repr_exception(exc: BaseException, obj: Any) -> str:
|
|
24
|
-
exc_info = "unknown"
|
|
25
|
-
return "<[{} raised in repr()] {} object at 0x{:x}>".format(
|
|
26
|
-
- exc_info, obj.__class__.__name__, id(obj)
|
|
27
|
-
+ exc_info, type(obj).__name__, id(obj)
|
|
28
|
-
)
|