#415: Fixes to compiler to record source information ------------------------------+---------------------- Reporter: mevenson | Owner: mevenson Type: enhancement | Status: closed Priority: major | Milestone: 1.5.0 Component: compiler | Version: Resolution: fixed | Keywords: Parent Tickets: | ------------------------------+---------------------- Description changed by mevenson:
Old description:
This issue tracks Alan Ruttenberg's work to record missing source information from the compiler output.
{{{ <> rdfs:seeAlso https://github.com/armedbear/abcl/issues/4 ; rdfs:seeAlso https://github.com/armedbear/abcl/pull/5 ; }}}
New description:
This issue tracks Alan Ruttenberg's work to record missing source information from the compiler output.
HEADS-UP: the fasl version has been bumped.
The interface to recording information on the SYS:%SOURCE plist for a symbol is now deprecated and will be removed with abcl-1.7.
Source information for ABCL is now recorded on the SYS:SOURCE property. The appropiate information for type is recorded by the SYS:RECORD-SOURCE-INFORMATION-BY-TYPE function
{{{ <> rdfs:seeAlso https://github.com/armedbear/abcl/issues/4 ; rdfs:seeAlso https://github.com/armedbear/abcl/pull/5 ; }}}
--
-- Ticket URL: http://abcl.org/trac/ticket/415#comment:4 armedbear http://abcl.org armedbear