-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wat no longer working #1
Comments
Hi thanks for the report. It's almost definitely due to the update in pacman, since wat is directly tied to the format of the lines in the log, which I'm sure they don't worry about for backwards compatibility. If you're interested in contributing, you could take the following steps:
If not, I'll take a look at this some time this week. |
Thanks for the guidance. I will try my best! :) |
I just upgraded to the new pacman, there doesn't seem to be an appreciable change to the log. I have (in my ~1 day of experience with wat) seen the above printed out at various points. If you perform a system upgrade and there are no results, then wat (correctly) shows an empty set of changes. I think the only change to the log file is the label of "installed" events, which is now [ALPM] instead of [PACMAN]. This shouldn't matter to wat, as the regex only looks at the message and not the label. |
Hey, you are totally right! Now, I also performed an actual upgrade and the output is as desired:
So indeed, I think nothing needs to be changed here. :) Sorry for bothering, Robert |
Finally I realised where the culprit was: I use it to update my AUR packages. Thus I was wondering why |
Because they most likely invoke
Yes and no. The solution would be show also any At this time, I don't think I want to add that. |
Closing this. Feel free to plead your case in #2 if you feel strongly. |
Interesting viewpoint. I didn't realize installed vs upgraded was so I can update #2 to be optional (wat -i?)
|
Hi @pbrisbin,
Just discovered that wat is no longer working:
This is all I get. Does it have to do with the recent upgrade of pacman 4.2?
Thanks!
Robert
The text was updated successfully, but these errors were encountered: