Things that are obviously bugs
Details
Sat, Apr 12
Fri, Apr 11
That's true of all projects - Remarkup here for instance.
{#js-draw-lib} does work.
@pppery I don't know if you wanna step in, since the change was introduced by you.
Wed, Apr 9
Sat, Apr 5
Wed, Apr 2
I'm still a bit shocked by how PHP is so weird. So:
Wow. 10 years of PHP, first time that I notice this
https://www.php.net/manual/en/language.types.array.php#language.types.array.syntax :
Strings containing valid decimal ints, unless the number is preceded by a + sign, will be cast to the int type.
Tue, Apr 1
The culprit is $map[$branch] = $branch_head; in https://we.phorge.it/source/phorge/browse/master/src/applications/diffusion/data/DiffusionGitBranch.php$105.
Before $branch was a string, afterwards it is an integer.
Fri, Mar 28
Thu, Mar 27
Looks like a Good Starter Task.
Sun, Mar 23
@valerio.bozzolan could you please add to either H28 or H29 Affected files contains none of map.php?
Thu, Mar 20
Mar 12 2025
Thanks for looking into it!
Cool trick with web.archive - very useful!
Mar 11 2025
P.S. welcome in the family of Trusted Contributors and feel free to escalate this question as a new task under Bug Reports and by marking this question as obsolete in case - thanks again
Thanks for the question. I will follow answers. BTW I've found the nuked link:
Mar 2 2025
Mar 1 2025
Feb 21 2025
The code to select which tests to run by default is in ArcanistWorkflow::selectPathsForWorkflow().
Feb 20 2025
Feb 18 2025
Feb 17 2025
Thanks. I can confirm with PHP 8.4.4 after upgrading one of my machines.
I fail to reproduce with PHP 8.3 with the given steps: ../arcanist/bin/arc diff --create --help prints the help as expected, with no error.
Which PHP version do you use?