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

Add a :print-fallback key to *options* to fall back on pr-str #18

Merged
merged 3 commits into from
Feb 27, 2015
Merged

Add a :print-fallback key to *options* to fall back on pr-str #18

merged 3 commits into from
Feb 27, 2015

Commits on Feb 27, 2015

  1. Add a :print-fallback key to *options* to fall back on pr-str

    This commit adds a `:print-fallback` key (default false) to the
    puget.printer/*options* map. Setting the value to true will cause Puget
    to fall back on an object's `pr-str` value rather than printing its
    class information.
    David Jarvis committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    a1da466 View commit details
    Browse the repository at this point in the history
  2. Switching to case from if

    This moves `:print-fallback` from being a simple boolean to taking a
    keyword value, which is checked as part of a case statement in
    `unknown-document`
    David Jarvis committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    bcef0b4 View commit details
    Browse the repository at this point in the history
  3. Cleanup - typo and backticks

    David Jarvis committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    71457e5 View commit details
    Browse the repository at this point in the history