Ticket #977 (closed enhancement: fixed)
There is no applicable method for the generic function: CCL::%%ONE-ARG-DCODE
| Reported by: | fare | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Compiler | Version: | trunk |
| Keywords: | Cc: |
Description
At times, our application QRes has the following error message:
There is no applicable method for the generic function:
<Compiled-function CCL::%%ONE-ARG-DCODE #x3000002039CF>
when called with arguments:
(NIL)
The backtrace subsequently reveals that there was an actual bug in our application relating to a calling a one-argument generic function with an invalid value. However, the name of said generic function was lost in this error message.
Can CCL somehow improve its error message by revealing the name of the user function that got optimized into a CCL::%%ONE-ARG-DCODE ?
Xref: ITA bug 113986 Xref: ITA bug 105855
