Page MenuHomePhorge
Feed Advanced Search

May 8 2023

valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
May 8 2023, 13:31 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a comment to T15281: $HOME missing from commands issued by ExecFuture.

Thank you speck, very interesting.

May 8 2023, 08:03 · User-valerio.bozzolan, Arcanist
valerio.bozzolan added a comment to T15368: PHP 8.1 fix PhutilUTF8StringTruncator::truncateString(NULL) called at [<arcanist>/src/ref/ArcanistRefView.php:103].

Hi @aklapper. Are you affected by this as well?

May 8 2023, 07:10 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

@ton yep thanks, really! that will be handled here:

May 8 2023, 07:09 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15368: PHP 8.1 fix PhutilUTF8StringTruncator::truncateString(NULL) called at [<arcanist>/src/ref/ArcanistRefView.php:103] as Normal priority.
May 8 2023, 07:08 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan closed T15298: Get the HOME of the user running the PHP webserver, a subtask of T15281: $HOME missing from commands issued by ExecFuture, as Resolved.
May 8 2023, 07:01 · User-valerio.bozzolan, Arcanist
avivey added a comment to T15364: arc land complaints summary by FreeBSD community.

What are the reasons for doing commit message rendering on the server side?

May 8 2023, 06:57 · Arcanist, Differential, Affects-FreeBSD
ton added a comment to T15364: arc land complaints summary by FreeBSD community.

In an ideal world the solution should be as simple as having a template somewhere in {{repo_root}}/.arcanist/commit_template.j2 that arcanist injects values in and renders.

May 8 2023, 01:55 · Arcanist, Differential, Affects-FreeBSD
ton added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

arc patch problem is likely fixed. But I encountered similar problem here
https://we.phorge.it/T15351#8287

May 8 2023, 00:49 · PHP 8 support, Arcanist, User-valerio.bozzolan
ton added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

This seems to have fixed the problem. But let me try a bit more Diffs to be extra sure

May 8 2023, 00:38 · PHP 8 support, Arcanist, User-valerio.bozzolan

May 7 2023

avivey added a comment to T15364: arc land complaints summary by FreeBSD community.

We can probably come up with a way to allow an extension to customize the "render template" implementation without forking (e.g., just add a hook in differential.getcommitmessage), but it would have to be very carful about the whole form-thing.
Maybe just adding an "for landing" flag in differential.getcommitmessage (or adding a different method) would solve this problem...

May 7 2023, 20:12 · Arcanist, Differential, Affects-FreeBSD
avivey added a comment to T15364: arc land complaints summary by FreeBSD community.
In T15364#8281, @ton wrote:

The template is actually generated server side, not in arcanist, so it just a matter of getting the BSD Phorge server to have the right opinions.
Some of the sections can be configured already

Please point me in the right place in the code where I can find the template

May 7 2023, 20:06 · Arcanist, Differential, Affects-FreeBSD
speck added a comment to T15281: $HOME missing from commands issued by ExecFuture.

In upstream phabricator I worked with Evan to update the Mercurial API in a way that all mercurial commands/futures are executed through a common path and allow making modifications to only those executions. For this we should look at something similar so that we're only passing $HOME to git commands and not to others.

May 7 2023, 19:31 · User-valerio.bozzolan, Arcanist
ton added a comment to T15364: arc land complaints summary by FreeBSD community.

The template is actually generated server side, not in arcanist, so it just a matter of getting the BSD Phorge server to have the right opinions.
Some of the sections can be configured already

May 7 2023, 18:56 · Arcanist, Differential, Affects-FreeBSD
ton added a comment to T15364: arc land complaints summary by FreeBSD community.

re @avivey : arc land --hold sort of works but look at the ergonomics:

May 7 2023, 16:42 · Arcanist, Differential, Affects-FreeBSD
valerio.bozzolan renamed T15364: arc land complaints summary by FreeBSD community from arc land complaints summary to arc land complaints summary by FreeBSD community.
May 7 2023, 09:27 · Arcanist, Differential, Affects-FreeBSD
avivey added a comment to T15364: arc land complaints summary by FreeBSD community.

Alternatively - there's also arc land --hold, which does almost everything except for the git push, which would allow the user to update the commit message. Have anyone tried that?

