Vicent Martí

Results 11 issues of Vicent Martí

Allan, Here's a small proposal to fix a (non-critical) issue we found while deploying TextMate grammars to production. As you obviously know (since you designed the format, haha), `include` rules...

The following is a detailed list of all the outstanding issues in the grammars that GitHub.com uses for syntax highlighting the code in our website. These issues are detected by...

Help Wanted

## Description Found this while working on some internal stuff. The `evalengine` does not properly handle mismatched numeric types because we were not properly normalizing. E.g. an UINT8(0) would fail...

Type: Bug
Component: Evalengine
Backport to: release-14.0
Backport to: release-13.0

## Description It's a brave new world out there! After a lot of research, this is the main refactoring I believe we can make in the codebase to introduce generics...

Type: Internal Cleanup
Component: Query Serving
Do Not Merge
Stale

The last major shortcoming of the evaluation engine are the many built-in SQL functions that ship with MySQL and which we currently do not support. Since adding support for these...

Component: Query Serving
Gsoc

Here's an interesting bug that I found. For a SQL query like: ```sql SELECT t1.name, CAST(SUM(b.dec) AS DECIMAL(20,6)) AS dec FROM t2 as b LEFT JOIN t1 ON b.exid =...

As discussed in https://github.com/dolthub/go-mysql-server/pull/1476#issuecomment-1352731490 -- The result type for `SUM` aggregations in `go-mysql-server` does not match MySQL's. Even though the actual `SumBuffer` that performs the computation internally uses either `float64`...

WIP branch for a potential optimization. Will document once I can run some benchmarks ## Description ## Related Issue(s) ## Checklist - [ ] "Backport to:" labels have been added...

Component: Query Serving
Type: Performance
Stale

Hey everyone, As you probably have noticed (har har har har) I don't have time to maintain Redcarpet anymore. It's not a priority for me (I find Markdown thoroughly boring)...

## Description First step towards fixing https://github.com/vitessio/vitess/issues/16015. In this PR I've cleaned up to `Atof` routines, the internal `strhash` and the memory size calculator. The only remaining `linkname` usage in...

Type: Internal Cleanup
Component: Build/CI