Commit d908b0a
fix(core): add Slice.GetSlice overload for Bytes and update skip reasons
- Add GetSlice(Bytes, int?, int?, int?) to Slice.cs, delegating to bytes.Slice()
- Un-skip bytes_slicing fixture (now passes)
- Update stdlib_collections_defaultdict.skip with issue references (#553-555)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8b14c28 commit d908b0a
3 files changed
Lines changed: 10 additions & 0 deletions
File tree
- src
- Sharpy.Compiler.Tests/Integration/TestFixtures
- Sharpy.Core
Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
153 | 162 | | |
154 | 163 | | |
0 commit comments