Brown
|
5759c12fa9
|
Support mixed type natively
|
2020-08-30 13:38:03 -04:00 |
|
Brown
|
99d6af0f9a
|
Support static return type
|
2020-08-30 13:32:42 -04:00 |
|
Brown
|
f34e54ec41
|
Support PHP 8 union types
|
2020-08-30 13:16:37 -04:00 |
|
Brown
|
92239add4d
|
Add some backwards-incompatible changes for 4.x
|
2020-08-30 11:44:14 -04:00 |
|
Brown
|
c13b0efd49
|
Improve understanding of negated count queries
|
2020-08-30 11:32:01 -04:00 |
|
Brown
|
64f08fa9dc
|
Improve Closure::fromCallable handling
|
2020-08-29 22:02:58 -04:00 |
|
Brown
|
cf5aa5c5cd
|
Fix #4083 - namespace docblock method classes the proper way
|
2020-08-29 11:46:24 -04:00 |
|
Brown
|
efed9d4480
|
Allow ParamNameMismatch to be suppressed locally
Fixes #4012
|
2020-08-29 11:17:57 -04:00 |
|
Brown
|
3ca4a576e7
|
Fix treatment of closure params in array_map
|
2020-08-29 11:10:09 -04:00 |
|
Brown
|
df0d426f61
|
Fix #4081 - better inference of positive ints
|
2020-08-28 16:38:50 -04:00 |
|
Brown
|
d29620a42b
|
Fix style issues
|
2020-08-28 15:46:55 -04:00 |
|
Brown
|
1825e30752
|
Allow pure-Callable type to be annotated
|
2020-08-28 13:15:04 -04:00 |
|
Brown
|
63b74276c6
|
Report use of impure closures
|
2020-08-28 13:01:14 -04:00 |
|
Brown
|
98ce590e9d
|
Remove some redundant calls
|
2020-08-28 12:48:33 -04:00 |
|
Brown
|
efe143a396
|
Fix #4077 - always track closure purity
|
2020-08-28 12:42:55 -04:00 |
|
Brown
|
5f5ce6eb32
|
Fix typo
|
2020-08-26 18:16:12 -04:00 |
|
Brown
|
e64d45b644
|
Fix #4061 - allow indirect null comparison check
|
2020-08-26 17:58:01 -04:00 |
|
Brown
|
936a7e01b6
|
Allow bare pure-callable in namespace cc @azjezz
|
2020-08-26 16:57:27 -04:00 |
|
Brown
|
e9adcb8d35
|
Simplify simplification
|
2020-08-26 16:51:55 -04:00 |
|
Saif Eddin G
|
5a20092fbd
|
add pure-callable type (#4066)
|
2020-08-26 16:51:22 -04:00 |
|
Brown
|
0f18f77d49
|
Fix too-long line
|
2020-08-26 16:27:35 -04:00 |
|
Brown
|
988e17f11d
|
Make clause fully immutable
|
2020-08-26 15:35:29 -04:00 |
|
Brown
|
b2b329d1a9
|
Prevent unset on immutable properties
|
2020-08-26 12:18:34 -04:00 |
|
Brown
|
f33d626052
|
Use a slightly cleaner fix
|
2020-08-26 11:03:27 -04:00 |
|
Brown
|
9878613594
|
Refine iterable key after is_array check
Ref #4038
|
2020-08-26 11:00:38 -04:00 |
|
Brown
|
8ad1c2eeb1
|
Use immutable data structures for clause calculations
|
2020-08-26 10:41:47 -04:00 |
|
Brown
|
20e004744f
|
Fix #4064 - assume most iterators are impure
|
2020-08-25 18:04:36 -04:00 |
|
Brown
|
59e7f69d7b
|
Fix get_class-inferred templating
|
2020-08-25 17:25:05 -04:00 |
|
Brown
|
6ab3e732fb
|
Fix #4038 - don’t remove null types unnecessarily in mixed union
|
2020-08-25 15:50:33 -04:00 |
|
Brown
|
d25a24ee89
|
Fix type bug
|
2020-08-25 15:09:14 -04:00 |
|
Brown
|
6e1218065d
|
Preserve intersections when expanding templated types
Fixes #4043
|
2020-08-25 14:12:57 -04:00 |
|
Brown
|
346d475f55
|
Create empty params by default for SplObjectStorage
Fixes #4055
|
2020-08-25 11:52:21 -04:00 |
|
Brown
|
2b060b75d3
|
Fix #4052 - foreach over an iterable is impure
|
2020-08-25 11:24:57 -04:00 |
|
Brown
|
3f50fbc116
|
Expand object-with-properties
Fixes #4057
|
2020-08-25 10:15:56 -04:00 |
|
Brown
|
7dba9bc50a
|
Add a bunch of immutable & pure annotations
|
2020-08-24 19:29:00 -04:00 |
|
Brown
|
4e10a0ed6f
|
Fix #4036 - add immutable annotations automatically too
|
2020-08-24 19:29:00 -04:00 |
|
Matthew Brown
|
c8ecee109c
|
Fix immutable tests
|
2020-08-24 00:35:59 -04:00 |
|
Brown
|
94cec15598
|
Only add pure when not overriding upstream
|
2020-08-23 22:16:03 -04:00 |
|
Brown
|
6103cf0f51
|
Fix ImpureVariable test
|
2020-08-23 22:07:02 -04:00 |
|
Brown
|
ba1ff21af4
|
Add a couple more pure annotations
|
2020-08-23 18:53:34 -04:00 |
|
Brown
|
140d37c7ef
|
Prevent isset on uknown property in pure function
|
2020-08-23 18:50:17 -04:00 |
|
Brown
|
02a2e99d42
|
Only add pure to functions with params
|
2020-08-23 18:41:31 -04:00 |
|
Brown
|
10f7031080
|
Prevent use of $this in pure functions
|
2020-08-23 18:37:46 -04:00 |
|
Brown
|
41cf47ef0b
|
Add another pure annotation
|
2020-08-23 18:07:49 -04:00 |
|
Brown
|
4026b717b9
|
Allow function manipulators to work in threaded mode
|
2020-08-23 18:05:48 -04:00 |
|
Matthew Brown
|
8a975d7c20
|
Don’t add pure annotation when closure is impure
|
2020-08-23 14:07:19 -04:00 |
|
Matthew Brown
|
64fd2d60f4
|
Add another pure annotation
|
2020-08-23 14:02:10 -04:00 |
|
Matthew Brown
|
6efaf474d4
|
Don’t add @psalm-pure for void-returning functions
|
2020-08-23 13:58:34 -04:00 |
|
Matthew Brown
|
ef0486ce35
|
Add some pure annotations
|
2020-08-23 13:52:31 -04:00 |
|
Matthew Brown
|
d2b07ebde8
|
Fix docblock removal
|
2020-08-23 13:45:45 -04:00 |
|