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.
Note:
See TracTickets
for help on using tickets.
Fixed in r19290.