Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Quickfix prototype in Github

Hey Jay,

this is awesome, I also saw your pull request. I will take a look and merge that into master during the next days.

Cheers,
-Martin



> I have pushed the quick fix prototype into my github fork. Things are in better shape than when I spoke about this last time. However, there is still 
> one kind of quick fix that is available as of now: "Remove invalid modifiers". 
> 
> https://github.com/jarthana/flux 
> 
> To try out you can use a code like this: 
> 
> package p;
> 
> public class  Main {
> 
>                 abstract int invalid = 0;
>                 public static void main(String[] args) {
>                                  private class LocalType {
>                                  }
>                 }
> } 
> 
> The Orion part and some of the Flux Javascript changes are already in. So, things should work with latest Orion and Flux. 
> 
> Regards, 
> Jay_______________________________________________
> flux-dev mailing list
> flux-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/flux-dev



Back to the top