cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 160 forks source link

header missing for default method accessing superclass enum #530 #531

Closed jmstark closed 5 years ago

jmstark commented 5 years ago

I pushed a fix that so far works for my code but I suspect that the header inclusion should happen at another place or that it might not work for all cases.

530

lgrignon commented 5 years ago

Unit tests are apparently failing :/ Did you run all of them locally?

lgrignon commented 5 years ago

It seems to be a problem on Travis side, I will try again later. https://travis-ci.org/cincheo/jsweet/builds/548217908?utm_source=github_status

Thank you very much for submitting this.

lgrignon commented 5 years ago

Could you please update from develop branch? I fixed the Travis build problem

jmstark commented 5 years ago

Thanks, I merged develop from upstream. Looks like it passed.

lgrignon commented 5 years ago

Thanks!