pharo-vcs / iceberg

Iceberg is the main toolset for handling VCS in Pharo.
MIT License
134 stars 85 forks source link

Update users of IceTipStandardAction to use #newXAction + #executeWithContext: pattern (fixes #1779) #1781

Closed daniels220 closed 10 months ago

daniels220 commented 11 months ago

Fixes nil DNU #application errors for package reload/remove/unload, tag delete, and method version load (fixes #1779).

Ducasse commented 11 months ago

Thanks for the PR.

guillep commented 10 months ago

Thanks!

guillep commented 10 months ago

Oh there are conflicts, I'll push them to the end of the queue

guillep commented 10 months ago

Hi @daniels220 I resolved the conflict locally but it seems you did not give rights to push to your branch so I cannot fix it :)

daniels220 commented 10 months ago

Ah, I didn't realize you were going to resolve them, so I went ahead and did so. No actual conflicts—doing a back-merge in Iceberg didn't flag anything—just Git not being very syntax-aware.

guillep commented 10 months ago

Ah, I didn't realize you were going to resolve them, so I went ahead and did so. No actual conflicts—doing a back-merge in Iceberg didn't flag anything—just Git not being very syntax-aware.

Sure no problem!

Thanks again!