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

Validate platform selectors against string sets #696

Merged
merged 2 commits into from
Oct 10, 2017

Conversation

nex3
Copy link
Member

@nex3 nex3 commented Oct 10, 2017

This makes it easier to add platforms that extend existing platforms
without running into serialization headaches. It also cleans up the
Declarer API and means we're sending less redundant data between
isolates.

See #391

This makes it easier to add platforms that extend existing platforms
without running into serialization headaches. It also cleans up the
Declarer API and means we're sending less redundant data between
isolates.
@@ -11,6 +11,7 @@ import 'test_platform.dart';
/// The set of statically-known valid variable names.
final _validVariables =
Copy link
Member

Choose a reason for hiding this comment

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

I'm thinking we should change this variable name since we now pass a validVariables argument in validate. Maybe _staticValidVariables?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@nex3 nex3 merged commit 7154a85 into feature.flexible-test-platforms Oct 10, 2017
@nex3 nex3 deleted the validate-platform-string branch October 10, 2017 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants