-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
panic: Any { .. }
when including deps files on a Makefile
#150
Comments
@Sigmanificient
|
Hi, here is some details that might help you: Asking for version & help works fine
Running on a directory without Makefile opens an empty GUI Running with Running on a directory with a Makefile causes instant crash.
Although still panicking on exit. Here is my project Makefile: |
panic: Any { .. }
on non-trivial Makefile?
It seems that removing the 2 last lines make it works again
These lines correspond to headers dependencies defined above:
Here is an example of a
Their purposes are to watch for a header change to recompile the C file that uses the modified header |
panic: Any { .. }
on non-trivial Makefile?panic: Any { .. }
when including deps files on a Makefile
Ahh! I see! I will fix this problem. Thank you for your input and take time for this! |
Those files might not exist before the run by the user, as for the |
As a short time measure, I'll fix this to ignore a makefile that can not be found and |
If you want to challenge yourself, feel free to check out the Makefile featured in this project. It imports a list of sub-makefiles from a variable with make preprocessor and eval along a global helper makefile, |
Thanks! |
Not sure how to help with this issue but running fzf-make causes a panic:
The text was updated successfully, but these errors were encountered: