Update as per peer review
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 4 2023
Yeah - spotted & fixed!
PHP != Perl
Jul 3 2023
Jul 1 2023
In D25319#9336, @speck wrote:Is there another place not specifying the method for a form? I don’t think that attribute should be optional and instead the fix is to explicitly declare GET or POST or PUT for forms.
Jun 30 2023
Yes - much nicer. Thanks!
Jun 21 2023
Wanted to ensure you had a chance to check the changes I made based on your review first...
Jun 19 2023
Agreed. The more often we specify the path, the more likely the reader will remember it.
Downside is we need to lose the path/to/ in order to keep lint happy.
Agreed. The more often we specify the path, the more likely the reader will remember it.
Agreed - tighter check is better, and does fix the issue.
Jun 18 2023
It is 'arc unit' which doesn't work for us without this patch under PHP 8.1. We are using a version of ArcanistUnitTestEngine extended to handle multiple languages in a single repo, and I unfortunately cannot share this. I'm not sure what more you want - we have a unit test demonstrating strlen() is being used against a variable which can be null.
Jun 16 2023
Added unit test
Apr 8 2023
In T15096#2230, @20after4 wrote:Honestly the effort to set up arcanist isn't huge (the flow for setting up your CLI cert couldn't be more perfect and user friendly IMO) and it's all worth it because of the productivity gained by automatic lint fixes, easy patch submission and code review checkouts (arc patch is awesome!)
Feb 1 2023
Aug 8 2022
I got differential working under PHP 8.1 by doing a global replace of single parameter strlen commands to add the null coalesce operator