modularisation FileSystem#19568
modularisation FileSystem#19568NathanMalenge wants to merge 31 commits intopharo-project:Pharo14from
Conversation
Moved the two tests in a dedicated class. To remove the dependency between the two packages FileSystem-Core-Tests and Collctions-String-Tests
…dependency problem
| group: 'Tests' with: { 'FileSystem-Core-Tests'. 'FileSystem-Disk-Tests'. 'FileSystem-Tests-Attributes' } ] | ||
| group: 'Core' with: { 'FFI-Kernel'. 'FileSystem-Path'. 'FileSystem-Core'. 'FileSystem-Disk'. 'System-Sources-Files'}; | ||
| group: 'Tests' with: { 'FileSystem-Core-Tests'. 'FileSystem-Disk-Tests'. 'FileSystem-Tests-Attributes' } ; | ||
| group: 'TestsWithFFI' with: #('Tests' 'UnifiedFFI').] |
There was a problem hiding this comment.
Instead of a different group, we should say that FileSystem-Core-Tests depends on UnifiedFFI, right?
|
Looks like BaselineOfUnifiedFFI misses a dependency to OSPlatforms!! :} |
|
I’ll check that on monday, thx for the guidance @guillep |
…imal in the baseline
|
Something I think is wrong with the FFI loading DeleteVisitorTest testSymbolicLink
|
|
The ThreadedFFI backend is indeed missing, I already tried and add it. The issue is that if I include ThreadedFFI in the dependencies, the strict CI completely crashes during the loading phase due to an undeclared variable warning. commit number: 5276c39 |
Added FileSystem in the jenkinsFile