Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Remove deprecated set constructor #18

Merged
merged 1 commit into from
Sep 13, 2017
Merged

Conversation

vladmos
Copy link
Member

@vladmos vladmos commented Sep 13, 2017

The set constructor in Skylark is deprecated and will be removed soon in favor of depset Furthermore, depsets will become non-iterable in the future, the recommended way for deduplicating lists is by using dicts: {k: None for k in iterable}.keys().

@vladmos vladmos closed this Sep 13, 2017
@vladmos vladmos reopened this Sep 13, 2017
@vladmos
Copy link
Member Author

vladmos commented Sep 13, 2017

Looks like Travis tests are misconfigured:

$ docker login -u _json_key -p "${GOOGLE_JSON_KEY}" https://us.gcr.io
Password: 
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.

Tests pass locally and on our Jenkins.

@mattmoor mattmoor merged commit 42862f5 into bazelbuild:master Sep 13, 2017
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.

None yet

2 participants