build: update thespian for new cbor
This commit is contained in:
		
							parent
							
								
									54eb30468a
								
							
						
					
					
						commit
						0ce522828d
					
				
					 5 changed files with 10 additions and 2 deletions
				
			
		|  | @ -15,8 +15,8 @@ | ||||||
|             .hash = "dizzy-1.0.0-AAAAAM1wAAAiDbx_6RwcVEOBk8p2XOu8t9WPNc3K7kBK", |             .hash = "dizzy-1.0.0-AAAAAM1wAAAiDbx_6RwcVEOBk8p2XOu8t9WPNc3K7kBK", | ||||||
|         }, |         }, | ||||||
|         .thespian = .{ |         .thespian = .{ | ||||||
|             .url = "https://github.com/neurocyte/thespian/archive/ccdcbbff09f945eec063ebf889581db3e1312107.tar.gz", |             .url = "git+https://github.com/neurocyte/thespian#f2980d3a747abdf0d18a01596dd8b953dd3e6243", | ||||||
|             .hash = "thespian-0.0.1-owFOjlgaBgCqc3FCnB4Xyg8-9jyIDWgHSJMGx_nt5Kcc", |             .hash = "thespian-0.0.1-owFOjk0aBgC8w9ibeiVdhftyEIaVIHCnubsJWfkktE8v", | ||||||
|         }, |         }, | ||||||
|         .themes = .{ |         .themes = .{ | ||||||
|             .url = "https://github.com/neurocyte/flow-themes/releases/download/master-952f9f630ea9544088fd30293666ee0650b7a690/flow-themes.tar.gz", |             .url = "https://github.com/neurocyte/flow-themes/releases/download/master-952f9f630ea9544088fd30293666ee0650b7a690/flow-themes.tar.gz", | ||||||
|  |  | ||||||
|  | @ -231,6 +231,8 @@ pub fn restore_state_v0(self: *Self, data: []const u8) error{ | ||||||
|     JsonIncompatibleType, |     JsonIncompatibleType, | ||||||
|     NotAnObject, |     NotAnObject, | ||||||
|     BadArrayAllocExtract, |     BadArrayAllocExtract, | ||||||
|  |     InvalidMapType, | ||||||
|  |     InvalidUnion, | ||||||
| }!void { | }!void { | ||||||
|     tp.trace(tp.channel.debug, .{"restore_state_v0"}); |     tp.trace(tp.channel.debug, .{"restore_state_v0"}); | ||||||
|     defer self.sort_files_by_mtime(); |     defer self.sort_files_by_mtime(); | ||||||
|  |  | ||||||
|  | @ -58,6 +58,8 @@ pub const Error = error{ | ||||||
|     JsonIncompatibleType, |     JsonIncompatibleType, | ||||||
|     NotAnObject, |     NotAnObject, | ||||||
|     BadArrayAllocExtract, |     BadArrayAllocExtract, | ||||||
|  |     InvalidMapType, | ||||||
|  |     InvalidUnion, | ||||||
| } || std.Thread.SpawnError; | } || std.Thread.SpawnError; | ||||||
| 
 | 
 | ||||||
| pub fn init(allocator: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool, _: *const fn (ctx: *anyopaque) void) Error!Self { | pub fn init(allocator: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool, _: *const fn (ctx: *anyopaque) void) Error!Self { | ||||||
|  |  | ||||||
|  | @ -36,6 +36,8 @@ pub const Error = error{ | ||||||
|     JsonIncompatibleType, |     JsonIncompatibleType, | ||||||
|     NotAnObject, |     NotAnObject, | ||||||
|     BadArrayAllocExtract, |     BadArrayAllocExtract, | ||||||
|  |     InvalidMapType, | ||||||
|  |     InvalidUnion, | ||||||
| } || std.Thread.SpawnError; | } || std.Thread.SpawnError; | ||||||
| 
 | 
 | ||||||
| pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" }); | pub const panic = messageBoxThenPanic(.{ .title = "Flow Panic" }); | ||||||
|  |  | ||||||
|  | @ -27,6 +27,8 @@ pub const Error = error{ | ||||||
|     JsonIncompatibleType, |     JsonIncompatibleType, | ||||||
|     NotAnObject, |     NotAnObject, | ||||||
|     BadArrayAllocExtract, |     BadArrayAllocExtract, | ||||||
|  |     InvalidMapType, | ||||||
|  |     InvalidUnion, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| pub const OutputHandler = fn (context: usize, parent: tp.pid_ref, arg0: []const u8, output: []const u8) void; | pub const OutputHandler = fn (context: usize, parent: tp.pid_ref, arg0: []const u8, output: []const u8) void; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue