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

Add GoContext #1140

Merged
merged 2 commits into from
Dec 15, 2017
Merged

Add GoContext #1140

merged 2 commits into from
Dec 15, 2017

Commits on Dec 15, 2017

  1. Add GoContext

    This collects up all dependancies that were on the toolchain, but shoudld be in
    target configuration (rather than host) and migrates them to a common
    go_context_data dependancy.
    It then adds a GoContext object, that holds the toolchain, build mode, standard
    library and all mode specific attributes. go_context(ctx) will build one of
    these and prepare to use it.
    This simplifies a lot of the logic in the rules, and helps enforce the isolation
    of action methods from ctx attributes.
    ianthehat committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    ee427d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201df70 View commit details
    Browse the repository at this point in the history