Commit 6942c0b
Add VERSION check for Julia 1.11+ negative info convention
Only use negative info values for NoPivot() on Julia 1.11 and later.
Earlier versions should continue using positive info values.
- Added NOPIVOT_NEGATIVE_INFO constant that checks Julia version
- Use this constant to conditionally apply negative info values
- Ensures backward compatibility with Julia < 1.11
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3c04135 commit 6942c0b
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
240 | | - | |
| 242 | + | |
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
| |||
311 | 313 | | |
312 | 314 | | |
313 | 315 | | |
314 | | - | |
| 316 | + | |
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
| |||
0 commit comments