bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #43233] Dumping circular literals


From: Per Bothner
Subject: [Bug-kawa] [bug #43233] Dumping circular literals
Date: Thu, 18 Sep 2014 05:26:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36

Update of bug #43233 (project kawa):

                  Status:                    None => Fixed                  
             Assigned to:                    None => bothner                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Oops.  Added a fix and a test-case.

The framework for compiling literals does support cycles.  The problem is that
PairWithPosition objects are immutable.  To handle a cycle, we have to first
allocate the object and then later set the fields, so we essentially needed a
back-door.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43233>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]