User Details
- User Since
- Jun 10 2021, 04:42 (184 w, 6 d)
- Availability
- Available
Jun 14 2023
Jun 8 2023
@valerio.bozzolan, do you want to commandeer this revision and add the cast yourself?
Mar 18 2023
Mar 17 2023
Dec 3 2022
Sep 24 2022
Jul 26 2022
May 22 2022
Mar 2 2022
This patch suppresses the deprecation errors at each site, but there might be a simpler workaround in the same spirit: change the error_reporting calls (of which there are only a handful) to exclude E_DEPRECATED. That would risk masking any other deprecations (probably fine in production, but not in development), whereas this patch risks hiding any non-deprecation errors at these locations.
Nov 13 2021
Although there's merit to the "zero, one, infinity" rule, it might not be the best option here. If something goes wrong and $err happens to always be falsy, this will end up in an infinite loop instead of giving a clear error message. There is probably a reasonable finite value (that's greater than 4) which can be chosen as the limit to the number of attempts.
Aug 28 2021
Jul 15 2021
There are some projects listed on the Phabricator Community Resources page. Would all of those be eligible for hosting here, or would there be some criteria to limit the number of external projects?
But why would we need to explicitly keep them? They already exist upstream...
My suspicion, though I hadn't thought through it much, is that it might be useful during migration periods where someone has the repository checked out and there's are clear linear branches of the phabricator development vs. phorge development.