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

Remove let and var macros now that we're all-C++ #1312

Merged
merged 4 commits into from
Jan 17, 2019
Merged

Conversation

Adlai-Holler
Copy link
Member

Not only are these a little icky but the label "var" is used in Abseil header functions which causes it to choke when imported after Texture.

@@ -1551,7 +1551,7 @@ - (BOOL)collectionView:(UICollectionView *)collectionView canMoveItemAtIndexPath
return NO;
}

// If the data source implements canMoveItem, const auto them decide.
// If the data source implements canMoveItem, let them decide.
Copy link
Member

@nguyenhuy nguyenhuy Jan 11, 2019

Choose a reason for hiding this comment

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

“constant auto them decide” makes a good joke though lol

@Adlai-Holler
Copy link
Member Author

Could someone const auto @garrettmoon know the CI is in trouble?

@nguyenhuy
Copy link
Member

Done. Might take until early next week for him/Ricky to kick the machine though.

@ghost
Copy link

ghost commented Jan 17, 2019

🚫 CI failed with log

@ghost
Copy link

ghost commented Jan 17, 2019

🚫 CI failed with log

@ghost
Copy link

ghost commented Jan 17, 2019

🚫 CI failed with log

@Adlai-Holler Adlai-Holler merged commit 2a4b77b into master Jan 17, 2019
@Adlai-Holler Adlai-Holler deleted the AHRemoveLetVar branch January 17, 2019 18:16
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.

None yet

3 participants