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

src: retrieve binding data from the context #33139

Closed
wants to merge 5 commits into from

Commits on May 5, 2020

  1. src: retrieve binding data from the context

    Instead of passing them through the data bound to function
    templates, store references to them in a list embedded inside
    the context, and store the integer index
    (which is context-independent) in the function template data.
    This makes the function templates more context-independent,
    and makes it possible to embed binding data in non-main contexts.
    joyeecheung authored and addaleax committed May 5, 2020
    Configuration menu
    Copy the full SHA
    de409d8 View commit details
    Browse the repository at this point in the history
  2. squash! src: retrieve binding data from the context

    Co-authored-by: Anna Henningsen <anna@addaleax.net>
    addaleax committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a3e1371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff3173 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    0c4bd7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f878946 View commit details
    Browse the repository at this point in the history