@@ -710,6 +710,10 @@ static void on_connection(uv_stream_t *server, int status) {
710
710
MVMObject * msg_box = MVM_repr_box_str (tc ,
711
711
tc -> instance -> boot_types .BOOTStr , msg_str );
712
712
MVM_repr_push_o (tc , arr , msg_box );
713
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTStr );
714
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTInt );
715
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTStr );
716
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTInt );
713
717
});
714
718
});
715
719
}
@@ -742,7 +746,12 @@ static void listen_setup(MVMThreadContext *tc, uv_loop_t *loop, MVMObject *async
742
746
tc -> instance -> VMString , uv_strerror (r ));
743
747
MVMObject * msg_box = MVM_repr_box_str (tc ,
744
748
tc -> instance -> boot_types .BOOTStr , msg_str );
749
+
745
750
MVM_repr_push_o (tc , arr , msg_box );
751
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTStr );
752
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTInt );
753
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTStr );
754
+ MVM_repr_push_o (tc , arr , tc -> instance -> boot_types .BOOTInt );
746
755
});
747
756
MVM_repr_push_o (tc , t -> body .queue , arr );
748
757
});
0 commit comments