Skip to content

Commit

Permalink
Loosen slice checking against shape
Browse files Browse the repository at this point in the history
Switch from checking against source shape to limits of slice,
match SliceND and Slice behaviour. Also add unit tests for 100%
coverage of those classes and replace fail with assertThrows,
and update Tycho to 3.0.5 and target platform to 2020-03 (aka 4.15)
  • Loading branch information
PeterC-DLS committed Jan 28, 2025
1 parent d17a0a5 commit f9f8418
Show file tree
Hide file tree
Showing 13 changed files with 1,425 additions and 980 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11' ]
java: [ '17' ]
name: Java ${{ matrix.java }} compile
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.january.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.january.test
Bundle-Version: 2.3.3.qualifier
Fragment-Host: org.eclipse.january;bundle-version="2.3.3"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="[4.12.0,5.0.0)",
Require-Bundle: org.junit;bundle-version="[4.13.0,5.0.0)",
org.eclipse.january.asserts;bundle-version="2.3.2"
Bundle-Vendor: Eclipse January
Automatic-Module-Name: org.eclipse.january.test
Loading

0 comments on commit f9f8418

Please sign in to comment.