Opened 11 years ago

Closed 11 years ago

#2412 closed defect (fixed)

Include and Library annotations for external function do not work when dynamic loading the function

Reported by: Adrian Pop Owned by: Adrian Pop
Priority: high Milestone: 1.9.1
Component: Frontend Version: trunk
Keywords: Cc:

Description

Include and Library annotations are interpreted using the Absyn.Program
which is not available when constant evaluating functions (we need the SymbolTable for this).

We either push the symbol table in the cache or we propagate it everywhere.

Change History (1)

comment:1 by Adrian Pop, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r19290.

Note: See TracTickets for help on using tickets.