Ticket #651 (closed bug: invalid)
[PMC] cannot share functions between PMC
| Reported by: | fperrad | Owned by: | bacek |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | 1.1.0 |
| Severity: | medium | Keywords: | |
| Cc: | bacek | Language: | |
| Patch status: | new | Platform: |
Description
Since r38536 (tt631_part2 merge), we cannot share functions (VTABLE & MULTI) between PMC in the same group.
For example, LuaString PMC calls code from LuaNumber PMC (VTABLE & MULTI).
The linking is broken, because all functions are now 'static'.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

