#8: Done
I'm now of the opinion that this is done at the wrong level in the stack and needs to be redone later; but it works for now. There's a regression in `open`, but I can't see why.
This commit is contained in:
parent
0687b0baeb
commit
f36436a9e1
12 changed files with 134 additions and 41 deletions
|
|
@ -94,9 +94,7 @@ struct cons_pointer c_assoc( struct cons_pointer key,
|
|||
|
||||
debug_print( L"c_assoc; key is `", DEBUG_BIND);
|
||||
debug_print_object( key, DEBUG_BIND);
|
||||
debug_print( L"`; store is \n", DEBUG_BIND);
|
||||
debug_dump_object( store, DEBUG_BIND);
|
||||
debug_println(DEBUG_BIND);
|
||||
debug_print( L"`\n", DEBUG_BIND);
|
||||
|
||||
if (consp(store)) {
|
||||
for ( struct cons_pointer next = store;
|
||||
|
|
|
|||
|
|
@ -1288,6 +1288,7 @@ struct cons_pointer lisp_inspect( struct stack_frame *frame,
|
|||
}
|
||||
|
||||
dump_object( output, frame->arg[0] );
|
||||
url_fputws( L"\n", output );
|
||||
|
||||
if ( writep( out_stream ) ) {
|
||||
dec_ref( out_stream );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue