Ticket #18 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Objects can't specializes logtalk anymore

Reported by: victor Owned by: pmoura
Priority: critical Milestone: Logtalk distribution
Component: compiler Version: 2.32.0
Keywords: Cc:

Description

Hello,

While playing with last svn, I got this error when building an object specializing logtalk :

:- object(test2, specializes(logtalk)).

:- end_object.
?- logtalk_load(test2).

  ERROR!    error(existence_error(procedure, '$lgt_bio_logtalk_0_'/8), context(system:once/1, _G580))
            in directive: :-object(test2, specializes(logtalk))
            above line: 2
ERROR: Unknown error term: error(error(existence_error(procedure, $lgt_bio_logtalk_0_/8), context(system:once/1, _G260)), directive(object(test2, specializes(logtalk))))

Attachments

Change History

Changed 2 months ago by pmoura

  • owner set to pmoura
  • status changed from new to assigned
  • version changed from 2.31.6 to 2.32.0

Changed 2 months ago by pmoura

  • status changed from assigned to closed
  • resolution set to fixed

Corrected in r4335. Thanks for the bug report.

Add/Change #18 (Objects can't specializes logtalk anymore)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.