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

When returning a SyntaxReference, also return the SyntaxSet that contains it #1776

Merged
merged 2 commits into from
Aug 8, 2021

Commits on Aug 3, 2021

  1. When returning a SyntaxReference, also return the SyntaxSet that cont…

    …ains it
    
    To improve startup performance, we will later load smaller `SyntaxSet`s instead
    of one giant one. However, the current API assumes only one `SyntaxSet` is ever used,
    and that that implicitly is the `SyntaxSet` from which returned `SyntaxReference`s
    comes.
    
    This change changes the API to reflect that `SyntaxSet` and `SyntaxReference`
    are tightly coupled, and enables the use of several `SyntaxSet`.
    Enselic committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    cfa911b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

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