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

Update fluent.runtime for fluent.syntax 0.10 #88

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    82f985f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. resolver - store attributes in _messages_and_terms dict

    This has the result of performance optimization in a number of places,
    because we don't need to traverse attributes each time (with probably a very
    small startup cost), and simplifying quite a bit of logic.
    
    Also, tests for the corner cases found by looking at code coverage for the
    changes, and cleanups of places that were handling message IDs
    spookylukey committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    b8aa39d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628ea31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59292d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Configuration menu
    Copy the full SHA
    9914930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cbb488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30eb856 View commit details
    Browse the repository at this point in the history