May 7 2023, 09:27 · Arcanist, Differential, Affects-FreeBSD
valerio.bozzolan added a subtask for T15096: Discuss Arcanist as a barrier to adoption of Phorge and how to address the underlying issues.: T15364: arc land complaints summary by FreeBSD community.
May 7 2023, 09:26 · Discussion Needed, Arcanist
valerio.bozzolan added a parent task for T15364: arc land complaints summary by FreeBSD community: T15096: Discuss Arcanist as a barrier to adoption of Phorge and how to address the underlying issues..
May 7 2023, 09:26 · Arcanist, Differential, Affects-FreeBSD
avivey added a comment to T15364: arc land complaints summary by FreeBSD community.

thanks @ton - these look very actionable:

May 7 2023, 09:25 · Arcanist, Differential, Affects-FreeBSD
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
May 7 2023, 09:12 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a comment to T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98].

Hi @ton can I ask you if, manually patching Arcanist with the indicated diff in the Task description, fixes for you?

May 7 2023, 09:11 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15367: PHP 8.1 fix strpos(NULL, string) called at [<arcanist>/src/xsprintf/PhutilCommandString.php:98] as Normal priority.
May 7 2023, 09:10 · PHP 8 support, Arcanist, User-valerio.bozzolan
ton updated the task description for T15364: arc land complaints summary by FreeBSD community.
May 7 2023, 06:35 · Arcanist, Differential, Affects-FreeBSD

May 6 2023

ton added a comment to T15096: Discuss Arcanist as a barrier to adoption of Phorge and how to address the underlying issues..

more details about arc land - https://we.phorge.it/T15364

May 6 2023, 23:11 · Discussion Needed, Arcanist
ton created T15364: arc land complaints summary by FreeBSD community.
May 6 2023, 23:08 · Arcanist, Differential, Affects-FreeBSD

May 4 2023

aklapper created T15346: PHP 8.1 exceptions in JsonLint block rendering Tab Panels in Dashboards.
May 4 2023, 16:47 · Arcanist, PHP 8 support
aklapper closed T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri, a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
May 4 2023, 11:14 · PHP 8 support, Arcanist, User-valerio.bozzolan
aklapper closed T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri as Resolved by committing rARCd47289622650: Fix PHP 8.1 "rawurlencode(null)" exception which blocks rendering a project page.
May 4 2023, 11:14 · PHP 8 support, Arcanist
valerio.bozzolan added a comment to T15335: PHP 8.1 null parameter exceptions block rendering the "Browse Projects" overlay dialog.

Maybe this is the root problem:

May 4 2023, 09:29 · Arcanist, PHP 8 support
valerio.bozzolan added a comment to T15335: PHP 8.1 null parameter exceptions block rendering the "Browse Projects" overlay dialog.

I just want to note down that this stack trace has no sense to me:

May 4 2023, 09:15 · Arcanist, PHP 8 support
aklapper closed T15338: PHP 8.1 "preg_match()" exception when pasting malformed Raw Diff into "Create Diff" as Resolved by committing rARC084303cd5f27: Fix PHP 8.1 "preg_match()" exception when pasting malformed Raw Diff into….
May 4 2023, 08:56 · Arcanist, PHP 8 support

May 3 2023

aklapper added a revision to T15338: PHP 8.1 "preg_match()" exception when pasting malformed Raw Diff into "Create Diff": D25183: Fix PHP 8.1 "preg_match()" exception when pasting malformed Raw Diff into "Create Diff".
May 3 2023, 19:51 · Arcanist, PHP 8 support
aklapper created T15338: PHP 8.1 "preg_match()" exception when pasting malformed Raw Diff into "Create Diff".
May 3 2023, 19:50 · Arcanist, PHP 8 support
aklapper added a revision to T15331: PHP 8.1 "strlen(null)" exceptions block creating a project with an empty Description field: D25176: Fix PHP 8.1 "strlen(null)" exception which blocks creating a project with an empty Description field.
May 3 2023, 17:03 · Projects, Arcanist, PHP 8 support
aklapper added a revision to T15335: PHP 8.1 null parameter exceptions block rendering the "Browse Projects" overlay dialog: D25180: Do not pass a null string to mb_convert_case() for PHP 8.1 compatibility.
May 3 2023, 14:08 · Arcanist, PHP 8 support
aklapper added a revision to T15335: PHP 8.1 null parameter exceptions block rendering the "Browse Projects" overlay dialog: D25179: Fix PHP 8.1 null parameter exceptions which block rendering the "Browse Projects" overlay dialog.
May 3 2023, 14:02 · Arcanist, PHP 8 support
aklapper created T15335: PHP 8.1 null parameter exceptions block rendering the "Browse Projects" overlay dialog.
May 3 2023, 13:59 · Arcanist, PHP 8 support
chrisnovakovic closed T15333: patch workflow can't download revisions/diffs from Differential if anonymous access is forbidden as Resolved by committing rARC12484acfc8cb: Handle ERR-INVALID-AUTH responses from Conduit in patch workflow.
May 3 2023, 13:49 · Arcanist

May 2 2023

chrisnovakovic added a revision to T15333: patch workflow can't download revisions/diffs from Differential if anonymous access is forbidden: D25178: Handle ERR-INVALID-AUTH responses from Conduit in patch workflow.
May 2 2023, 21:18 · Arcanist
chrisnovakovic claimed T15333: patch workflow can't download revisions/diffs from Differential if anonymous access is forbidden.
May 2 2023, 21:18 · Arcanist
chrisnovakovic created T15333: patch workflow can't download revisions/diffs from Differential if anonymous access is forbidden.
May 2 2023, 21:17 · Arcanist
valerio.bozzolan added a revision to T15331: PHP 8.1 "strlen(null)" exceptions block creating a project with an empty Description field: D25177: Fix PHP 8.1 "strlen(null)" exception which blocks creating a project with an empty Description field.
May 2 2023, 20:42 · Projects, Arcanist, PHP 8 support
aklapper created T15331: PHP 8.1 "strlen(null)" exceptions block creating a project with an empty Description field.
May 2 2023, 19:19 · Projects, Arcanist, PHP 8 support

May 1 2023

valerio.bozzolan removed a subtask for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): T15198: PHP 8.2 deprecations fix strategies.
May 1 2023, 15:08 · PHP 8 support, Arcanist, User-valerio.bozzolan
aklapper updated the task description for T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri.
May 1 2023, 13:59 · PHP 8 support, Arcanist
aklapper added a revision to T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri: D25164: Fix PHP 8.1 "rawurlencode(null)" exception which blocks rendering a project page.
May 1 2023, 13:28 · PHP 8 support, Arcanist

Apr 30 2023

valerio.bozzolan added a comment to T15281: $HOME missing from commands issued by ExecFuture.
In T15281#7096, @speck wrote:

Could you check the server configuration of php.ini for the value of variable_orders? This open task on phab suggests that on servers it should enforce including E causing phab's environment to be passed to sub-commands, but does not want to mess with it on users' machines.

https://secure.phabricator.com/T12071

Apr 30 2023, 22:49 · User-valerio.bozzolan, Arcanist
valerio.bozzolan renamed T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo) from Fix Arcanist in PHP 8.2 (testing the Phorge repo) to Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 30 2023, 20:40 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a subtask for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri.
Apr 30 2023, 20:40 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a parent task for T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri: T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 30 2023, 20:40 · PHP 8 support, Arcanist
valerio.bozzolan added a project to T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri: PHP 8 support.
Apr 30 2023, 20:40 · PHP 8 support, Arcanist

Apr 29 2023

valerio.bozzolan added a revision to T15281: $HOME missing from commands issued by ExecFuture: D25149: Config page: add $HOME to allow a gitconfig and help on "dubious ownership".
Apr 29 2023, 23:45 · User-valerio.bozzolan, Arcanist
valerio.bozzolan edited parent tasks for T15281: $HOME missing from commands issued by ExecFuture, added: T15299: Config page runs git commands that should have an HOME to open gitconfig correctly; removed: T15282: Fix/avoid/simplify similar fatal: detected dubious ownership in repository at '/var/www/phorge'.
Apr 29 2023, 23:32 · User-valerio.bozzolan, Arcanist
valerio.bozzolan updated the task description for T15281: $HOME missing from commands issued by ExecFuture.
Apr 29 2023, 22:54 · User-valerio.bozzolan, Arcanist
valerio.bozzolan updated the task description for T15281: $HOME missing from commands issued by ExecFuture.
Apr 29 2023, 20:26 · User-valerio.bozzolan, Arcanist
speck added a comment to T15281: $HOME missing from commands issued by ExecFuture.

