Skip to content

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