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

Parsing of units from strings #298

Merged
merged 3 commits into from
Jan 25, 2020
Merged

Commits on Jan 17, 2020

  1. Parsing of units from strings

    Generalize the handling of `@u_str` and the unit extension module
    context to allow the same machinery to be used for a new `parseunit`
    function which does the same thing at runtime.
    
    Fixes PainterQubits#272 as a side effect of generalizing `@u_str`.
    c42f committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    1bb6058 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Rename parseunits -> uparse

    Also add a test for PainterQubits#727
    c42f committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    7810728 View commit details
    Browse the repository at this point in the history
  2. Make unit_context a keyword

    c42f committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6561a3b View commit details
    Browse the repository at this point in the history