2024-02-26 |
Mock IO in writeLocalPackageList / writeOverrides
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
---|---|
Remove the need to mock PackageManager.refresh()
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
Remove direct IO from Location.scanLocalPackages
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
PackageManager: Mock readText, do not mock load
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
Move Package.findPackageFile to PackageManager, mock
...
Mathias Lang
authored
on 23 Feb 2024
Nicholas Wilson
committed
on 26 Feb 2024
|
|
2024-02-24 |
Remove the need for intermediate `.zip` file in PackageSupplier
...
Mathias Lang
authored
on 21 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
Fix ubyte[] download overload by avoiding a cast
...
Mathias Lang
authored
on 22 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
|
Trivial: Print the Exception message in retryDownload
...
Mathias Lang
authored
on 22 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
|
Trivial: Upgrade remaining actions/checkout to v4
...
Mathias Lang
authored
on 24 Feb 2024
Mathias LANG
committed
on 24 Feb 2024
|
|
Test: Directly mock writeFile/existsFile from PackageManager
...
Mathias Lang
authored
on 23 Feb 2024
The Dlang Bot
committed
on 24 Feb 2024
|
|
2024-02-22 |
Introduce FSEntry.removeFile, FSEntry.removeDir, refactor FSEntry.writeFile
...
Mathias Lang
authored
on 21 Feb 2024
Mathias LANG
committed
on 22 Feb 2024
|
Allow tests to call customCachePaths
...
Mathias Lang
authored
on 21 Feb 2024
Petar Kirov
committed
on 22 Feb 2024
|
|
Tests: Remove FSEntry.this dependency on TestDub
...
Mathias Lang
authored
on 21 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Make FSEntry const and scope correct
...
Mathias Lang
authored
on 22 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Test: Move writePackageFile to UFCS, better document
...
Mathias Lang
authored
on 21 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Merge both TestDub constructors
...
Mathias Lang
authored
on 21 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Remove FileInfo.timeCreated
...
Mathias Lang
authored
on 21 Feb 2024
The Dlang Bot
committed
on 22 Feb 2024
|
|
Tests: FSEntry.writeFile write to wrong directory
...
Mathias Lang
authored
on 21 Feb 2024
Mathias LANG
committed
on 22 Feb 2024
|
|
Test registry: Store version separate from Package
...
Mathias Lang
authored
on 21 Feb 2024
Mathias LANG
committed
on 22 Feb 2024
|
|
Introduce readText and make stripUTF8BOM private
Mathias Lang
authored
on 18 Feb 2024
Mathias LANG
committed
on 22 Feb 2024
|
|
2024-02-18 |
Load dub.selections.json in unittest
...
Mathias Lang
authored
on 18 Feb 2024
Mathias LANG
committed
on 18 Feb 2024
|
2024-02-17 |
Merge pull request #2866 from Geod24/mlang/Simplify1
...
Sönke Ludwig
authored
on 17 Feb 2024
GitHub
committed
on 17 Feb 2024
|
Move writing selections file to PackageManager
...
Mathias Lang
authored
on 16 Feb 2024
Mathias LANG
committed
on 17 Feb 2024
|
|
Merge pull request #2865 from dlang/fix_issue_2691_reboot
...
Mathias LANG
authored
on 17 Feb 2024
GitHub
committed
on 17 Feb 2024
|
|
Simplify condition.
Sönke Ludwig
committed
on 17 Feb 2024
|
|
Trivial: Simplify PackageManager's loadInternal
Mathias Lang
committed
on 17 Feb 2024
|
|
2024-02-16 |
Properly fix issue #2691 by reverting to the original scanning behavior.
...
Sönke Ludwig
committed
on 16 Feb 2024
|
Revert "Fix #2691: Use same structure for managed and unmanaged path"
...
Sönke Ludwig
committed
on 16 Feb 2024
|
|
Remove an unused JSON serialization call
...
Mathias Lang
authored
on 16 Feb 2024
Mathias LANG
committed
on 16 Feb 2024
|
|
2024-02-15 |
Tests: Use TestDub FSEntry constructor for more accurate tests
...
Mathias Lang
authored
on 12 Feb 2024
Mathias LANG
committed
on 15 Feb 2024
|