Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Auto-coerce top-level results and concat arguments to strings #12892

Merged
merged 3 commits into from Sep 19, 2018

Conversation

jfirebaugh
Copy link
Contributor

Native counterpart to mapbox/mapbox-gl-js#7280.

@@ -52,6 +52,12 @@ class Scope {

} // namespace detail

enum class TypeAnnotationOption {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we include a comment here describing how these are used? The part that I think is confusing is that there's kind of a fourth option (nullopt) which I think means something like "coerce or assert depending on expected type".

@ChrisLoer ChrisLoer self-assigned this Sep 17, 2018
@friedbunny friedbunny added the Core The cross-platform C++ core, aka mbgl label Sep 18, 2018
Copy link
Contributor

@ChrisLoer ChrisLoer left a comment

Choose a reason for hiding this comment

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

I'm going to approve this even though I made some small final changes just to bump the GL JS pin.

cc @mollymerp @samanpwbb

@ChrisLoer ChrisLoer added needs changelog Indicates PR needs a changelog entry prior to merging. and removed needs changelog Indicates PR needs a changelog entry prior to merging. labels Sep 18, 2018
@ChrisLoer ChrisLoer merged commit ab8b6b7 into master Sep 19, 2018
@ChrisLoer ChrisLoer deleted the concat-to-string branch September 19, 2018 22:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Core The cross-platform C++ core, aka mbgl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants