Brown
|
e286089eaa
|
Add onchange events and symbol lookup with disabled completion
|
2018-10-26 16:17:15 -04:00 |
|
Brown
|
303d3ee6a2
|
Fix issue adjusting offsets after multiple file changes
|
2018-10-26 13:22:41 -04:00 |
|
Brown
|
89e91f6ae2
|
Force a rescan if adding an extra method
|
2018-10-26 11:48:21 -04:00 |
|
Brown
|
dbb155f18d
|
Shift all comments, not just docblocks
|
2018-10-26 11:22:43 -04:00 |
|
Matthew Brown
|
addaea2c1c
|
Improve performance when parsing large files with few changes
|
2018-10-26 00:59:14 -04:00 |
|
François Kooman
|
a27ab52be7
|
DateTime*::getTimestamp can return false
When the represented date is before 1970-01-01 00:00:00, or after
2038-01-19 03:14:07 on 32 bit systems
|
2018-10-25 08:12:26 -04:00 |
|
Brown
|
dfda8c0760
|
Fix Ds\Set signatures cc @mleczakm
|
2018-10-24 13:14:19 -04:00 |
|
Brown
|
d9cf8cb1be
|
Update callmap
|
2018-10-24 11:13:08 -04:00 |
|
Brown
|
496018f84a
|
Fix #1024 - add support for filter_var
|
2018-10-23 14:38:36 -04:00 |
|
Brown
|
d3cd81078f
|
Suppress UnusedParam again
|
2018-10-23 13:39:10 -04:00 |
|
Brown
|
6ac6aece89
|
Add coverage of differ, having fixed Psalm bug
|
2018-10-23 13:38:12 -04:00 |
|
Brown
|
85b64227f7
|
Be more lenient with objectlike array offset values
Assume mixed key is accurate
|
2018-10-23 13:14:14 -04:00 |
|
Brown
|
447739ede1
|
Fix #1033 - coerce -0 to a general int
|
2018-10-23 13:00:15 -04:00 |
|
Brown
|
d6a6e6a16c
|
Remove error_logs
|
2018-10-19 13:13:55 -04:00 |
|
Brown
|
4da1fd0e40
|
Change psalm --server to psalm-language-server
|
2018-10-18 14:34:46 -04:00 |
|
Brown
|
2b6df3658c
|
Only repopulate the storage we care about
Big reduction on population time for single file edits
|
2018-10-18 10:42:37 -04:00 |
|
Brown
|
a41c5c8a39
|
Fix code quality issues
|
2018-10-18 09:57:13 -04:00 |
|
Brown
|
4ed5c4bcc6
|
Speed up analysis phase
|
2018-10-18 09:51:28 -04:00 |
|
Brown
|
b7c438bf97
|
Fix slowness when invalidating heavily-used files
|
2018-10-17 18:11:02 -04:00 |
|
Brown
|
54fdda651b
|
Add server mode support with error reporting only
|
2018-10-17 15:54:31 -04:00 |
|
Brown
|
47e987ccf8
|
Check to see if process is still running before killing
|
2018-10-17 15:53:54 -04:00 |
|
Brown
|
5938fd1bb9
|
Fix too-long-line
|
2018-10-17 14:37:32 -04:00 |
|
Brown
|
a38d2f809b
|
Fix #1017 - add non-docblock return type as a referenced class
|
2018-10-17 14:10:16 -04:00 |
|
Brown
|
6a7148204b
|
Add checks elsewhere too
|
2018-10-17 13:25:09 -04:00 |
|
Brown
|
e6cf9e96df
|
Add support for class concats when checking for callables
|
2018-10-17 13:22:57 -04:00 |
|
Brown
|
1d5759a35c
|
Improve test coverage of ProjectChecker
|
2018-10-17 11:03:32 -04:00 |
|
Brown
|
5a484901cd
|
Improve the way that files are reloaded (server only)
|
2018-10-16 15:59:11 -04:00 |
|
Tyson Andre
|
f53c4fa978
|
Fix some call map signatures (postgres, etc.)
|
2018-10-15 18:40:25 -04:00 |
|
Brown
|
6990914f1b
|
Assume missing classes are traits and treat related methods accordingly
|
2018-10-15 18:35:57 -04:00 |
|
Brown
|
93a422d2d9
|
Add alarms for recalcitrant processes
|
2018-10-15 17:41:10 -04:00 |
|
Brown
|
13cc3b4751
|
Improve file hash reloading
|
2018-10-15 11:34:51 -04:00 |
|
Brown
|
67b114f3f7
|
Skip test broken by new scanning system
|
2018-10-15 09:16:11 -04:00 |
|
Brown
|
f9cca5e597
|
Add support for forking at the scanning step
|
2018-10-15 09:16:11 -04:00 |
|
Matthew Brown
|
edc219facb
|
Add test for #1017
|
2018-10-11 23:00:32 -04:00 |
|
Brown
|
d6e1c95aff
|
Simplify file scanner filtering
|
2018-10-11 13:58:04 -04:00 |
|
Matthew Brown
|
03ed1a5135
|
Fix #1016 - load stdClass info when an object cast comes along
|
2018-10-11 09:14:34 -04:00 |
|
Brown
|
7278feb811
|
Split up scanning into specific steps
|
2018-10-10 16:59:03 -04:00 |
|
Brown
|
ccc92d7709
|
Fix microtime types
|
2018-10-10 16:05:06 -04:00 |
|
Brown
|
a2e7a65f3a
|
Add better types for microtime
|
2018-10-10 16:03:00 -04:00 |
|
Brown
|
792144def4
|
Fix a couple of callmap issues
|
2018-10-10 14:22:06 -04:00 |
|
Brown
|
f56c76a8be
|
Fix #1015 with maybe slightly hacky solution? It’s an edge case, though
|
2018-10-10 11:45:56 -04:00 |
|
Brown
|
8e73b34469
|
Fix #1009 - improve handling of print_r
|
2018-10-10 10:58:47 -04:00 |
|
Matthew Brown
|
96768ffd48
|
Fix wrong redundant condition converting scalar to string
|
2018-10-10 01:57:11 -04:00 |
|
Matthew Brown
|
2564abde85
|
Remove unused var
|
2018-10-10 01:02:02 -04:00 |
|
Matthew Brown
|
3b8e82cca1
|
Fix hydration of property types in property map
|
2018-10-10 00:54:50 -04:00 |
|
Greg Roach
|
3050e9eccb
|
Update signature for various xml functions
FYI, I made the same change to phan https://github.com/phan/phan/pull/2031
|
2018-10-09 22:43:23 -04:00 |
|
Brown
|
13b6868ab0
|
Add references to $this-> properties for method invalidation
|
2018-10-09 14:24:55 -04:00 |
|
Matthew Brown
|
43c5e9dd4c
|
Fix unnecessary file reparsing
|
2018-10-08 22:42:45 -04:00 |
|
Brown
|
55bb896868
|
Fix bugs Psalm found
|
2018-10-08 20:04:05 -04:00 |
|
Brown
|
e4e92ebd32
|
Don’t complain when encountering string templated builtin type
|
2018-10-08 19:57:18 -04:00 |
|
Brown
|
d0840b04b5
|
Improve debug output for diff runs
|
2018-10-08 19:42:24 -04:00 |
|
Brown
|
6a2add9398
|
Don’t skip correct methods in non-diff mode
|
2018-10-08 19:41:32 -04:00 |
|
Brown
|
99eb903b0d
|
Don’t do last-minute checks for classes
|
2018-10-08 19:39:36 -04:00 |
|
Brown
|
29e78c5df1
|
Avoid not checking classes where possible
|
2018-10-08 13:08:03 -04:00 |
|
Brown
|
540f22de40
|
Only substitute param types in function analysis if none present
|
2018-10-08 13:07:28 -04:00 |
|
Matthew Brown
|
afebefba19
|
Switch from --cache-results to --diff-methods flag
|
2018-10-07 00:42:25 -04:00 |
|
Matthew Brown
|
7e01576653
|
Fix #1011 - don’t re-analyse constructors if we can help it
|
2018-10-06 22:58:21 -04:00 |
|
Matthew Brown
|
92e11fd51b
|
Port over cleanup from server branch
|
2018-10-06 20:11:19 -04:00 |
|
Matthew Brown
|
99c9be34e1
|
Type according to parent param types, if no type is given
|
2018-10-06 14:00:45 -04:00 |
|
Matthew Brown
|
08d8ff5d70
|
Allow automatic inheritance from overriding param type definitions
|
2018-10-06 13:46:35 -04:00 |
|
Brown
|
289f5046b2
|
Don’t disable class checks if extension is loaded
|
2018-10-04 16:58:11 -04:00 |
|
Brown
|
9ea2009cd2
|
Add a closure in scope just in time for analysis
|
2018-10-04 16:42:40 -04:00 |
|
Brown
|
0352babece
|
Fix buggy handling of class with __toString being passed to string|object
|
2018-10-04 15:29:01 -04:00 |
|
Matthew Brown
|
ea3eada2d6
|
Still invalidate methods whose bodies have changed
|
2018-10-03 23:52:09 -04:00 |
|
Brown
|
80bfc168df
|
Skip if storage cannot be found
|
2018-10-03 18:26:36 -04:00 |
|
Brown
|
6707672528
|
Improve handling of traits further
|
2018-10-03 18:16:33 -04:00 |
|
Brown
|
f2cea0325f
|
Slightly improve trait handling
|
2018-10-03 17:11:08 -04:00 |
|
Brown
|
33254c43cc
|
Fix #1010 - track changes to traits and trait uses
|
2018-10-03 13:58:32 -04:00 |
|
Brown
|
d6952b5f46
|
Remove unused var
|
2018-10-02 17:22:30 -04:00 |
|
Brown
|
4ff851f536
|
Add test for re-analysis after no change
|
2018-10-02 15:49:27 -04:00 |
|
Brown
|
14fb95ae97
|
Fix invalidly inferred return type
|
2018-10-01 15:14:39 -04:00 |
|
Brown
|
f1bfde5dd7
|
Improve resolution of include paths
|
2018-10-01 13:50:55 -04:00 |
|
Matthew Brown
|
80d56cde15
|
Respect property flag changes
|
2018-09-30 11:34:51 -04:00 |
|
Matthew Brown
|
e9070b7c4a
|
Improve file updating in same thread
|
2018-09-30 11:34:51 -04:00 |
|
Matthew Brown
|
890412b557
|
Add support back for parser errors
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
d0bd10d143
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
05a0bdc93b
|
Remove PHP7 types
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
7bf63e09f5
|
Don’t delete issues when ignoring them in command line
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
1d26332d77
|
Track more changes and invalidate more methods
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
89c04ec1ae
|
Cache issue data and adjust issue offsets where applicable
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
67c90edadf
|
Don’t check methods we’ve already checked
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
71b7c70eb1
|
Add way of getting changes in a given file
|
2018-09-30 11:34:51 -04:00 |
|
Brown
|
ff893a3fb2
|
Fix #1005 - resolve /./ to /
|
2018-09-27 17:59:46 -04:00 |
|
Brown
|
679f4894a9
|
Fill in PHP4 constructor where necessary
|
2018-09-25 17:23:19 -04:00 |
|
Brown
|
af163c0f53
|
Add better timing and profiling for autoload scanning
|
2018-09-25 16:35:23 -04:00 |
|
Matt Brown
|
e323d15174
|
Fix #972 - allow type aliases to be used within functions
|
2018-09-24 13:08:23 -04:00 |
|
Matt Brown
|
db3ddaa42c
|
Allow InvalidCatch and InvalidThrow to be suppressed per-class
Ref #411
|
2018-09-21 11:35:51 -04:00 |
|
Matthew Brown
|
1ed61f42b9
|
Check outer scope for loop changes on break/continue (#1002)
* test
* Fix #1000 - check outer scope for loop changes on break/continue
|
2018-09-20 19:19:00 -04:00 |
|
Matthew Brown
|
350afe3e7f
|
Fix #998 - use lowercase comparison for method signature checks
|
2018-09-19 23:12:35 -04:00 |
|
Matt Brown
|
3187b5723d
|
Ignore method deprecation until it breaks
|
2018-09-18 18:21:12 -04:00 |
|
Matt Brown
|
4d4e84e6e9
|
Add specific ForbiddenEcho issue if a config flag is set
|
2018-09-18 17:08:32 -04:00 |
|
Matt Brown
|
414057e281
|
Fix #938 - allow forbiddenFunctions to be specified in the config
|
2018-09-18 16:42:51 -04:00 |
|
Matthew Brown
|
447bd147e1
|
Fix interface return type regression
|
2018-09-14 00:07:56 -04:00 |
|
Matthew Brown
|
4efb8c2cf1
|
Include method return descriptions
|
2018-09-13 23:55:03 -04:00 |
|
Matthew Brown
|
36bb8ae213
|
Fix #996 - improve handling of return type comments
|
2018-09-13 23:39:24 -04:00 |
|
Matthew Brown
|
68ac4020a1
|
Fix #995 - allow callables to be expressed in docblocks when namespacing things
|
2018-09-13 21:52:07 -04:00 |
|
Erik Booij
|
dac8530741
|
Add mysqli::escape_string and mysqli_escape_string to CallMap (#994)
|
2018-09-11 16:04:42 -04:00 |
|
François Kooman
|
cea7459b5c
|
fix return value of ldap_get_entries (#990)
|
2018-09-11 16:04:03 -04:00 |
|
Matthew Brown
|
1b7f215406
|
Fix #993 - create class string from reconciled assertions where necessary
|
2018-09-10 21:55:22 -04:00 |
|
Matt Brown
|
661087d445
|
Allow float to be empty (0.00)
|
2018-09-10 15:38:31 -04:00 |
|