-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phpdocumentor: update and fix hash #372987
Conversation
37ee298
to
83de556
Compare
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-372987-to-release-24.11 origin/release-24.11
cd .worktree/backport-372987-to-release-24.11
git switch --create backport-372987-to-release-24.11
git cherry-pick -x 83de55619abae02470fb06d54006dc549056baba |
1 similar comment
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-24.11
git worktree add -d .worktree/backport-372987-to-release-24.11 origin/release-24.11
cd .worktree/backport-372987-to-release-24.11
git switch --create backport-372987-to-release-24.11
git cherry-pick -x 83de55619abae02470fb06d54006dc549056baba |
@drupol I reckon we still have the problem :( I just run phpdocumentor from local master and get different hash:
|
This is critical.... I wish I could run diffoscope on both outputs to find out the differences. Do you have a clue on how we could do that ? |
@drupol unfortunately at the moment I don't. I checked other packages we have and so far this one is the only one breaking... |
I wasn't able to reproduce the issue. Are you sure that you're using the Composer with the patch? I can see that it is only available on Here's my complete terminal log:
Let me know if you have the same result. |
I run |
Can you try the reproducer there and see if you have the same result as mine? |
On freshly cloned phpDocumentor repo:
Output of diff:
|
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.