@@ -61,8 +61,8 @@ This similarly makes it easier to share code samples with coworkers or in books
61
61
62
62
** Interoperability:**
63
63
64
- One angle to look at including something is if there is a single obvious
65
- solution. While there isn't in the case for single-file packages, there is enough of
64
+ One angle to look at proposals is if there is a single obvious
65
+ solution. While this isn't the case for single-file packages, there is enough of
66
66
a subset of one. By standardizing that subset, we allow greater
67
67
interoperability between solutions (e.g.
68
68
[ playground could gain support] ( https://users.rust-lang.org/t/call-for-contributors-to-the-rust-playground-for-upcoming-features/87110/14?u=epage )
@@ -511,6 +511,9 @@ How to keep build-times down for the best exploratory experience?
511
511
- e.g. using a central ` CARGO_TARGET_DIR `
512
512
- e.g. locking to similar dependencies across scripts for reusing more of the cache in `CARGO_TARGET_DIR``
513
513
514
+ How the default ` RUST_BACKTRACE ` setting affects the use cases for single-file
515
+ packages if working around it is worth it?
516
+
514
517
Whether single-file packages should be run within the
515
518
environment (` .cargo/config.toml ` , ` rust-toolchain.toml ` ) of
516
519
the current working directory (like ` cargo run ` ) or a fixed
@@ -557,6 +560,11 @@ Smaller questions include:
557
560
- Whether single-file packages need a distinct file extension or not?
558
561
- What, if any, file associations should be registered on Windows?
559
562
563
+ Potential answers to these questions were intentionally left out to help focus
564
+ the conversation on the proposed experiment. For a previous enumeration of
565
+ potential answers to these questions, see the [ Pre-RFC on
566
+ Internals] ( https://internals.rust-lang.org/t/pre-rfc-cargo-script-for-everyone/18639 ) .
567
+
560
568
# Future possibilities
561
569
[ future-possibilities ] : #future-possibilities
562
570
0 commit comments