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
Scoop is being advertised as compatible with PowerShell 5.1 so these changes seem appropriate to implement.
mrplumber
changed the title
[Bug] Error while trying to enable scoop config use_sqlite_cache
[Bug] Error while trying to enable scoop config use_sqlite_cache (current implementation incompatible with PS 5.1)
Jul 6, 2024
Bug Report
Current Behavior
When trying to enable new SQLite cache feature with command
scoop config use_sqlite_cache true
got an error:Expected Behavior
Obvious.
Additional context/output
Possible Solution
While debugging tried to manually follow commands in
function Get-SQLite
from lib/database.ps1 and got stuck there:Scoop/lib/database.ps1
Line 29 in 716b6db
Shouldn't this line:
Scoop/lib/database.ps1
Line 24 in 716b6db
be like this:
$sqlitePkgPath = "$env:TEMP\sqlite.zip"
?
System details
Windows version: 10
OS architecture: 64bit
PowerShell version:
Additional software: [(optional) e.g. ConEmu, Git]
Scoop Configuration
The text was updated successfully, but these errors were encountered: