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

ui: depend on babel-polyfill #27145

Merged
merged 1 commit into from
Jul 9, 2018
Merged

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Jul 4, 2018

babel-polyfill is the standard means of importing the necessary set of
polyfills for the configured babel preset. We were previously forced to
manually importing the polyfills we needed because the combination of
Node 6, JSDom, and babel-polyfill was broken. Since we're no longer
using JSDom (see 7e89701), we can use babel-polyfill.

Release note: None

@benesch benesch requested review from vilterp, couchand and a team July 4, 2018 03:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

babel-polyfill is the standard means of importing the necessary set of
polyfills for the configured babel preset. We were previously forced to
manually importing the polyfills we needed because the combination of
Node 6, JSDom, and babel-polyfill was broken. Since we're no longer
using JSDom (see 7e89701), we can use babel-polyfill.

Release note: None
Copy link
Contributor

@couchand couchand left a comment

Choose a reason for hiding this comment

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

Thanks!

@benesch
Copy link
Contributor Author

benesch commented Jul 9, 2018

Of course! Trying to cut down on the number of TODOs with my name on them. :) TFTR!

bors r=couchand

craig bot pushed a commit that referenced this pull request Jul 9, 2018
27110: opt: add support for reverse scans r=madhavsuresh a=madhavsuresh

The optimizer does not generate plans which include reverse scans.
This PR adds support logical support for reverse scans.

Release note: None

27145: ui: depend on babel-polyfill r=couchand a=benesch

babel-polyfill is the standard means of importing the necessary set of
polyfills for the configured babel preset. We were previously forced to
manually importing the polyfills we needed because the combination of
Node 6, JSDom, and babel-polyfill was broken. Since we're no longer
using JSDom (see 7e89701), we can use babel-polyfill.

Release note: None

27204: sql/parser: unreserve VIEW r=knz a=knz

Found while looking at #26993.

VIEW does not need to be a reserved keyword. In fact, it sounds
innocuous enough for users to want to use it as a column name. So make
it an unreserved keyword.

Release note (sql change): CockroachDB now allows clients to use the
word `view` as identifier like in PostgreSQL.

Co-authored-by: madhavsuresh <[email protected]>
Co-authored-by: Nikhil Benesch <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
@craig
Copy link
Contributor

craig bot commented Jul 9, 2018

Build succeeded

@craig craig bot merged commit ce57a22 into cockroachdb:master Jul 9, 2018
@benesch benesch deleted the babel-polyfill branch July 10, 2018 14:30
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.

3 participants