fastled 1.3.0__tar.gz → 1.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastled-1.3.0 → fastled-1.3.1}/PKG-INFO +2 -2
- {fastled-1.3.0 → fastled-1.3.1}/compiler/pyproject.toml +1 -1
- {fastled-1.3.0 → fastled-1.3.1}/pyproject.toml +1 -1
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/__init__.py +1 -1
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/compile_server.py +1 -5
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/compile_server_impl.py +1 -24
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/server_flask.py +12 -5
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled.egg-info/PKG-INFO +2 -2
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled.egg-info/SOURCES.txt +1 -1
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled.egg-info/requires.txt +1 -1
- fastled-1.3.0/tests/unit/test_fetch_source_files.py → fastled-1.3.1/tests/unit/test_fetch_debug_source_files.py +5 -19
- {fastled-1.3.0 → fastled-1.3.1}/.aiderignore +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.dockerignore +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/build_multi_docker_image.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/build_webpage.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/lint.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/publish_release.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/template_build_docker_image.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/test_build_exe.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/test_macos.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/test_ubuntu.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.github/workflows/test_win.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.gitignore +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.pylintrc +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.vscode/launch.json +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.vscode/settings.json +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/.vscode/tasks.json +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/Dockerfile +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/LICENSE +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/MANIFEST.in +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/README.md +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/RELEASE.md +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/TODO.md +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/build_exe.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/build_local_docker.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/build_site.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/clean +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/CMakeLists.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/arduino-pre-process.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/debug.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/entrypoint.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/final_prewarm.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/init_runtime.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/install-arduino-cli.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/libcompile/CMakeLists.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/prewarm.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/process-ino.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/compiler/run.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/demo/100dots.html +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/demo/demo_threejs.html +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/demo/micdemo.html +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/demo/mp3upload.html +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/demo/webgl_postprocessing_unreal_bloom.html +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/docker-compose.yml +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/install +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/install_linux.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/lint +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/requirements.testing.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/setup.cfg +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/setup.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/app.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/assets/example.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/assets/localhost-key.pem +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/assets/localhost.pem +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/cli.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/cli_test.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/cli_test_interactive.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/client_server.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/docker_manager.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/filewatcher.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/keyboard.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/keyz.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/live_client.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/open_browser.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/parse_args.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/paths.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/print_filter.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/project_init.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/select_sketch_directory.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/server_start.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/settings.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/site/build.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/site/examples.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/sketch.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/spinner.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/string_diff.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/test/can_run_local_docker_tests.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/test/examples.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/types.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/util.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled/web_compile.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled.egg-info/dependency_links.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled.egg-info/entry_points.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/src/fastled.egg-info/top_level.txt +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/test +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/integration/test_build_examples.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/integration/test_examples.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/html/index.html +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_api.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_bad_ino.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_cli.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_compile_server.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_docker_linux_on_windows.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_embedded_data.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_experimental_cpp_filter.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_filechanger.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_http_server.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_ino/bad/bad.ino +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_ino/bad_platformio/bad_platformio.ino +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_ino/bad_platformio/platformio.ini +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_ino/embedded/data/bigdata.dat +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_ino/embedded/wasm.ino +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_ino/wasm/wasm.ino +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_print_filter.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_project_init.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_server_and_client_seperatly.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_string_diff.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_version.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_version_matches.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/tests/unit/test_webcompile.py +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/upload_package.sh +0 -0
- {fastled-1.3.0 → fastled-1.3.1}/vscode-plugin/readme +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fastled
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.1
|
4
4
|
Summary: FastLED Wasm Compiler
|
5
5
|
Home-page: https://github.com/zackees/fastled-wasm
|
6
6
|
Maintainer: Zachary Vorhies
|
@@ -20,7 +20,7 @@ Requires-Dist: progress>=1.6
|
|
20
20
|
Requires-Dist: watchfiles>=1.0.5
|
21
21
|
Requires-Dist: Flask>=3.0.0
|
22
22
|
Requires-Dist: livereload
|
23
|
-
Requires-Dist: fastled-wasm-server>=1.0.
|
23
|
+
Requires-Dist: fastled-wasm-server>=1.0.23
|
24
24
|
Dynamic: home-page
|
25
25
|
Dynamic: license-file
|
26
26
|
Dynamic: maintainer
|
@@ -15,7 +15,7 @@ dependencies = [
|
|
15
15
|
"disklru==2.0.0",
|
16
16
|
"psutil==6.1.1",
|
17
17
|
"wormhole-tx",
|
18
|
-
"fastled-wasm-server>=1.0.
|
18
|
+
"fastled-wasm-server>=1.0.23", # Also versions fastled-wasm-compiler dependency.
|
19
19
|
]
|
20
20
|
|
21
21
|
[tool.setuptools]
|
@@ -24,7 +24,7 @@ dependencies = [
|
|
24
24
|
"Flask>=3.0.0",
|
25
25
|
"livereload",
|
26
26
|
###### WASM SERVER ######
|
27
|
-
"fastled-wasm-server>=1.0.
|
27
|
+
"fastled-wasm-server>=1.0.23", # Enforced by unit test to match project <--> docker.
|
28
28
|
]
|
29
29
|
|
30
30
|
dynamic = ["version"]
|
@@ -14,7 +14,7 @@ from .types import BuildMode, CompileResult, CompileServerError, FileResponse
|
|
14
14
|
# IMPORTANT! There's a bug in github which will REJECT any version update
|
15
15
|
# that has any other change in the repo. Please bump the version as the
|
16
16
|
# ONLY change in a commit, or else the pypi update and the release will fail.
|
17
|
-
__version__ = "1.3.
|
17
|
+
__version__ = "1.3.1"
|
18
18
|
|
19
19
|
|
20
20
|
class Api:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from pathlib import Path
|
2
2
|
|
3
|
-
from fastled.types import BuildMode, CompileResult,
|
3
|
+
from fastled.types import BuildMode, CompileResult, Platform
|
4
4
|
|
5
5
|
|
6
6
|
class CompileServer:
|
@@ -53,10 +53,6 @@ class CompileServer:
|
|
53
53
|
|
54
54
|
project_init(example=example, outputdir=outputdir)
|
55
55
|
|
56
|
-
def fetch_source_file(self, filepath: str) -> FileResponse | Exception:
|
57
|
-
"""Get the source file from the server."""
|
58
|
-
return self.impl.fetch_source_file(filepath)
|
59
|
-
|
60
56
|
@property
|
61
57
|
def name(self) -> str:
|
62
58
|
return self.impl.container_name
|
@@ -17,7 +17,7 @@ from fastled.docker_manager import (
|
|
17
17
|
)
|
18
18
|
from fastled.settings import DEFAULT_CONTAINER_NAME, IMAGE_NAME, SERVER_PORT
|
19
19
|
from fastled.sketch import looks_like_fastled_repo
|
20
|
-
from fastled.types import BuildMode, CompileResult, CompileServerError
|
20
|
+
from fastled.types import BuildMode, CompileResult, CompileServerError
|
21
21
|
from fastled.util import port_is_free
|
22
22
|
|
23
23
|
SERVER_OPTIONS = [
|
@@ -183,29 +183,6 @@ class CompileServerImpl:
|
|
183
183
|
return False
|
184
184
|
return False
|
185
185
|
|
186
|
-
def fetch_source_file(self, filepath: str) -> FileResponse | Exception:
|
187
|
-
"""Get the source file from the server."""
|
188
|
-
if not self._port:
|
189
|
-
raise RuntimeError("Server has not been started yet")
|
190
|
-
try:
|
191
|
-
httpx_client = httpx.Client()
|
192
|
-
url = f"http://localhost:{self._port}/sourcefiles/{filepath}"
|
193
|
-
response = httpx_client.get(url, follow_redirects=True)
|
194
|
-
if response.status_code == 200:
|
195
|
-
content = response.text
|
196
|
-
mimetype: str = response.headers.get("Content-Type", "text/plain")
|
197
|
-
return FileResponse(
|
198
|
-
content=content,
|
199
|
-
mimetype=mimetype,
|
200
|
-
filename=filepath,
|
201
|
-
)
|
202
|
-
else:
|
203
|
-
return CompileServerError(
|
204
|
-
f"Error fetching file {filepath}: {response.status_code}"
|
205
|
-
)
|
206
|
-
except httpx.RequestError as e:
|
207
|
-
return CompileServerError(f"Error fetching file {filepath}: {e}")
|
208
|
-
|
209
186
|
def _start(self) -> int:
|
210
187
|
print("Compiling server starting")
|
211
188
|
|
@@ -125,9 +125,14 @@ def _run_flask_server(
|
|
125
125
|
logger.error(f"Error forwarding request: {e}", exc_info=True)
|
126
126
|
return Response(f"Error: {str(e)}", status=500)
|
127
127
|
|
128
|
-
def
|
129
|
-
"""Handle requests to
|
130
|
-
|
128
|
+
def handle_fastledsource(path: str) -> Response:
|
129
|
+
"""Handle requests to
|
130
|
+
/fastledsource/js/fastledsource/git/fastled/src/
|
131
|
+
or
|
132
|
+
/sketchsource/js/src/Blink.ino
|
133
|
+
|
134
|
+
The names are a bit mangled due to the way C++ prefixing works near the root directory.
|
135
|
+
"""
|
131
136
|
from flask import request
|
132
137
|
|
133
138
|
start_time = time.time()
|
@@ -314,9 +319,11 @@ def _run_flask_server(
|
|
314
319
|
logger.info(f"Received request for path: {path}")
|
315
320
|
|
316
321
|
try:
|
317
|
-
if path.startswith("
|
322
|
+
if path.startswith("fastledsource/") or path.startswith(
|
323
|
+
"sketchsource/"
|
324
|
+
):
|
318
325
|
logger.info(f"Handling as drawfsource: {path}")
|
319
|
-
return
|
326
|
+
return handle_fastledsource(path)
|
320
327
|
elif path.startswith("sourcefiles/"):
|
321
328
|
logger.info(f"Handling as sourcefiles: {path}")
|
322
329
|
return handle_sourcefile(path)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fastled
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.1
|
4
4
|
Summary: FastLED Wasm Compiler
|
5
5
|
Home-page: https://github.com/zackees/fastled-wasm
|
6
6
|
Maintainer: Zachary Vorhies
|
@@ -20,7 +20,7 @@ Requires-Dist: progress>=1.6
|
|
20
20
|
Requires-Dist: watchfiles>=1.0.5
|
21
21
|
Requires-Dist: Flask>=3.0.0
|
22
22
|
Requires-Dist: livereload
|
23
|
-
Requires-Dist: fastled-wasm-server>=1.0.
|
23
|
+
Requires-Dist: fastled-wasm-server>=1.0.23
|
24
24
|
Dynamic: home-page
|
25
25
|
Dynamic: license-file
|
26
26
|
Dynamic: maintainer
|
@@ -100,7 +100,7 @@ tests/unit/test_compile_server.py
|
|
100
100
|
tests/unit/test_docker_linux_on_windows.py
|
101
101
|
tests/unit/test_embedded_data.py
|
102
102
|
tests/unit/test_experimental_cpp_filter.py
|
103
|
-
tests/unit/
|
103
|
+
tests/unit/test_fetch_debug_source_files.py
|
104
104
|
tests/unit/test_filechanger.py
|
105
105
|
tests/unit/test_http_server.py
|
106
106
|
tests/unit/test_print_filter.py
|
@@ -15,13 +15,12 @@ HERE = Path(__file__).parent
|
|
15
15
|
TEST_INO_WASM = HERE / "test_ino" / "wasm"
|
16
16
|
|
17
17
|
# New refactor has broken this test. Good news, we got the sketch to output debug symbols!!!!!!
|
18
|
-
_ENABLED =
|
18
|
+
_ENABLED = True
|
19
19
|
|
20
20
|
_DWARF_SRC_EXAMPLE1 = "http://localhost:{http_port}/fastledsource/js/src/fastledsource/git/fastled/src/FastLED.h"
|
21
21
|
_DWARF_SRC_EXAMPLE2 = (
|
22
22
|
"http://localhost:{http_port}/sketchsource/js/sketchsource/headers/FastLED.h"
|
23
23
|
)
|
24
|
-
# _DWARF_SRC_EXAMPLES = "http://localhost:{http_port}/drawfsource/js/src/direct.h"
|
25
24
|
|
26
25
|
_DWARF_SRC_EXAMPLES = [
|
27
26
|
_DWARF_SRC_EXAMPLE1,
|
@@ -54,21 +53,6 @@ def wait_for_server(url: str, timeout: int = 10) -> bool:
|
|
54
53
|
class FetchSourceFileTester(unittest.TestCase):
|
55
54
|
"""Main tester class."""
|
56
55
|
|
57
|
-
@unittest.skipUnless(
|
58
|
-
_enabled(),
|
59
|
-
"Skipping test because either this is on non-Linux system on github or embedded data is disabled",
|
60
|
-
)
|
61
|
-
def test_backend_server_for_src_file_fetch(self) -> None:
|
62
|
-
"""Tests that embedded data is round tripped correctly."""
|
63
|
-
# Todo: make this only run on a local build. Otherwise there are sync issues
|
64
|
-
# with the docker version of this app and will generate false positives until
|
65
|
-
# the docker version is updated - Frustrating.
|
66
|
-
with Api.server() as server:
|
67
|
-
resp = server.fetch_source_file("FastLED.h")
|
68
|
-
if isinstance(resp, Exception):
|
69
|
-
raise resp
|
70
|
-
print("Done")
|
71
|
-
|
72
56
|
@unittest.skipUnless(
|
73
57
|
_enabled(),
|
74
58
|
"Skipping test because either this is on non-Linux system on github or embedded data is disabled",
|
@@ -83,11 +67,13 @@ class FetchSourceFileTester(unittest.TestCase):
|
|
83
67
|
http_port=http_port,
|
84
68
|
)
|
85
69
|
with client:
|
86
|
-
# TODO Make faster.
|
87
70
|
wait_for_server(f"http://localhost:{http_port}", timeout=100)
|
71
|
+
url = f"http://localhost:{http_port}/dwarfsource/fastledsource/git/fastled/src/FastLED.h"
|
88
72
|
|
89
73
|
resp = httpx.get(
|
90
|
-
|
74
|
+
# This type of request will come from the server during debug mode to
|
75
|
+
# enable debugging.
|
76
|
+
url,
|
91
77
|
timeout=100,
|
92
78
|
)
|
93
79
|
if resp.status_code != 200:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|