Skip to content

Commit 9c7ad47

Browse files
committed
Adding open questions
1 parent 68db9c2 commit 9c7ad47

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,20 @@ correct programs easier for the developer.
9090

9191
*For each platform, we will start with Ubuntu 20.04
9292

93+
## Open Questions
94+
95+
* Where should swiftlang be installed on the system?
96+
* Option 1: Diverge the install location between platform to best fit the platform requirements.
97+
* symlink the toolchain into /usr/ to avoid conflicting with llvm.org binaries.
98+
* Option 2: Install in /usr and rename llvm-project binaries (example: swift-lldb/lldb-swift ...)
99+
* [GitHub discussion](https://github.com/apple/swift-installer-scripts/pull/37#discussion_r726707320)
100+
* Should we support multiple swiftlang versions on the system?
101+
* Multiple packages:
102+
* swiftlang
103+
* swiftlang-runtime
104+
105+
106+
93107
## Contributing
94108

95109
Before contributing, please read [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)