-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mismatch name experimental features #1159
Mismatch name experimental features #1159
Conversation
This reverts commit 06e18a1.
Tests/ASConfigurationTests.m
Outdated
@"exp_network_image_queue", | ||
@"exp_collection_teardown", | ||
@"exp_framesetter_cache", | ||
@"exp_skip_clear_data"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this test include a bad name (e.g __invalid_name
)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
XCTAssertEqual(expected, ASExperimentalFeaturesFromArray(names)); | ||
} | ||
|
||
- (void)testFlagMatchName | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to cover shift number must comes with names update cases.
Looks good, could you add a changelog entry? |
…h-name-experimental-features
Done |
@garrettmoon @nguyenhuy Could you guys approve the build when you have a sec? |
🚫 CI failed with log |
* fix SIMULATE_WEB_RESPONSE not imported TextureGroup#449 * Fix to make rangeMode update in right time * remove uncessary assert * Fix collection cell editing bug for iOS 9 & 10 * Revert "Fix collection cell editing bug for iOS 9 & 10" This reverts commit 06e18a1. * fix mismatch of name array and experimental features * add more tests * remove nslog * add change log * fix tests
No description provided.