fastled 1.2.75__tar.gz → 1.2.76__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.2.75 → fastled-1.2.76}/PKG-INFO +1 -1
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/__init__.py +1 -1
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/docker_manager.py +2 -2
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/parse_args.py +27 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/print_filter.py +36 -15
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/types.py +7 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/web_compile.py +38 -2
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled.egg-info/PKG-INFO +1 -1
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_bad_ino.py +9 -1
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_print_filter.py +6 -4
- {fastled-1.2.75 → fastled-1.2.76}/.aiderignore +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.dockerignore +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/build_multi_docker_image.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/build_webpage.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/lint.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/publish_release.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/template_build_docker_image.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/test_build_exe.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/test_macos.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/test_ubuntu.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.github/workflows/test_win.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.gitignore +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.pylintrc +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.vscode/launch.json +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.vscode/settings.json +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/.vscode/tasks.json +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/Dockerfile +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/LICENSE +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/MANIFEST.in +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/README.md +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/RELEASE.md +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/TODO.md +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/build_exe.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/build_site.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/clean +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/CMakeLists.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/__init__.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/arduino-pre-process.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/build.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/build_archive.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/build_fast.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/code_sync.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/compile.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/compile_lock.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/entrypoint.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/extra/100dots.html +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/extra/demo_threejs.html +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/extra/micdemo.html +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/extra/mp3upload.html +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/extra/webgl_postprocessing_unreal_bloom.html +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/final_prewarm.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/init_runtime.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/install-arduino-cli.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/libcompile/CMakeLists.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/paths.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/pre-process.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/prewarm.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/process-ino.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/process_extended.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/pyproject.toml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/run.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/server.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/sketch_hasher.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/compiler/wasm_compiler_flags.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/docker-compose.yml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/install +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/install_linux.sh +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/lint +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/pyproject.toml +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/requirements.testing.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/setup.cfg +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/setup.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/app.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/assets/example.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/assets/localhost-key.pem +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/assets/localhost.pem +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/cli.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/cli_test.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/client_server.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/compile_server.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/compile_server_impl.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/filewatcher.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/interactive_srcs.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/keyboard.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/keyz.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/live_client.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/open_browser.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/paths.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/project_init.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/select_sketch_directory.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/server_fastapi.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/server_fastapi_cli.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/server_flask.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/server_start.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/settings.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/site/build.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/site/examples.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/sketch.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/spinner.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/string_diff.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/test/can_run_local_docker_tests.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/test/examples.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled/util.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled.egg-info/SOURCES.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled.egg-info/dependency_links.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled.egg-info/entry_points.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled.egg-info/requires.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/src/fastled.egg-info/top_level.txt +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/test +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/integration/test_build_examples.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/integration/test_examples.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/html/index.html +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_api.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_cli.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_compile_server.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_docker_linux_on_windows.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_embedded_data.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_filechanger.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_http_server.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_ino/bad/bad.ino +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_ino/bad_platformio/bad_platformio.ino +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_ino/bad_platformio/platformio.ini +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_ino/embedded/data/bigdata.dat +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_ino/embedded/wasm.ino +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_ino/wasm/wasm.ino +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_project_init.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_server_and_client_seperatly.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_string_diff.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/tests/unit/test_webcompile.py +0 -0
- {fastled-1.2.75 → fastled-1.2.76}/upload_package.sh +0 -0
@@ -13,7 +13,7 @@ from .types import BuildMode, CompileResult, CompileServerError
|
|
13
13
|
# IMPORTANT! There's a bug in github which will REJECT any version update
|
14
14
|
# that has any other change in the repo. Please bump the version as the
|
15
15
|
# ONLY change in a commit, or else the pypi update and the release will fail.
|
16
|
-
__version__ = "1.2.
|
16
|
+
__version__ = "1.2.76"
|
17
17
|
|
18
18
|
DOCKER_FILE = (
|
19
19
|
"https://raw.githubusercontent.com/zackees/fastled-wasm/refs/heads/main/Dockerfile"
|
@@ -25,7 +25,7 @@ from docker.models.containers import Container
|
|
25
25
|
from docker.models.images import Image
|
26
26
|
from filelock import FileLock
|
27
27
|
|
28
|
-
from fastled.print_filter import PrintFilter
|
28
|
+
from fastled.print_filter import PrintFilter, PrintFilterFastled
|
29
29
|
from fastled.spinner import Spinner
|
30
30
|
|
31
31
|
CONFIG_DIR = Path(user_data_dir("fastled", "fastled"))
|
@@ -103,7 +103,7 @@ class Volume:
|
|
103
103
|
# Override the default PrintFilter to use a custom one.
|
104
104
|
def make_default_print_filter() -> PrintFilter:
|
105
105
|
"""Create a default PrintFilter instance."""
|
106
|
-
return
|
106
|
+
return PrintFilterFastled()
|
107
107
|
|
108
108
|
|
109
109
|
class RunningContainer:
|
@@ -24,10 +24,37 @@ def _find_fastled_repo(start: Path) -> Path | None:
|
|
24
24
|
return None
|
25
25
|
|
26
26
|
|
27
|
+
_DEFAULT_HELP_TEXT = """
|
28
|
+
FastLED WASM Compiler - Useful options:
|
29
|
+
<directory> Directory containing the FastLED sketch to compile
|
30
|
+
--init [example] Initialize one of the top tier WASM examples
|
31
|
+
--web [url] Use web compiler
|
32
|
+
--server Run the compiler server
|
33
|
+
--debug Build with debug symbols for dev-tools debugging
|
34
|
+
--quick Build in quick mode (default)
|
35
|
+
--release Build in optimized release mode
|
36
|
+
--profile Enable profiling the C++ build system
|
37
|
+
--update Update the docker image for the wasm compiler
|
38
|
+
--purge Remove all FastLED containers and images
|
39
|
+
--version Show version information
|
40
|
+
--help Show detailed help
|
41
|
+
Examples:
|
42
|
+
fastled (will auto detect the sketch directory and prompt you)
|
43
|
+
fastled my_sketch
|
44
|
+
fastled my_sketch --web (compiles using the web compiler only)
|
45
|
+
fastled --init Blink (initializes a new sketch directory with the Blink example)
|
46
|
+
fastled --server (runs the compiler server in the current directory)
|
47
|
+
"""
|
48
|
+
|
49
|
+
|
27
50
|
def parse_args() -> Args:
|
28
51
|
"""Parse command-line arguments."""
|
29
52
|
from fastled import __version__
|
30
53
|
|
54
|
+
# Check if no arguments were provided
|
55
|
+
if len(sys.argv) == 1:
|
56
|
+
print(_DEFAULT_HELP_TEXT)
|
57
|
+
|
31
58
|
parser = argparse.ArgumentParser(description=f"FastLED WASM Compiler {__version__}")
|
32
59
|
parser.add_argument("--version", action="version", version=f"{__version__}")
|
33
60
|
parser.add_argument(
|
@@ -1,4 +1,26 @@
|
|
1
1
|
import re
|
2
|
+
from abc import ABC, abstractmethod
|
3
|
+
|
4
|
+
|
5
|
+
class PrintFilter(ABC):
|
6
|
+
"""Abstract base class for filtering text output."""
|
7
|
+
|
8
|
+
def __init__(self, echo: bool = True) -> None:
|
9
|
+
self.echo = echo
|
10
|
+
|
11
|
+
@abstractmethod
|
12
|
+
def filter(self, text: str) -> str:
|
13
|
+
"""Filter the text according to implementation-specific rules."""
|
14
|
+
pass
|
15
|
+
|
16
|
+
def print(self, text: str | bytes) -> str:
|
17
|
+
"""Prints the text to the console after filtering."""
|
18
|
+
if isinstance(text, bytes):
|
19
|
+
text = text.decode("utf-8")
|
20
|
+
text = self.filter(text)
|
21
|
+
if self.echo:
|
22
|
+
print(text, end="")
|
23
|
+
return text
|
2
24
|
|
3
25
|
|
4
26
|
def _handle_ino_cpp(line: str) -> str:
|
@@ -17,31 +39,30 @@ def _handle_ino_cpp(line: str) -> str:
|
|
17
39
|
return line
|
18
40
|
|
19
41
|
|
20
|
-
class PrintFilter:
|
21
|
-
"""Provides filtering for
|
42
|
+
class PrintFilterDefault(PrintFilter):
|
43
|
+
"""Provides default filtering for FastLED output."""
|
44
|
+
|
45
|
+
def filter(self, text: str) -> str:
|
46
|
+
return text
|
47
|
+
|
48
|
+
|
49
|
+
class PrintFilterFastled(PrintFilter):
|
50
|
+
"""Provides filtering for FastLED output so that source files match up with local names."""
|
22
51
|
|
23
52
|
def __init__(self, echo: bool = True) -> None:
|
24
|
-
|
53
|
+
super().__init__(echo)
|
25
54
|
self.build_started = False
|
26
|
-
pass
|
27
55
|
|
28
|
-
def
|
56
|
+
def filter(self, text: str) -> str:
|
29
57
|
lines = text.splitlines()
|
30
58
|
out: list[str] = []
|
31
59
|
for line in lines:
|
60
|
+
## DEBUG DO NOT SUBMIT
|
61
|
+
# print(line)
|
32
62
|
if "# WASM is building" in line:
|
33
63
|
self.build_started = True
|
34
|
-
if self.build_started:
|
64
|
+
if self.build_started or " error: " in line:
|
35
65
|
line = _handle_ino_cpp(line)
|
36
66
|
out.append(line)
|
37
67
|
text = "\n".join(out)
|
38
68
|
return text
|
39
|
-
|
40
|
-
def print(self, text: str | bytes) -> str:
|
41
|
-
"""Prints the text to the console."""
|
42
|
-
if isinstance(text, bytes):
|
43
|
-
text = text.decode("utf-8")
|
44
|
-
text = self._filter_all(text)
|
45
|
-
if self.echo:
|
46
|
-
print(text, end="")
|
47
|
-
return text
|
@@ -4,6 +4,8 @@ from enum import Enum
|
|
4
4
|
from pathlib import Path
|
5
5
|
from typing import Any
|
6
6
|
|
7
|
+
from fastled.print_filter import PrintFilterFastled
|
8
|
+
|
7
9
|
|
8
10
|
@dataclass
|
9
11
|
class Args:
|
@@ -102,6 +104,11 @@ class CompileResult:
|
|
102
104
|
def to_dict(self) -> dict[str, Any]:
|
103
105
|
return self.__dict__.copy()
|
104
106
|
|
107
|
+
def __post_init__(self):
|
108
|
+
# Filter the stdout.
|
109
|
+
pf = PrintFilterFastled(echo=False)
|
110
|
+
self.stdout = pf.print(self.stdout)
|
111
|
+
|
105
112
|
|
106
113
|
class CompileServerError(Exception):
|
107
114
|
"""Error class for failing to instantiate CompileServer."""
|
@@ -4,6 +4,7 @@ import json
|
|
4
4
|
import os
|
5
5
|
import shutil
|
6
6
|
import tempfile
|
7
|
+
import time
|
7
8
|
import zipfile
|
8
9
|
from concurrent.futures import Future, ThreadPoolExecutor, as_completed
|
9
10
|
from dataclasses import dataclass
|
@@ -154,6 +155,37 @@ def find_good_connection(
|
|
154
155
|
return None
|
155
156
|
|
156
157
|
|
158
|
+
def _banner(msg: str) -> str:
|
159
|
+
"""
|
160
|
+
Create a banner for the given message.
|
161
|
+
Example:
|
162
|
+
msg = "Hello, World!"
|
163
|
+
print -> "#################"
|
164
|
+
"# Hello, World! #"
|
165
|
+
"#################"
|
166
|
+
"""
|
167
|
+
lines = msg.split("\n")
|
168
|
+
# Find the width of the widest line
|
169
|
+
max_width = max(len(line) for line in lines)
|
170
|
+
width = max_width + 4 # Add 4 for "# " and " #"
|
171
|
+
|
172
|
+
# Create the top border
|
173
|
+
banner = "\n" + "#" * width + "\n"
|
174
|
+
|
175
|
+
# Add each line with proper padding
|
176
|
+
for line in lines:
|
177
|
+
padding = max_width - len(line)
|
178
|
+
banner += f"# {line}{' ' * padding} #\n"
|
179
|
+
|
180
|
+
# Add the bottom border
|
181
|
+
banner += "#" * width + "\n"
|
182
|
+
return banner
|
183
|
+
|
184
|
+
|
185
|
+
def _print_banner(msg: str) -> None:
|
186
|
+
print(_banner(msg))
|
187
|
+
|
188
|
+
|
157
189
|
def web_compile(
|
158
190
|
directory: Path | str,
|
159
191
|
host: str | None = None,
|
@@ -161,11 +193,12 @@ def web_compile(
|
|
161
193
|
build_mode: BuildMode | None = None,
|
162
194
|
profile: bool = False,
|
163
195
|
) -> CompileResult:
|
196
|
+
start_time = time.time()
|
164
197
|
if isinstance(directory, str):
|
165
198
|
directory = Path(directory)
|
166
199
|
host = _sanitize_host(host or DEFAULT_HOST)
|
167
200
|
build_mode = build_mode or BuildMode.QUICK
|
168
|
-
|
201
|
+
_print_banner(f"Compiling on {host}")
|
169
202
|
auth_token = auth_token or _AUTH_TOKEN
|
170
203
|
if not directory.exists():
|
171
204
|
raise FileNotFoundError(f"Directory not found: {directory}")
|
@@ -186,7 +219,7 @@ def web_compile(
|
|
186
219
|
|
187
220
|
connection_result = find_good_connection(urls)
|
188
221
|
if connection_result is None:
|
189
|
-
|
222
|
+
_print_banner("Connection failed to all endpoints")
|
190
223
|
return CompileResult(
|
191
224
|
success=False,
|
192
225
|
stdout="Connection failed",
|
@@ -270,6 +303,9 @@ def web_compile(
|
|
270
303
|
relative_path = file_path.relative_to(extract_path)
|
271
304
|
out_zip.write(file_path, relative_path)
|
272
305
|
|
306
|
+
diff_time = time.time() - start_time
|
307
|
+
msg = f"Compilation success, took {diff_time:.2f} seconds"
|
308
|
+
_print_banner(msg)
|
273
309
|
return CompileResult(
|
274
310
|
success=True,
|
275
311
|
stdout=stdout,
|
@@ -35,7 +35,15 @@ class WebCompileTester(unittest.TestCase):
|
|
35
35
|
print("stdout:")
|
36
36
|
print(result.stdout)
|
37
37
|
self.fail("Expected error not found in stdout")
|
38
|
-
|
38
|
+
if "bad/bad.ino:" not in result.stdout: # No .cpp extension.
|
39
|
+
print(
|
40
|
+
"bad.ino.cpp was not transformed to bad.ino without the cpp extension"
|
41
|
+
)
|
42
|
+
print("stdout:")
|
43
|
+
print(result.stdout)
|
44
|
+
self.fail(
|
45
|
+
"bad.ino.cpp was not transformed to bad.ino without the cpp extension"
|
46
|
+
)
|
39
47
|
|
40
48
|
print(f"Zip size: {len(result.zip_bytes)} bytes")
|
41
49
|
|
@@ -4,18 +4,20 @@ Unit test file.
|
|
4
4
|
|
5
5
|
import unittest
|
6
6
|
|
7
|
-
from fastled.print_filter import
|
7
|
+
from fastled.print_filter import PrintFilterFastled
|
8
8
|
|
9
9
|
|
10
10
|
class PrintFitlerTester(unittest.TestCase):
|
11
11
|
"""Main tester class."""
|
12
12
|
|
13
|
-
def
|
13
|
+
def test_print_filter(self) -> None:
|
14
14
|
"""Tests that a project can be filtered"""
|
15
15
|
# Test the PrintFilter class
|
16
|
-
pf =
|
16
|
+
pf = PrintFilterFastled(echo=False)
|
17
17
|
pf.print("# WASM is building") # This should trigger the filter.
|
18
|
-
result = pf.print(
|
18
|
+
result = pf.print(
|
19
|
+
"5.36 src/XYPath.ino.cpp:4:1: error: unknown type name 'kdsjfsdkfjsd'"
|
20
|
+
) # This should now be transformed.
|
19
21
|
self.assertNotIn(".ino.cpp", result, "Expected .ino.cpp to be filtered out")
|
20
22
|
self.assertIn(
|
21
23
|
"examples/XYPath/XYPath.ino", result, "Expected path to be transformed"
|
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
|
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
|