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

Fix repr and hy-repr for f-strings #2053

Merged
merged 6 commits into from
May 8, 2021

Commits on May 5, 2021

  1. Small docs update for f-strings

    We no longer support Pythons too old to have f-strings.
    Kodiologist committed May 5, 2021
    Configuration menu
    Copy the full SHA
    abb1121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da9c68 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    e67666d View commit details
    Browse the repository at this point in the history
  2. Register hy.models.FString with hy-repr

    Co-authored-by: Peter <appa@gmx.co.uk>
    Kodiologist and peaceamongworlds committed May 6, 2021
    Configuration menu
    Copy the full SHA
    dfa9e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b207c9e View commit details
    Browse the repository at this point in the history
  4. Add an f-string test

    This checks a regression caused by a previous version of a previous commit.
    Kodiologist committed May 6, 2021
    Configuration menu
    Copy the full SHA
    797835b View commit details
    Browse the repository at this point in the history