Commit a15508f
committed
Merge branch 'main' into dcreager/smoosh-reachability
* main: (25 commits)
[ty] Sync vendored typeshed stubs (#19461)
[ty] Extend tuple `__len__` and `__bool__` special casing to also cover tuple subclasses (#19289)
[ty] bump docstring-adder pin (#19458)
[ty] Disallow assignment to `Final` class attributes (#19457)
Update dependency ruff to v0.12.4 (#19442)
Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.4 (#19443)
Update rui314/setup-mold digest to 702b190 (#19441)
Update taiki-e/install-action action to v2.56.19 (#19448)
Update Rust crate strum_macros to v0.27.2 (#19447)
Update Rust crate strum to v0.27.2 (#19446)
Update Rust crate rand to v0.9.2 (#19444)
Update Rust crate serde_json to v1.0.141 (#19445)
Fix `unreachable` panic in parser (#19183)
[`ruff`] Support byte strings (`RUF055`) (#18926)
[ty] Avoid second lookup for `infer_maybe_standalone_expression` (#19439)
[ty] Implemented "go to definition" support for import statements (#19428)
[ty] Avoid secondary tree traversal to get call expression for keyword arguments (#19429)
[ty] Add goto definition to playground (#19425)
[ty] Add support for `@warnings.deprecated` (#19376)
[ty] make `del x` force local resolution of `x` in the current scope (#19389)
...File tree
683 files changed
+5043
-2720
lines changed- .github/workflows
- crates
- ruff_benchmark/benches
- ruff_db/src
- files
- ruff_graph/src
- ruff_linter
- resources/test/fixtures/ruff
- src/rules/ruff
- rules
- snapshots
- ruff_python_parser
- src
- parser
- snapshots
- tests/snapshots
- ruff_wasm
- src
- tests
- ty_ide/src
- ty_project/src
- db
- ty_python_semantic
- resources/mdtest
- dataclasses
- expression
- scopes
- snapshots
- type_properties
- type_qualifiers
- src
- module_resolver
- semantic_index
- use_def
- types
- call
- tests
- ty_server/src
- server/api
- notifications
- requests
- session
- ty_test/src
- ty_vendored/vendor/typeshed
- stdlib
- _typeshed
- asyncio
- collections
- compression
- _common
- zstd
- concurrent/futures
- ctypes
- macholib
- curses
- dbm
- distutils
- command
- email
- mime
- encodings
- html
- http
- importlib
- metadata
- resources
- json
- lib2to3
- fixes
- pgen2
- logging
- multiprocessing
- os
- pathlib
- pyexpat
- sqlite3
- string
- sys
- tkinter
- unittest
- urllib
- venv
- wsgiref
- xmlrpc
- xml
- dom
- etree
- parsers
- expat
- sax
- zipfile
- _path
- ty_wasm
- src
- tests
- ty
- docs
- tests
- docs
- fuzz
- fuzz_targets
- playground/ty/src/Editor
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
683 files changed
+5043
-2720
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
74 | | - | |
| 78 | + | |
75 | 79 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | | - | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
167 | 171 | | |
168 | 172 | | |
169 | 173 | | |
170 | | - | |
| 174 | + | |
171 | 175 | | |
172 | 176 | | |
173 | | - | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
180 | | - | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
525 | 527 | | |
526 | 528 | | |
527 | 529 | | |
528 | | - | |
| 530 | + | |
529 | 531 | | |
530 | 532 | | |
531 | 533 | | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
536 | 545 | | |
537 | 546 | | |
538 | 547 | | |
| |||
542 | 551 | | |
543 | 552 | | |
544 | 553 | | |
545 | | - | |
| 554 | + | |
546 | 555 | | |
547 | 556 | | |
548 | 557 | | |
| |||
610 | 619 | | |
611 | 620 | | |
612 | 621 | | |
613 | | - | |
| 622 | + | |
614 | 623 | | |
615 | 624 | | |
616 | 625 | | |
| |||
0 commit comments