mcandre / toys

code demos for newbies
https://github.com/mcandre/toys
30 stars 6 forks source link

make -n #446

Closed mcandre closed 9 months ago

mcandre commented 1 year ago

Pending https://github.com/mcandre/unmake/issues/188

mcandre commented 9 months ago

Implemented a dry run passthrough option in unmake.

Releasing new version soon.

Then we can update various mcandre projects to use (un)make -n.

mcandre commented 9 months ago

Slowed down by goofiness in scarcely implemented new loong and netbsd targets in Rust 1.75.0.

Copying NetBSD workaround into reusable Cross.toml configuration.

So far, only those minor fixes appear to be required in order to get Rust cross porting working again with crit in Rust 1.75.0.

Cutting a new crit release...

To do:

In the future, will need to carefully test Rust cross porting when Rust updates present target changes. Even if rustc makes no changes, then rustup may introduce new targets, which could be documented elsewhere than Rust release changelogs.