Louis Grignon

Results 13 issues of Louis Grignon

JSweet (2.4) now includes a nice statistics reporting option. It would be great to include a performance breakdown by adapter in order to better identify where to optimize. One way...

feature request

If super.equals is called from equals itself, it generates an infinite loop ```java @Override public boolean equals(Object obj) { return super.equals(obj); } ``` will transpile to ```typescript XXX.prototype.equals = function...

bug

JSweet 3 now supports Java 11 syntax, but we always want the latest syntax supported

feature request

Source map line numbers are incorrect (line 203 maps to line 78 instead of 80). Probably due to Processing JSweet factory's generated code Generated project: [Transpile_e95ed55d-34cd-4692-82e2-68443487a510.zip](https://github.com/cincheo/jsweet/files/2083377/Transpile_e95ed55d-34cd-4692-82e2-68443487a510.zip)

It seems impossible to use both global wildcard and date filter in query: > λ tsd query \* --date ">=2015-09-01" > [ERR!] cwd : P:\PROJECTS.JSweet\jsweet-def-translators > [ERR!] os : Windows_NT...

bug

> λ tsd query jquery/jquery --history returns entries until > 1d6c12 | 2015-08-25 01:06 | Daniel Rosenwasser @ DanielRosenwasser > | Removed inappropriate overloads in 'jquery.gridster' and 'royalslider', fixed JQuery...

bug