Alex McKee

Results 28 comments of Alex McKee

The Tycho build check always seems to error, what's the point of such checks if they're this unreliable?

This used to be formatted but was changed in #5364, specifically in the second commit in that pull request bf3ff608ba94d1db2d587af1f7317823e22ecab1.

@cdrini, that script is also failing with a similar error to the one affecting copydocs.py. When not run as root it works but can't write the file due to permissions,...

Yes, I should have mentioned that I already tried that. Same result. I've just now tried it again (just to eliminate any possibly error on my part), still same result...

I'm not on Windows, I'm on Debian 11. As mentioned before trying it without the `-uroot` option just results in no file being written due to permissions issues. I have...

@muditjuneja Please feel free to create a PR, I ran out of time to work on this issue while troubleshooting the command. @cdrini I can confirm changing the permissions worked...

I can't reproduce this on my system. My OS is Debian. Same Eclipse version: 2021-09 (4.21.0) and PDT version (7.2.0.202005271851).

Looks like the language documentation may have been generated with an out-of-date version of the phpdoc repo. There was a note in the [commit](https://github.com/eclipse/pdt/commit/1cf9b8ff190d85587b76a89efd1f323cd9996522) about updating the documentation once the...

This was resolved by #63. This issue can be closed @zulus, it is a duplicate of #112 anyway.

[OCI-Collection](https://web.archive.org/web/20200401094300/https://www.php.net/manual/en/class.OCI-Collection.php) was renamed [OCICollection](https://www.php.net/manual/en/class.ocicollection.php) in PHP 8. PDT doesn't yet formally support PHP 8. That being said, it looks like there was an error in the naming before given that...