bugMIT/GNU Scheme - Bugs: bug #16776, File not closed on PARSE-ERROR:...

 
 

bug #16776: File not closed on PARSE-ERROR: end-of-file

Submitter:  None
Submitted:  Wed 07 Jun 2006 03:08:42 PM UTC
   
 
Category:  runtime Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Suboptimal behavior
Status:  In Progress Privacy:  Public
Assigned to:  cph Originator Name:  Steve Chapel
Originator Email:  -email is unavailable- Open/Closed:  Open
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Jun 2006 03:35:56 PM UTC, comment #1: 

This is more or less what it's supposed to do.

To close the open port, abort out of the error using control-G, then run a GC by calling (gc-flip).

Chris Hanson <cph>
Group administrator
Wed 07 Jun 2006 03:08:42 PM UTC, original submission:  

Steps to reproduce:

1. Use an external text editor to create a scheme source file with an extra ( somewhere in it (a source file with a single ( character will do).
2. Open the file with (load "filename")
3. Go back and edit the source file and try to save it.

Expected Results: The fixed source file can be saved.

Actual Results: The fixed source file cannot be saved until the Scheme window is closed.

It seems like the loaded file is not closed on the PARSE-ERROR, so the text editor cannot save the file until the Scheme window is closed, closing the file. I'm using MIT Scheme running under Microsoft Windows NT 5.1 (Build 2600; Service Pack 2) IE-32

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-06-07 cph CategoryNone runtime
    StatusNone In Progress
    Assigned toNone cph

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code