-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch git submodules to Wally packages (#584)
* Switch git submodules to Wally packages * Update build snapshot * Add wally to foreman and use latest versions * Install packages in CI runners * Fix indents * Install packages in the correct directory * Install packages in correct dir of release action too * Remove submodules from ci checkout * Remove submodules from release checkout * Update selene with latest fix * Fix whitespace Co-authored-by: Lucien Greathouse <[email protected]>
- Loading branch information
1 parent
565c124
commit e864cf0
Showing
63 changed files
with
271 additions
and
190 deletions.
There are no files selected for viewing
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[tools] | ||
rojo = { source = "rojo-rbx/rojo", version = "7.1.1" } | ||
rojo = { source = "rojo-rbx/rojo", version = "7.2.1" } | ||
run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" } | ||
selene = { source = "Kampfkarren/selene", version = "0.18.2" } | ||
selene = { source = "Kampfkarren/selene", version = "0.20.0" } | ||
wally = { source = "UpliftGames/wally", version = "0.3.1"} |
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 |
---|---|---|
@@ -1,33 +1,25 @@ | ||
{ | ||
"name": "Rojo", | ||
"tree": { | ||
"$className": "Folder", | ||
"Plugin": { | ||
"$path": "src" | ||
}, | ||
"Log": { | ||
"$path": "log" | ||
}, | ||
"Http": { | ||
"$path": "http" | ||
}, | ||
"Fmt": { | ||
"$path": "fmt" | ||
}, | ||
"RbxDom": { | ||
"$path": "rbx_dom_lua" | ||
}, | ||
"Roact": { | ||
"$path": "modules/roact/src" | ||
}, | ||
"Promise": { | ||
"$path": "modules/promise/lib" | ||
}, | ||
"t": { | ||
"$path": "modules/t/lib" | ||
}, | ||
"Flipper": { | ||
"$path": "modules/flipper/src" | ||
} | ||
} | ||
} | ||
"name": "Rojo", | ||
"tree": { | ||
"$className": "Folder", | ||
"Plugin": { | ||
"$path": "src" | ||
}, | ||
"Packages": { | ||
"$path": "Packages", | ||
|
||
"Log": { | ||
"$path": "log" | ||
}, | ||
"Http": { | ||
"$path": "http" | ||
}, | ||
"Fmt": { | ||
"$path": "fmt" | ||
}, | ||
"RbxDom": { | ||
"$path": "rbx_dom_lua" | ||
} | ||
} | ||
} | ||
} |
Submodule flipper
deleted from
4cf7a0
Submodule promise
deleted from
7fb09d
Submodule roact
deleted from
f7d2f1
Submodule t
deleted from
f643b5
Submodule testez
deleted from
25d957
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.