You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix preferences to be stored in main LinearSolve.jl package
- Remove LocalPreferences.toml from sublibrary directory
- Create LocalPreferences.toml in main LinearSolve.jl directory
- Fix get_algorithm_preferences() to use load_preference (singular) instead of load_preferences
- Update clear_algorithm_preferences() to check for preference existence before deletion
- Preferences are now correctly stored in the main package where they belong
- Use pattern-based preference loading since Preferences.jl doesn't have a get-all function
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments