Commit 593b9ac
Remove test no longer relevant after nightly ccall change (#100)
The removed test attempted to pass a runtime-computed function name to
`ccall` via `ccallable_sptest_name(T)`, but `ccall` now requires its
function name argument to be a compile-time constant.
This pattern only works with `@generated` functions from Julia 1.13
onwards, where the function name can be evaluated at code generation
time.
Currently JL cannot handle `@generated` functions, so the commenting out
the test case updated in the last commit.
---------
Co-authored-by: Em Chu <[email protected]>1 parent 6b42c7a commit 593b9ac
1 file changed
+15
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
0 commit comments