Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

[SoM] Pointer to SwiftRuntimeLibrary.pltform.dll needs to be formalized #44

Open
stephen-hawley opened this issue Jun 26, 2019 · 0 comments
Milestone

Comments

@stephen-hawley
Copy link
Contributor

In ObjCProtocolCompiler.cs, we sometimes need to point been at the appropriate SwiftRuntimeLibrary assembly. Right now, the code roots through the file system and points at the one that's been built relative to the tom-swifty executable which is most assuredly the wrong thing to do and will likely fail in unit tests as well as in deployment.

The libraries will likely be installed somewhere formally and the code should instead look there.

Ideally, there should be a command line argument that can override this to make debugging easier, so really the code should pull the path out of the options.

@stephen-hawley stephen-hawley transferred this issue from another repository Oct 29, 2019
@chamons chamons added this to the Future milestone Nov 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants