Need help fixing eudoc creole
- Posted by jcmarsh Sep 01, 2008
- 800 views
In eudoc/common.e, How can you get the func_name to return the real function name and not just the placeholder text "Unknown"?
common.e line 53 of 89
with trace ... if atom(func_search) then with trace(1) -- statement 1: func_name = "Unknown" else with trace(1) -- statement 2: func_name = func_name[func_search[2][1]..func_search[2][2]] end if
I ran it with trace using this:
exwc eudoc.ex -a ..\..\docs\eu40.af -o euphoria.txtand the second assignment statement is never called. Could you track down why this is, I would greatly appreciated it.