|
|
|
|
|
by epage
2403 days ago
|
|
> Over at the TypeScript compiler we recently slowed our release cycle from 2 months to 3 months specifically because of an observation noted here: nobody used our beta (or RC) builds. It is pretty standard in the Rust community for crates to use stable, beta, and nightly in their CI. I know testing is different than development, especially for using new features but I'm sure it does help. |
|
(What package manager allows for your multiple rustc versions? Or is it a bespoke solution?)
Fortunately the (IMO superior) yarn package manager does.
Instead of using node_modules/.bin/tsc, use node_modules/typescript-beta/bin/tsc