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

Pass pacakge names internally as symbols #658

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

Commits on Mar 10, 2012

  1. Prevent package names from being passed internally as strings.

    Assertions have been added to many functions that take packages or
    lists of packages to enforce this.
    
    by itself, this breaks el-get horribly, because other functions must
    also be modified not to pass strings when they call these functions.
    DarwinAwardWinner committed Mar 10, 2012
    Configuration menu
    Copy the full SHA
    8f73fc0 View commit details
    Browse the repository at this point in the history
  2. Pass pacakge names internally as symbols

    The function "el-get-as-symbol" is only used in interactive functions
    that accept user input. All other functions assume packages are passed
    and returned as symbols.
    DarwinAwardWinner committed Mar 10, 2012
    Configuration menu
    Copy the full SHA
    7276974 View commit details
    Browse the repository at this point in the history