Recherche d'une instance parente entraîne une erreur 'null'

Bug #1023769 reported by Luc Bruninx
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
abstrasy
Fix Released
Critical
Luc Bruninx

Bug Description

Le code suivant entraîne une erreur:

(class 'Obj0{
  (define ':v 0)
  (function ':set!{(args 'v)(set! :v v)})
  (function ':get{return :v})
})

(class 'Obj1{
  (is-a Obj0)
  (define ':v 10)
})

(define 'o (new Obj1))
(display (o:get))

ERROR
null

Revision history for this message
Luc Bruninx (luc2005) wrote :
Changed in abstrasy:
milestone: none → abstrasy-1.0.6341.0
assignee: nobody → Luc Bruninx (luc2005)
importance: Undecided → Critical
status: New → Confirmed
status: Confirmed → Fix Committed
Revision history for this message
Luc Bruninx (luc2005) wrote :

Résolu dans le projet Abstrasy 2.0 sur www.abstrasy.org.

Changed in abstrasy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.