Skip to content

procs: bump to 0.14.12#30016

Merged
BKPepe merged 1 commit into
openwrt:masterfrom
FacundoAcevedo:procs-v0.14.12
Jul 20, 2026
Merged

procs: bump to 0.14.12#30016
BKPepe merged 1 commit into
openwrt:masterfrom
FacundoAcevedo:procs-v0.14.12

Conversation

@FacundoAcevedo

Copy link
Copy Markdown
Contributor

Updated procs package to 0.14.12

📦 Package Details

Maintainer: @FacundoAcevedo
(You can find this by checking the history of the package Makefile.)

Description:
Updates packages to v0.14.12


🧪 Run Testing Details

  • OpenWrt Version:
  • OpenWrt Target/Subtarget:
  • OpenWrt Device:

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.

nonnumeric_search = false
align = "Left"

[[columns]]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was removed, but in the commit itself there is no mention about this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added a better description to the commit

@openwrt-ai openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit checks

  • 8d3ce09 "procs: bump to 0.14.12" — the message describes only a version bump, but the commit also removes a substantial amount of procs.toml configuration (a MultiSlot column, several [display] options, case, theme, and the [pager] detect_width/use_builtin keys) and changes the pager mode. None of that is mentioned in the message. Please document the config changes (and the reasoning) in the commit body — a maintainer already raised the same point inline. The body is also just a repeat of the subject line; use it to give context instead.

Generated by Claude Code

Comment thread utils/procs/files/etc/procs/procs.toml Outdated
detect_width = false
use_builtin = false

mode = "Auto"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pager mode changes from "Disable" to "Auto". The removed line carried an OpenWrt-specific reason for disabling it: BusyBox less (the default on OpenWrt) does not support the -SR flags procs passes, and paging was intentionally disabled unless the full less package is installed. With "Auto", procs will invoke the pager on a stock install and paged output may break. Was this switch intentional / tested on a target with BusyBox less, or should it stay "Disable"? If intentional, please call it out in the commit message.


Generated by Claude Code

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pushed a fix, it has to be kept as Disabled

@openwrt-ai openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit checks

  • 238b84a "procs: bump to 0.14.12" — the pager mode = "Disable" is now a deliberate OpenWrt-specific override (as the new inline comment explains), but the body still says the config was updated "to match default config file from upstream." Consider noting this intentional deviation in the message so it doesn't read as plain upstream parity. Thanks for restoring Disable — my earlier pager concern is resolved.

Generated by Claude Code

Comment thread utils/procs/files/etc/procs/procs.toml Outdated
@@ -133,6 +118,3 @@ path = "unix:///var/run/docker.sock"

[pager]
mode = "Disable" # OpenWrt's less doen't support the flags '-SR', if needed install the full less pacakge

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: two typos in this comment — doen'tdoesn't and pacakgepackage.

Suggested change
mode = "Disable" # OpenWrt's less doen't support the flags '-SR', if needed install the full less pacakge
mode = "Disable" # OpenWrt's less doesn't support the flags '-SR', if needed install the full less package

Generated by Claude Code

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed the comment to a more assertive one

Updated procs package to 0.14.12
Updated procs.toml (config file) to match  default config file from upstream

Signed-off-by: Facundo Acevedo <facevedo@disroot.org>

@openwrt-ai openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 new commit; no new issues found.


Generated by Claude Code

@BKPepe
BKPepe merged commit 0d0e892 into openwrt:master Jul 20, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants