-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Enhance benchmarks #2394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v8
Are you sure you want to change the base?
Enhance benchmarks #2394
Changes from all commits
1b63921
b16aae0
59ce00c
9e348ca
e726450
66dfe67
bcb4fe0
140d63b
576eaaa
43a70e4
22d5871
bfa3df1
cfbc0c7
4d5f741
0a80bfe
447298a
edbd81b
70c7319
12fe660
1031b57
9efe6aa
5dfe97a
df16adc
7a2c840
92f0115
2e20842
179c464
cb3583a
de35187
b5dccb2
96ed616
736ebda
43b5c59
5845206
21d9fc4
cc3ec4d
92aa0c2
d1b936f
76a2944
aa6d106
587290a
94f0233
eccc61c
2852b2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1661,6 +1661,10 @@ def bind_parameter(param, scope_node) -> None: | |||||||||||||||||||||||||||||
| # declaration_expression; `is Leaf lf`, `is not Node nd`, | ||||||||||||||||||||||||||||||
| # `case Twig tw:` and a switch-arm `Stem st =>` are | ||||||||||||||||||||||||||||||
| # declaration_patterns — all carry `type` + `name` fields and | ||||||||||||||||||||||||||||||
| # bind the name for the rest of the method. `out var v` | ||||||||||||||||||||||||||||||
| # (implicit_type) yields None from _csharp_receiver_type_name | ||||||||||||||||||||||||||||||
| # and poisons the name method-locally, matching the | ||||||||||||||||||||||||||||||
| # untypable-local rule above (no guess). | ||||||||||||||||||||||||||||||
| # bind the name for the enclosing block. `out var v` | ||||||||||||||||||||||||||||||
| # (implicit_type) yields None from _csharp_receiver_type_name | ||||||||||||||||||||||||||||||
| # and stays untypable inside that block only — no guess at its | ||||||||||||||||||||||||||||||
|
|
@@ -1672,6 +1676,8 @@ def bind_parameter(param, scope_node) -> None: | |||||||||||||||||||||||||||||
| _csharp_receiver_type_name( | ||||||||||||||||||||||||||||||
| node.child_by_field_name("type"), source | ||||||||||||||||||||||||||||||
| ), | ||||||||||||||||||||||||||||||
| ) | ||||||||||||||||||||||||||||||
| stack.extend(node.children) | ||||||||||||||||||||||||||||||
| scope, | ||||||||||||||||||||||||||||||
| ) | ||||||||||||||||||||||||||||||
| child_scope = ( | ||||||||||||||||||||||||||||||
|
Comment on lines
1676
to
1683
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Stray Graphify suggests a fix:
Suggested change
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,10 @@ build-backend = "setuptools.build_meta" | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| [project] | ||||||||||||||||||||||
| name = "graphifyy" | ||||||||||||||||||||||
| version = "0.9.32" | ||||||||||||||||||||||
| version = "0.9.35" | ||||||||||||||||||||||
| version = "0.9.38" | ||||||||||||||||||||||
| version = "0.9.40" | ||||||||||||||||||||||
| version = "0.9.42" | ||||||||||||||||||||||
| description = "AI coding assistant skill (Claude Code, CodeBuddy, Codex, OpenCode, Kilo Code, Cursor, Gemini CLI, Aider, OpenClaw, Factory Droid, Trae, Hermes, Kiro, Pi, Devin CLI, Google Antigravity) - turn any folder of code, docs, papers, images, or videos into a queryable knowledge graph" | ||||||||||||||||||||||
|
FolatheDuckofDuckingburg marked this conversation as resolved.
FolatheDuckofDuckingburg marked this conversation as resolved.
Comment on lines
+7
to
12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate/conflicting project version in pyproject.toml — agreed by 2 of 2 members but NOT verified (no proof, no reproducing execution) — consensus is not a verdict; needs human review Graphify suggests a fix:
Suggested change
Comment on lines
+7
to
12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate/conflicting version keys in pyproject.toml — agreed by 2 of 2 members but NOT verified (no proof, no reproducing execution) — consensus is not a verdict; needs human review Graphify suggests a fix:
Suggested change
|
||||||||||||||||||||||
| readme = "README.md" | ||||||||||||||||||||||
|
FolatheDuckofDuckingburg marked this conversation as resolved.
Comment on lines
+7
to
13
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate version keys in pyproject.toml — agreed by 2 of 2 members but NOT verified (no proof, no reproducing execution) — consensus is not a verdict; needs human review Graphify suggests a fix:
Suggested change
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial-class remap keyed only by (namespace,label) ignores assembly — agreed by 2 of 2 members but NOT verified (no proof, no reproducing execution) — consensus is not a verdict; needs human review
Graphify suggests a fix: