Skip to content

Commit

Permalink
Be explicit that open questions are deferred out
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 13, 2023
1 parent 8bd7fbc commit abde93f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions text/0000-packages-as-optional-namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,11 @@ Python has a similar coupling of top-level namespaces and modules with the files

# Unresolved questions

- How exactly should the Cargo.toml `lib.name` key work in this world, and how does that integrate with `--extern` and `-L` and sysroots?
- Should we allow renames like `"foo::bar" = { package = "foo_bar", version = "1.0" }` in Cargo.toml?
- How precisely should this be represented in the index trie?
- How we should name the `.crate` file / download URL
Deferred to tracking issue to be resolved pre-stabilization:
- How exactly should the Cargo.toml `lib.name` key work in this world, and how does that integrate with `--extern` and `-L` and sysroots?
- Should we allow renames like `"foo::bar" = { package = "foo_bar", version = "1.0" }` in Cargo.toml?
- How precisely should this be represented in the index trie?
- How we should name the `.crate` file / download URL

# Future possibilities

Expand Down

0 comments on commit abde93f

Please sign in to comment.