Skip to content

playground: Fix build error. #40

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

Merged
merged 2 commits into from
Feb 21, 2016
Merged

playground: Fix build error. #40

merged 2 commits into from
Feb 21, 2016

Conversation

dmitshur
Copy link
Member

Needed after compiler.NewImportContext was removed in gopherjs/gopherjs@76dd0e0.

Needed after compiler.NewImportContext was removed in
gopherjs/gopherjs@76dd0e0.
return &compiler.Archive{}, nil
})
importContext := &compiler.ImportContext{
Packages: map[string]*types.Package{"unsafe": types.Unsafe},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The unsafe entry should be unnecessary since my latest commit gopherjs/gopherjs@f8510c9

@neelance
Copy link
Member

LGTM

@dmitshur dmitshur merged commit 2068927 into master Feb 21, 2016
@dmitshur dmitshur deleted the fix-playground-build-error branch February 21, 2016 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants