Skip to content

Migrate to tiniest #421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion src/Memory/insert.luau
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local function insert<Tasks...>(
...: Tasks...
): Tasks...
for index = 1, select("#", ...) do
table.insert(scope, select(index, ...))
table.insert(scope, (select(index, ...)))
end
return ...
end
Expand Down
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.
12 changes: 4 additions & 8 deletions test-runner.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
],
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Fusion": {
"$path": "default.project.json"
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"FusionTest": {
"src": {
"$path": "src"
},
"test": {
"$path": "test"
}
}
Expand Down
147 changes: 0 additions & 147 deletions test/Spec/Memory/doCleanup.spec.luau

This file was deleted.

80 changes: 0 additions & 80 deletions test/Spec/Memory/insert.spec.luau

This file was deleted.

90 changes: 0 additions & 90 deletions test/Spec/Memory/scoped.spec.luau

This file was deleted.

Loading