-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp-flowtype is not working for me. Not finding errors. Long running time. #48
Comments
+1 |
@saginadir what does your replacement gulp task look like? |
@faceyspacey Here it is:
It's es6 Notice I am running |
@saginadir thanks brother! |
The same is happening to me, I have the setup from this tutorial |
It's my first time using gulp and flow, but I will try to find the issue, as this weekend my wife is out, so I'll bring the party home 🍺 👊 🍻 |
I have opened a PR to solve that. Basically the application was ignoring all stderr outputs and understanding no outputs as a no errors check. |
@alexxmde Gotcha Alex :) nice find. This library seems unmaintained for several years, and it has it's reasons
But still nice catch :) brings me peace to know it's solved. |
Hi all, @saginadir lists the exact reasons for why I stopped maintaining this project along with being unable to keep up with Flow API changes (I hacked this module together the night that Flow was released 😅, a lot has changed). I appreciate the contribution @alexxmde, I'll check out your PR. Cheers, |
Seems to be a problem in the executable flow file that is located in |
I am not sure why, when I use gulp-typeflow it takes 12s to run the code and it finds 0 erros, while running "flow" command finds errors missed by gulp-typeflow.
I've replaced gulp meanwhile to work with regular 'flow' cmd command which works with the .flowconfig settings
Previous flow task ( with gulp-flowtype )
Output:
...
✔ Flow has found 0 errors
[12:22:05] Finished 'flowtypeSrc' after 11 s
...
Actually fails to find erros... and runs 11 seconds.
My current flow task:
Output:
...
Found 1 error
[12:14:17] Finished 'flowtypeSrc' after 308 ms
...
I hope to contribute when I get the time, meanwhile this is a valid solution for others with the same problem.
The text was updated successfully, but these errors were encountered: