Commit 08bc655
Merge branch 'stdlib-p0' into dev
Merge stdlib P0 implementation: string methods, file I/O, os module,
pathlib, json, re, argparse, math completion, itertools completion,
collections additions (OrderedDict, ChainMap), random additions.
Resolved conflicts with dev's independent module implementations by
keeping dev versions and adapting stdlib-p0 tests. Fixed Accumulate
value-type initial parameter bug, OsPath.Normpath to preserve relative
paths, and made all Itertools partial classes public.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>File tree
53 files changed
+6481
-4353
lines changed- src
- Sharpy.Compiler.Tests/Discovery/Caching
- Sharpy.Core.Tests
- Sharpy.Core
- Argparse
- Builtins
- Collections
- Itertools
- Json
- Math
- Os
- Pathlib
- Random
- Re
- Sys
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+6481
-4353
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments