Problem/Motivation
See title, this seems to happen for errors that do not have a method as source but are e.g. parsed from the php error log file. Only happens if you use --xml I think.
Proposed resolution
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | prevent-notices-if-function-is-not-a-method-2417727-3-interdiff.txt | 605 bytes | berdir |
| #3 | prevent-notices-if-function-is-not-a-method-2417727-3.patch | 802 bytes | berdir |
| #1 | prevent-notices-if-function-is-not-a-method-2417727-1.patch | 801 bytes | berdir |
Comments
Comment #1
berdirHard to test, but I'll try adding this as a patch to my d8modulestatus builds to see if it helps to get rid of the annoying notices in http://d8ms.worldempire.ch/build.log.
Comment #2
berdirBtw, we currently also create filenames like "Drupal\somemodule\Tests\SomeTest.xml", which a lot of operating systems and tools can't handle properly, but that's a separate issue.
Comment #3
berdirBerdir--.
Comment #5
bzrudi71 commentedNice, no more notices with patch applied. Found nothing obvious during review so RTBC.
Comment #6
berdir@bzrudi71: Right, I saw those notices in your postgresql/sqlite logs as well, wanted to ping you about it :) Thanks.
Comment #7
alexpottCommitted c42d69a and pushed to 8.0.x. Thanks!