build: update to zig 0.14.0-dev.3039
This commit is contained in:
		
							parent
							
								
									1764b3259c
								
							
						
					
					
						commit
						53045123c6
					
				
					 41 changed files with 648 additions and 623 deletions
				
			
		| 
						 | 
				
			
			@ -187,7 +187,7 @@ const Process = struct {
 | 
			
		|||
 | 
			
		||||
    fn receive(self: *Process, _: tp.pid_ref, m: tp.message) tp.result {
 | 
			
		||||
        errdefer self.deinit();
 | 
			
		||||
        var bytes: []u8 = "";
 | 
			
		||||
        var bytes: []const u8 = "";
 | 
			
		||||
 | 
			
		||||
        if (try m.match(.{ "input", tp.extract(&bytes) })) {
 | 
			
		||||
            const sp = self.sp orelse return tp.exit_error(error.Closed, null);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue