Commit 44a4351
Claude
[VERSION] Bump to v3.19.7
Updated version for release with 6 string method fixes:
- DEPYLER-0195: str.replace() type error fixed
- DEPYLER-0196: str.join() type error fixed
- DEPYLER-0197: str.find() return type fixed
- DEPYLER-0198: str.count() implemented
- DEPYLER-0199: str.isdigit() implemented
- DEPYLER-0200: str.isalpha() implemented
All 443/443 tests passing. Zero regressions.1 parent cbe4036 commit 44a4351
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments