Skip to content
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

Try harder to keep update cached recipe #2264

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2019

  1. Move button defs and insertion to el-get-core

    The button types for install, update, and remove now use `el-get-pkg-op'
    as their supertype, instead of `help-xref'; the buttons for jumping to
    recipe file, and install directory use `el-get-file-jump'.  Since these
    buttons don't actually affect the *Help* buffer, the xref functionality
    was not useful.
    
    Rename `el-get-describe-princ-button' -> `el-get-fmt-button'.  Instead
    of requiring a regex to pick out the button label from its surrounding
    text, pass the a format string and label directly.  It returns the
    button to be inserted in the buffer, rather than inserting it directly.
    Note that `princ'ing buttons does not work because princ doesn't pass
    through string properties; simply change all princ to insert.
    npostavs committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    9afe14f View commit details
    Browse the repository at this point in the history
  2. Always update safe props into status.el file

    Never throw an error about not updated properties, just warn about them.
    npostavs committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    72be104 View commit details
    Browse the repository at this point in the history
  3. Add buttons to warning for update cached recipes

    Also, allow prefix arguments to el-get-merge-properties-into-status to
    specify updating as if doing update or reinstall operations.
    npostavs committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    340c71d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c158e2c View commit details
    Browse the repository at this point in the history