Commit 7645956
committed
Add missing LinearVerbosity imports to extensions
Several extensions were using LinearVerbosity in their function signatures
but were not explicitly importing it. This commit adds the missing imports
to ensure proper functionality:
- LinearSolveIterativeSolversExt: Added LinearVerbosity to imports
- LinearSolveFastLapackInterfaceExt: Added LinearVerbosity import
- LinearSolvePardisoExt: Added LinearVerbosity to imports
- LinearSolveSparspakExt: Added LinearVerbosity import
These imports are necessary as LinearVerbosity is used as a type annotation
in the init_cacheval functions of these extensions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 1748f9b commit 7645956
File tree
4 files changed
+4
-2
lines changed- ext
4 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments