Skip to content

Conversation

@ajnavarro
Copy link
Contributor

@ajnavarro ajnavarro commented Jun 19, 2019

  • Add aliases to supportedLanguages slice to check also alias names.
  • Make IsSupported to check lang names in lower case.
  • Update go-mysql-server to fix some nil handling errors.
  • Fix regression query that was using DISTINCT on aggregations giving
    wrong results.

Signed-off-by: Antonio Navarro Perez [email protected]

  • I updated the documentation explaining the new behavior if any.
  • I updated CHANGELOG.md file adding the new feature or bug fix.
  • I updated go-mysql-server using make upgrade command if applicable.
  • I added or updated examples if applicable.
  • I checked that changes on schema are reflected into the documentation, if applicable.

@ajnavarro ajnavarro requested a review from a team June 19, 2019 12:20
session.go Outdated
}

for _, dm := range driverManifests {
for _, a := range dm.Aliases {

Choose a reason for hiding this comment

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

S1011: should replace loop with c.supportedLanguages = append(c.supportedLanguages, dm.Aliases...) (from gosimple)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed.

@ajnavarro ajnavarro force-pushed the fix/fix-aliases-usage-bblfsh branch 2 times, most recently from ab8ebc5 to f481e74 Compare June 19, 2019 12:35
@erizocosmico
Copy link
Contributor

CI is failing

@ajnavarro ajnavarro force-pushed the fix/fix-aliases-usage-bblfsh branch 2 times, most recently from a981170 to 912b4e9 Compare June 19, 2019 13:27
- Add aliases to supportedLanguages slice to check also alias names.
- Make IsSupported to check lang names in lower case.
- Update go-mysql-server to fix some nil handling errors.
- Fix regression query that was using DISTINCT on aggregations giving
wrong results.
- Update minimal supported bblfsh version on documentation.

Signed-off-by: Antonio Navarro Perez <[email protected]>
@ajnavarro ajnavarro force-pushed the fix/fix-aliases-usage-bblfsh branch from 912b4e9 to f3cf734 Compare June 19, 2019 14:44
Signed-off-by: Antonio Navarro Perez <[email protected]>
Signed-off-by: Antonio Navarro Perez <[email protected]>
@ajnavarro ajnavarro merged commit 46fa72a into src-d:master Jun 19, 2019
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.

4 participants