Skip to content

fix(js/ts/python): quote strings with the %A format specifier#4749

Merged
MangelMaxime merged 1 commit into
mainfrom
fix-%a-to-string-for-string
Jul 9, 2026
Merged

fix(js/ts/python): quote strings with the %A format specifier#4749
MangelMaxime merged 1 commit into
mainfrom
fix-%a-to-string-for-string

Conversation

@MangelMaxime

Copy link
Copy Markdown
Member

Fix #4732

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Python Type Checking Results (Pyright)

Metric Value
Total errors 34
Files with errors 4
Excluded files 4
New errors ✅ No
Excluded files with errors (4 files)

These files have known type errors and are excluded from CI. Remove from pyrightconfig.ci.json as errors are fixed.

File Errors Status
temp/tests/Python/test_hash_set.py 18 Excluded
temp/tests/Python/test_applicative.py 12 Excluded
temp/tests/Python/test_nested_and_recursive_pattern.py 2 Excluded
temp/tests/Python/fable_modules/thoth_json_python/encode.py 2 Excluded

@MangelMaxime MangelMaxime merged commit 75321f3 into main Jul 9, 2026
31 of 32 checks passed
@MangelMaxime MangelMaxime deleted the fix-%a-to-string-for-string branch July 9, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

%A text format does not quote strings

1 participant