I discovered the function phutil_nonempty_string().
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Apr 1 2023
Mar 31 2023
Mar 30 2023
I think we're done with this.
Mar 29 2023
Maybe we can retry here (smaller):
Mar 28 2023
Mar 27 2023
Only users that have signed this agreement may be admitted to Blessed Committers.
This task is no longer valid as account approval is disabled.
Mar 26 2023
Wow. Probably there was only one case. Let's stay ready to reopen, but probably we are OK.
It seems Rector.php has not an automatic rule for that.
I renamed the proposal from configString() to configStr() so that I do not break the 80 characters lint limitation ihih
In D25031#1902, @Ekubischta wrote:This revision is nearly impossible to test
See my comments here D25030#1893
Error suppression with "@" is a poor solution to this issue
Mar 25 2023
Mar 24 2023
Mar 23 2023
Mar 15 2023
Mar 11 2023
I agree that an agreement could be useful but I don't think that the author should ever allow to re-license its work. I honestly do not want to allow my contributions to be re-licensed, since this usually means that the repository owner wants to re-license that work under a proprietary license when needed. I don't accept that. Normal volunteers do not accept that. This is probably not what we want.
I just want to mark this as resolved since Rector.php is quite nice and simple and we can surely use this tool to do nice things, even without adding it in our Composer but just locally, when we need it.
Mar 7 2023
Mar 6 2023
I'm pretty impressed by the power of Rector. I almost figured out how to use the 2% of it: Rector put my whole house in order, including Phorge and Arcanist that were on the bedside table.
Mar 5 2023
This is partially related:
Mar 3 2023
We should definitely prioritize this, as after November of this year we won’t support any stable/maintained versions of PHP
Feb 22 2023
Expanding task to also include adding compatibility with PHP 8.2
Feb 17 2023
I'm not assigned to this since I'm not really active. I was just curious. Feel free to give it a try and add more notes.
In T15047#3542, @avivey wrote:I personally hate the $a = []; style, at least for empty arrays - I find it not-explicit enough.
In T15047#3538, @valerio.bozzolan wrote:Maybe unrelated. Can we - right now - update the coding standard to avoid $a = array() (that is a tremendous old approach) to just adopt $a = []? Note that the short version was introduced in PHP 5.4, that already is the minimum version right now. I'm talking about this document:
https://we.phorge.it/book/contrib/article/php_coding_standards/
Feb 15 2023
Maybe unrelated. Can we - right now - update the coding standard to avoid $a = array() (that is a tremendous old approach) to just adopt $a = []? Note that the short version was introduced in PHP 5.4, that already is the minimum version right now. I'm talking about this document: