mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Test small fix for marshalling.
This commit is contained in:
		| @@ -1224,6 +1224,7 @@ static Janet janet_chanat_next(void *p, Janet key) { | ||||
|  | ||||
| static void janet_chanat_marshal(void *p, JanetMarshalContext *ctx) { | ||||
|     JanetChannel *channel = (JanetChannel *)p; | ||||
|     janet_marshal_abstract(ctx, channel); | ||||
|     janet_marshal_byte(ctx, channel->closed); | ||||
|     janet_marshal_int(ctx, channel->limit); | ||||
|     int32_t count = janet_q_count(&channel->items); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose