alfsb

Results 106 comments of alfsb

I think I confirmed it. Besides the checkout being made from `refs/remotes/pull/217/merge`, that implies that some merging being done, and docs mentioning [merge commits](https://github.com/marketplace/actions/checkout#Checkout-pull-request-HEAD-commit-instead-of-merge-commit), after *others* PRs are merged, this...

Sorry for the noise. I think this may be a hard problem to solve, as `actions/checkout@v4` uses a refspec that generates a detached HEAD state, which makes it harder to...

An old teste generated: ` HEAD is now at 478a8242 Merge c496e97c7b89e491b6b5d2179441ff9dba4cf13a into 07b48068fa77eebcb6c1e2788c9a8026fa1bfcae` All tests pass. Running test same test after merge 218: ` HEAD is now at 478a8242...

> > Yet, GitHub CI tests are not blocked or discarded on non-rebased PRs. > > This is configurable per repository. That's good to hear. What is the name of...

> There is also another setting that just suggests updating the branch if it is outdated: This appears to be a nice option. But do you know if it: -...

I was hoping to block new CI runs on outdated branches, and possibly invalidate old CI runs of outdated branchs.

Closing without merge, as https://github.com/php/doc-base/pull/226 is about to supersede this anyways. The only note is that the `fetch-depth: 0` / `git merge --no-ff --no-commit origin/master` trick can avoid generating or...

I put an small support for this on PR 183. Entities can be moved to an [`remove.ent`](https://github.com/php/doc-base/pull/183/files#diff-1611e343e8c176020295cf45ffbd9c767e9deebe6e507209f7e3873a64a5241bR118) file, that keeps generating entity (so translations do not break), and starts generating...

There are a dozen warnings issued by `doc-base/script/broken.php` on `doc-it`. The build system is known to misbehave in this case. These warnings are "easy" to fix, and *may* fix the...

The error around line 624k is XPointer related. Commenting out the cases on function `xinclude_residual()`, generates: ``` Running XInclude/XPointer... 0 1 0 done. Performed 11 XIncludes. Unknown parent of failed...