Squirrel

Results 247 comments of Squirrel

I can see lots of PRs for reexporting rand but none yet for removing rand from the public api. Has anyone got a PR for this tucked away somewhere?

Sorry for missing that closed PR! I know we've all got piles of work to do and a lot going on outside of coding life - life is never easy!...

you could set rustflags to use with clippy in .cargo/config (we do this so that a certain set of clippy rules is used): ``` [target.'cfg(feature = "cargo-clippy")'] rustflags = [...

More than happy to help maintain / provide examples. We have plenty ready to roll once we have the mechanism.

Cool, will give it a go. On Thu, 26 May 2022 at 17:34, Jaco ***@***.***> wrote: > The example are basically non-mainatained atm, nobody gets to it - if you...

Oh wow, that's _awesome_ that you can go from decode to submission and modify it. So cool. Was really hoping that that would be a thing one day. One thing...

To unblock you: https://crates.io/crates/cargo-lints

Have a look at substrate/.cargo/config.toml - since june this works. It's currently the only way to do it out of the box.

I had a little look at this but was puzzled that the unsigned types seem to use signed add instructions: add_i16_m128i - I can see there's saturating unsigned adds we...

Ah this should not have been closed as this one is not yet implemented.