Could you check the server configuration of php.ini for the value of variable_orders? This open task on phab suggests that on servers it should enforce including E causing phab's environment to be passed to sub-commands, but does not want to mess with it on users' machines.

Apr 29 2023, 13:58 · User-valerio.bozzolan, Arcanist

Apr 28 2023

valerio.bozzolan moved T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo) from Backlog to Epic on the PHP 8 support board.
Apr 28 2023, 19:24 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan moved T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies from Backlog to Epic on the PHP 8 support board.
Apr 28 2023, 19:20 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan

Apr 27 2023

valerio.bozzolan added a parent task for T15281: $HOME missing from commands issued by ExecFuture: T15282: Fix/avoid/simplify similar fatal: detected dubious ownership in repository at '/var/www/phorge'.
Apr 27 2023, 08:02 · User-valerio.bozzolan, Arcanist
valerio.bozzolan triaged T15281: $HOME missing from commands issued by ExecFuture as Normal priority.
Apr 27 2023, 07:55 · User-valerio.bozzolan, Arcanist

Apr 26 2023

aklapper renamed T15239: phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans) from phutil_nonempty_scalar() shoud never throw an exception with valid scalars (like booleans) to phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans).
Apr 26 2023, 09:55 · User-valerio.bozzolan, Arcanist
avivey closed T15124: arc-browse is broken here as Invalid.

I can no longer reproduce this, so I'm guessing it was something bad in my setup.

Apr 26 2023, 09:03 · Arcanist, phorge.it install

Apr 25 2023

aklapper closed T15260: PHP 8.1 "strlen(null)" exception in PhutilOpaqueEnvelope.php as Resolved by committing rARC82d1abd4edd1: Fix PHP 8.1 "strlen(null)" exception in PhutilOpaqueEnvelope.php.
Apr 25 2023, 13:40 · Arcanist
aklapper created T15268: Typo in English string "Lock '%s is not locked by this process!".
Apr 25 2023, 09:43 · Good Starter Task, Arcanist

Apr 21 2023

aklapper updated the task description for T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri.
Apr 21 2023, 19:53 · PHP 8 support, Arcanist
aklapper created T15263: PHP 8.1 "rawurlencode(null)" exception in phutil_escape_uri.
Apr 21 2023, 19:51 · PHP 8 support, Arcanist
aklapper added a revision to T15260: PHP 8.1 "strlen(null)" exception in PhutilOpaqueEnvelope.php : D25129: Fix PHP 8.1 "strlen(null)" exception in PhutilOpaqueEnvelope.php.
Apr 21 2023, 17:35 · Arcanist
aklapper created T15260: PHP 8.1 "strlen(null)" exception in PhutilOpaqueEnvelope.php .
Apr 21 2023, 17:32 · Arcanist

Apr 20 2023

valerio.bozzolan added a comment to T15259: arc patch broken on php 8.2 when certificate is uninstalled.

Dear @goddenrich you are now mentioned in the Change Log > 2023 Week 2 :) Thanks again

Apr 20 2023, 16:08 · PHP 8 support, Arcanist
valerio.bozzolan renamed T15259: arc patch broken on php 8.2 when certificate is uninstalled from arc patch broken on php 8.2 to arc patch broken on php 8.2 when certificate is uninstalled.
Apr 20 2023, 16:06 · PHP 8 support, Arcanist
valerio.bozzolan added a comment to T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).

Wow. Probably this can be considered resolved.

Apr 20 2023, 11:35 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 20 2023, 11:35 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich closed T15259: arc patch broken on php 8.2 when certificate is uninstalled, a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
Apr 20 2023, 10:18 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich closed T15259: arc patch broken on php 8.2 when certificate is uninstalled as Resolved by committing rARCca5f5cd1522c: Fix idx default empty string in ArcanistWorkflow.
Apr 20 2023, 10:18 · PHP 8 support, Arcanist

Apr 19 2023

valerio.bozzolan updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 19 2023, 21:08 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich added a revision to T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: D25128: Fix idx default empty string in ArcanistWorkflow.
Apr 19 2023, 17:12 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich added a revision to T15259: arc patch broken on php 8.2 when certificate is uninstalled: D25128: Fix idx default empty string in ArcanistWorkflow.
Apr 19 2023, 17:09 · PHP 8 support, Arcanist
goddenrich added a subtask for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo): T15259: arc patch broken on php 8.2 when certificate is uninstalled.
Apr 19 2023, 17:06 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich added a parent task for T15259: arc patch broken on php 8.2 when certificate is uninstalled: T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 19 2023, 17:06 · PHP 8 support, Arcanist
goddenrich created T15259: arc patch broken on php 8.2 when certificate is uninstalled.
Apr 19 2023, 17:05 · PHP 8 support, Arcanist
goddenrich closed T15257: arc lint broken on php 8.2, a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
Apr 19 2023, 16:21 · PHP 8 support, Arcanist, User-valerio.bozzolan
goddenrich closed T15257: arc lint broken on php 8.2 as Resolved by committing rARC75af13abe917: Fix early exit from getMatchSeverity on null severity.
Apr 19 2023, 16:21 · PHP 8 support, Arcanist
valerio.bozzolan added a revision to T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: D25126: Fix early exit from getMatchSeverity on null severity.
Apr 19 2023, 15:11 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan triaged T15257: arc lint broken on php 8.2 as Normal priority.
Apr 19 2023, 11:04 · PHP 8 support, Arcanist

Apr 18 2023

goddenrich added a revision to T15257: arc lint broken on php 8.2: D25126: Fix early exit from getMatchSeverity on null severity.
Apr 18 2023, 18:02 · PHP 8 support, Arcanist
valerio.bozzolan added a comment to T15257: arc lint broken on php 8.2.

I think that @goddenrich is executing a lint on a personal private project, so it's not easy for you to share the project itself, to reproduce this quickly. Isn't it?

Apr 18 2023, 15:35 · PHP 8 support, Arcanist
avivey updated the task description for T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo).
Apr 18 2023, 15:27 · PHP 8 support, Arcanist, User-valerio.bozzolan
avivey created T15257: arc lint broken on php 8.2.
Apr 18 2023, 15:26 · PHP 8 support, Arcanist
20after4 added a comment to T15096: Discuss Arcanist as a barrier to adoption of Phorge and how to address the underlying issues..

@ton welcome, glad to have your input here.

Apr 18 2023, 05:45 · Discussion Needed, Arcanist

Apr 15 2023

valerio.bozzolan moved T15239: phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans) from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 15 2023, 20:53 · User-valerio.bozzolan, Arcanist

Apr 14 2023

valerio.bozzolan added a project to T15239: phutil_nonempty_scalar() should never throw an exception with valid scalars (like booleans): User-valerio.bozzolan.
Apr 14 2023, 20:21 · User-valerio.bozzolan, Arcanist
valerio.bozzolan added a project to T15253: Commit hook is sometime broken: InvalidArgumentException: User-valerio.bozzolan.
Apr 14 2023, 20:21 · User-valerio.bozzolan, Bug Reports, Arcanist
valerio.bozzolan closed T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated", a subtask of T15187: Fix Arcanist in PHP 8.1+ (testing the Phorge repo), as Resolved.
Apr 14 2023, 20:13 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan closed T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" as Resolved by committing rARCf4a639944de4: Fix a PHP 8.1 issue related to preg_match() and null subject.
Apr 14 2023, 20:13 · PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan closed T15253: Commit hook is sometime broken: InvalidArgumentException as Resolved by committing rPa5c93dea568b: Fix InvalidArgumentException on commit hook.
Apr 14 2023, 20:09 · User-valerio.bozzolan, Bug Reports, Arcanist
valerio.bozzolan removed a parent task for T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: T15226: Fix Diviner creation in PHP 8.1: strlen(): passing null to parameter #1 is deprecated - DivinerGenerateWorkflow.php:197.
Apr 14 2023, 15:19 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
valerio.bozzolan added a parent task for T15190: PHP 8.1: strlen() and other scalar-only functions do not accept NULL anymore - understand fix strategies: T15255: Fix Diviner generation in PHP 8.
Apr 14 2023, 15:18 · Documentation, PHP 8 support, Arcanist, User-valerio.bozzolan
ton updated subscribers of T15096: Discuss Arcanist as a barrier to adoption of Phorge and how to address the underlying issues..
Apr 14 2023, 14:47 · Discussion Needed, Arcanist
valerio.bozzolan moved T15254: Fix arc patch in PHP 8.2: "preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated" from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Apr 14 2023, 14:13 · PHP 8 support, Arcanist, User-valerio.bozzolan