#2138239: Use GlobIterator instead of glob swtiched from glob() to GlobIterator() for a bunch of things, but they have different first arguments, glob takes a pattern while GlobIterator takes a path. Apparently, this broke everything on Windows because the path needs to be absolute..
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2139407-4.patch | 1.36 KB | amateescu |
| #1 | 2139407.patch | 1.85 KB | amateescu |
Comments
Comment #1
amateescu commentedThis patch fixes it. Since we don't have a testbot on Windows, you'll have to take my word for it :)
Comment #2
damiankloip commentedYeah, I had suspicions this would be the issue after you mentioned it on irc. This fix looks good to me. Don't see why that wouldn't pass the bot.
Comment #3
alphawebgroupi'm confirming that there is no way to install D8 after #2138239: Use GlobIterator instead of glob is pushed.
got an error
#2139407-1: HEAD broken on Windows patch works good for me.
+1 for RTBC
Comment #4
amateescu commentedI realised I took the wrong approach in the patch, what we need to fix is the GlobIterator instantiation, not every place that deals with the config dir.
Comment #5
jesse.d commentedThis worked for me as well.
I had the same errors as #3. patch in #4 fixed the install process for me.
Comment #7
amateescu commented4: 2139407-4.patch queued for re-testing.
Comment #8
michaellander commentedI had the same issue as #2139407-3: HEAD broken on Windows and #2139407-4: HEAD broken on Windows resolved the issue for me as well.
Comment #9
amateescu commentedThanks everyone for testing.
Comment #10
webchickCommitted and pushed to 8.x. Thanks!