Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Add Travis CI build status to the README.#2

Merged
trotterdylan merged 1 commit intogoogle:masterfrom
ryankennedy:master
Jan 4, 2017
Merged

Add Travis CI build status to the README.#2
trotterdylan merged 1 commit intogoogle:masterfrom
ryankennedy:master

Conversation

@ryankennedy
Copy link
Copy Markdown

No description provided.

@trotterdylan trotterdylan merged commit b462885 into google:master Jan 4, 2017
trotterdylan added a commit to trotterdylan/grumpy that referenced this pull request Jul 10, 2017
This implements option google#2 in:
google#287

Basically, importing of packages corresponding to Python modules now
does not happen in the generated code for the module. Instead, these
imports only happen in the main Go package.

This simplifies grumpc, since it does not need to track imports for
the Python modules it imports. That work is now done in grumprun, which
determines the transitive dependencies and imports all those packages in
the generated main Go file.
trotterdylan added a commit to trotterdylan/grumpy that referenced this pull request Jul 10, 2017
This implements option google#2 in:
google#287

Basically, importing of packages corresponding to Python modules now
does not happen in the generated code for the module. Instead, these
imports only happen in the main Go package.

This simplifies grumpc, since it does not need to track imports for
the Python modules it imports. That work is now done in grumprun, which
determines the transitive dependencies and imports all those packages in
the generated main Go file.
trotterdylan added a commit that referenced this pull request Jul 10, 2017
This implements option #2 in:
#287

Basically, importing of packages corresponding to Python modules now
does not happen in the generated code for the module. Instead, these
imports only happen in the main Go package.

This simplifies grumpc, since it does not need to track imports for
the Python modules it imports. That work is now done in grumprun, which
determines the transitive dependencies and imports all those packages in
the generated main Go file.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants