You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to find a workaround by trying to write a $(call trace,...) function that can be inserted in a nested expansion, similar to trace functions in functional programming languages; it prints the value it is passed and then returns it; but I'm not very good at make programming yet.
Related to #123 ,
I want to debug the following Makefile;
the make-dirs call expands to nothing:
I've skimmed through the manual earlier and looked through the in-REPL documentation, maybe I'm missing something but
Are there any existing solutions to these, or are there features that could be implemented?
The text was updated successfully, but these errors were encountered: