Awesome! By the way, I'm pretty sure trunk serve
calls trunk build
, so there's no need to call the latter separately. The continuous integration system calls only calls trunk build
because I…
If I am understanding Rust correctly, the move annotation specifies that the closure should take ownership of any free variables that appear therein. So that would mean that the function that…
Don't think I ever saw a response to
Whoops—I've now responded in that discussion.
currently in the code the only way to produce a SpecifiedValue is via the try_from operation on a string;
There's one more way: the from_empty_spec
method is public too.
if one wants…
- The meaning I intended was "the value specified by the empty string," rather than "the canonically specified absent value." I think this works fine in both of the places where the function is…
In assembly.rs, you put all of the sub-namespaces under a top-level item on a single line […], whereas here this has been spread across three lines. They should be consistent in format.
Good…