10:48
<nicolo-ribaudo>

It seems like html-build/build.sh --docker is not working anymore:

 => ERROR [stage-1 5/6] RUN pipx install bs-highlighter                                            2.8s
------                                                                                                  
 > [stage-1 5/6] RUN pipx install bs-highlighter:                                                       
0.170 creating virtual environment...
0.193 creating shared libraries...
1.262 upgrading shared libraries...
1.992 installing bs-highlighter...
2.737 Fatal error from pip prevented installation. Full pip output in file:
2.737     /opt/pipx/logs/cmd_2026-08-04_10.43.42_pip_errors.log
2.737 
2.737 pip seemed to fail to build package:
2.737     'bs-highlighter'
2.737 
2.737 Some possibly relevant errors from pip install:
2.737     error: subprocess-exited-with-error
2.737     FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
2.737     ERROR: Failed to build 'bs-highlighter' when getting requirements to build wheel
2.738 Error installing bs-highlighter.
2.738 
------

TabAtkins I see that there is a bs-highlighter release from a few days ago, could it have caused issues?

10:50
<TabAtkins>
Yes new release is slightly breaking, I brought up exactly how it breaks in รพอค issue Sam raised
10:51
<TabAtkins>
That's why it's 3.x, lol
10:52
<nicolo-ribaudo>
Well, "pipx install bs-highlighter doesn't work anymore" seems enough of an error that I asumed it was not an intended breaking change :P If it's intended I'll just pin to v2
10:52
<TabAtkins>
Oh, I see hm
10:53
<TabAtkins>
Let me test on a bit
10:54
<TabAtkins>
I'm minuting rn
10:54
<nicolo-ribaudo>
No rush, pinning to 2.0.3 is a good enough workaround for me
10:54
<TabAtkins>
Yes
18:22
<Noam Rosenthal>
If anyone is interested, I'm playing around with the new "stacked PR" feature of github and it seems kind of nice for HTML PRs. (See https://github.com/whatwg/html/pull/12583, scroll to the bottom and you can see the stack) I wonder if it can help with reviewing/contributing.
18:22
<Tim van der Lippe>
zcorpan: Do you mind taking a look at https://github.com/whatwg/html/pull/12630 ?
18:22
<Noam Rosenthal>
(https://docs.github.com/en/pull-requests/how-tos/stacked-pull-requests)
19:19
<jmdyck>
I don't really get how a stack of discrete pull requests is better than a stack of discrete commits within one pull request.
19:24
<Noam Rosenthal>
Each PR has its own conversations and review, I don't think you get that per commit?
19:25
<jmdyck>
Ah okay, that makes sense.