Commit 7cd8768
Fix
* Fix `embedding_wrapper.c` for Julia 1.11
Co-authored-by: Uwe Fechner <[email protected]>
Co-authored-by: PatrickHaecker <[email protected]>
* Start running CI on Julia 1.11
* Apply suggestions from code review
Co-authored-by: Cody Tapscott <[email protected]>
* Try CI on nightly, and see if the bug (from 1.11) is still present on nightly
* For now, skip the `incremental=false` tests on Julia 1.11
* Fix a mistake
* Update runtests.jl
* Update runtests.jl
* Update runtests.jl
---------
Co-authored-by: PatrickHaecker <[email protected]>
Co-authored-by: Dilum Aluthge <[email protected]>
Co-authored-by: Cody Tapscott <[email protected]>embedding_wrapper.c for Julia 1.11; also, run CI on 1.11, but skip the incremental=false tests on 1.11 (#954)1 parent 0e04008 commit 7cd8768
File tree
3 files changed
+23
-4
lines changed- .github/workflows
- src
- test
3 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
22 | 31 | | |
23 | 32 | | |
24 | | - | |
25 | | - | |
| 33 | + | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
| |||
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
76 | 92 | | |
77 | 93 | | |
78 | 94 | | |
| |||
0 commit comments