白定
白定
traceback: thread 'main' panicked at C:\Users\17124\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\hydrate-loader-0.0.2\src\disk_io.rs:372:49: called `Result::unwrap()` on an `Err` value: Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" } stack backtrace: 0: std::panicking::begin_panic_handler at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library\std\src\panicking.rs:695 1: core::panicking::panic_fmt at...
When build ast for "for loop", decorators like "static", "grouped", exprs like "ndrange" are detected directly from ast. However, "mesh-for" is detected via evaluating the iterable statement's value. I made...
Currently assigning to an subscripted list of tuples in taichi scope will results an error. For example: ``` a = [(0, 1)] * 3 a[1] = (0, 2) # results...
In many language e.g. rust, we can use `let a = 1` to create a new variable. However, in taichi set the value of a variable and create a new...
The published version is still using nalgebra 2.x, while github repo is using 3.x. How about publish the new version to crate.io?
I add new function "read_extension" for Reader in mesh mod that comsume a type var T and a path to the accessor index in the json value of extensions, then...