-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: I want to add a compilation unit under `Cinder/` for general Cinder infra that is not specifically part of the JIT, Static Python, or Strict Modules. But currently all Cinder compilation units have to be symlinked into the `Cinder/module` directory, since we have the dual build setup where we can either build the Cinder module standalone, or build Cinder features into the main runtime the way we've always done. And I don't want to introduce a cyclic symlink from `Cinder/module/Cinder -> Cinder/`. So instead move `Cinder/module/` out to a separate top-level `CinderX/` to avoid this cycle. The naming between "Cinder" and "CinderX" is a bit confusing here, but my intended logic is that "CinderX/" is specifically the extension module, whereas "Cinder/" is general Cinder code that can be built either as part of CinderX or into the runtime (though eventually only as part of CinderX, at which point the symlinks to `Cinder/`, `Jit/`, etc inside `CinderX` will become the sole real locations of those directories.) Reviewed By: alexmalyshev Differential Revision: D48019256 fbshipit-source-id: a65ab67c05c76d177b543fb8885a8b497b75d50f
- Loading branch information
1 parent
86fcab9
commit 6ff5adb
Showing
20 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../Jit |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../StaticPython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../StrictModules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../ThirdParty |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters