Skip to content

Commit

Permalink
Merge branch 'syncback-tests' into syncback-pivot
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed May 2, 2024
2 parents a4c8e29 + fb9e737 commit ac66cd3
Show file tree
Hide file tree
Showing 68 changed files with 752 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- default.project.json
- "src\\csv.csv"
- "src\\csv_init\\init.csv"
- "src\\dir\\client_script.client.luau"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- container.model.json
added_dirs: []
removed_files: []
removed_dirs: []

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- default.project.json
- nested.project.json
- string_value.txt
added_dirs: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- client-only.project.json
- default.project.json
- server-only.project.json
- "src/modules\\ClientModule.luau"
- "src/modules\\ServerModule.luau"
added_dirs:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- src/client_script.client.luau
- src/csv.csv
- "src/csv_init\\init.csv"
- "src/init_client_script\\init.client.lua"
- "src/init_module_script\\init.lua"
- "src/init_server_script\\init.server.lua"
- src/model_json.model.json
- src/module_script.luau
- src/project_json.project.json
- src/rbxmx.rbxmx
- src/server_script.server.luau
- src/text.txt
added_dirs:
- src/csv_init
- src/init_client_script
- src/init_module_script
- src/init_server_script
removed_files: []
removed_dirs: []

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- default.project.json
- "src\\init.lua"
added_dirs:
- src
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- attribute_mismatch.luau
- property_mismatch.project.json
added_dirs: []
removed_files: []
removed_dirs: []

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- "ReplicatedStorage\\ChildWithDuplicates.rbxm"
- "ReplicatedStorage\\ChildWithoutDuplicates\\Child\\.gitkeep"
- default.project.json
added_dirs:
- ReplicatedStorage
- "ReplicatedStorage\\ChildWithoutDuplicates"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- default.project.json
- "src\\pointer.model.json"
- "src\\target.model.json"
added_dirs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- default.project.json
- "src\\pointer.model.json"
- "src\\target.model.json"
added_dirs:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
source: tests/rojo_test/syncback_util.rs
assertion_line: 48
expression: "visualize_fs_snapshot(&fs_snapshot, &output_path)"
---
added_files:
- default.project.json
- string_value.txt
added_dirs: []
removed_files: []
removed_dirs: []

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"className": "Folder",
"children": [
{
"name": "value_1",
"className": "ObjectValue",
"attributes": {
"Rojo_Id": "value_1",
"Rojo_Target_Value": "value_1"
}
},
{
"name": "value_2",
"className": "ObjectValue",
"attributes": {
"Rojo_Id": "72bc28150ada2e6206442ee300004084",
"Rojo_Target_Value": "72bc28150ada2e6206442ee300004084"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "duplicate_rojo_id",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"container": {
"$path": "container.model.json"
}
}
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"className": "Folder",
"children": [
{
"name": "value_1",
"className": "ObjectValue"
},
{
"name": "value_2",
"className": "ObjectValue"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "duplicate_rojo_id",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"container": {
"$path": "container.model.json"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "project_all_middleware",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"client_script": {
"$path": "src/client_script.client.luau"
},
"csv": {
"$path": "src/csv.csv"
},
"csv_init": {
"$path": "src/csv_init"
},
"dir": {
"$path": "src/dir"
},
"dir_with_meta": {
"$path": "src/dir_with_meta"
},
"init_client_script": {
"$path": "src/init_client_script"
},
"init_module_script": {
"$path": "src/init_module_script"
},
"init_server_script": {
"$path": "src/init_server_script"
},
"model_json": {
"$path": "src/model_json.model.json"
},
"module_script": {
"$path": "src/module_script.luau"
},
"project_json": {
"$path": "src/project_json.project.json"
},
"rbxm": {
"$path": "src/rbxm.rbxm"
},
"rbxmx": {
"$path": "src/rbxmx.rbxmx"
},
"server_script": {
"$path": "src/server_script.server.luau"
},
"text": {
"$path": "src/text.txt"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- ghostwriter notorious mutter restless punish
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,Context,Example,es
Ack,Ack!,,An exclamation of despair,¡Ay!
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,Context,Example,en
Rojo,Rojo,,Rojo is a really cool program,Red
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"className": "Configuration"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- brag season coffin dilute flourish
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- absorb dragon coat crowd effect
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- rojo syncback very cool dekkonot
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"className": "StringValue",
"properties": {
"Value": "i understand how person299 felt"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- hospitality publish accumulation onion shaft
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "project_json",
"tree": {
"$className": "Color3Value",
"$properties": {
"Value": [
1.0,
0.5,
0.0
]
}
}
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<roblox version="4">
<Item class="Message" referent="0">
<Properties>
<string name="Name">rbxmx</string>
<BinaryString name="AttributesSerialize"></BinaryString>
<SecurityCapabilities name="Capabilities">0</SecurityCapabilities>
<bool name="DefinesCapabilities">false</bool>
<int64 name="SourceAssetId">-1</int64>
<BinaryString name="Tags"></BinaryString>
<string name="Text">ripe alike review heart dry</string>
</Properties>
</Item>
</roblox>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- ostracize fraud consciousness seal architecture
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
According to all known laws of aviation
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"name": "project_all_middleware",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"client_script": {
"$path": "src/client_script.client.luau"
},
"csv": {
"$path": "src/csv.csv"
},
"csv_init": {
"$path": "src/csv_init"
},
"dir": {
"$path": "src/dir"
},
"dir_with_meta": {
"$path": "src/dir_with_meta"
},
"init_client_script": {
"$path": "src/init_client_script"
},
"init_module_script": {
"$path": "src/init_module_script"
},
"init_server_script": {
"$path": "src/init_server_script"
},
"model_json": {
"$path": "src/model_json.model.json"
},
"module_script": {
"$path": "src/module_script.luau"
},
"project_json": {
"$path": "src/project_json.project.json"
},
"rbxm": {
"$path": "src/rbxm.rbxm"
},
"rbxmx": {
"$path": "src/rbxmx.rbxmx"
},
"server_script": {
"$path": "src/server_script.server.luau"
},
"text": {
"$path": "src/text.txt"
}
}
}
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,Context,Example,es
,,,,
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Key,Source,Context,Example,en
,,,,
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"className": "Configuration"
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"className": "StringValue"
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "project_json",
"tree": {
"$className": "Color3Value"
}
}
Binary file not shown.
Loading

0 comments on commit ac66cd3

Please sign in to comment.