-
-
Notifications
You must be signed in to change notification settings - Fork 420
modularisation FileSystem #19568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NathanMalenge
wants to merge
31
commits into
pharo-project:Pharo14
Choose a base branch
from
NathanMalenge:FileSystem
base: Pharo14
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
modularisation FileSystem #19568
Changes from 9 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
79e0599
add FileSystem
NathanMalenge 11b519c
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge 593f483
Refactoring: remove StringTests extensions from FileSystem-Core-Tests
NathanMalenge a23ddd3
Refactor: add UnifiedFFI dependency to FileSystem tests resolve LibC …
NathanMalenge 745e70b
changed grouptest name
NathanMalenge 2ebee07
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge fd173bd
add a dependency to System-OSEnvironments
NathanMalenge 84ba5e7
Fix: use UnifiedFFI minimal group for FileSystem tests
NathanMalenge 69f655f
Fix: remove external baseline requirement from package spec
NathanMalenge 1b5af80
add reference to UnifiedFFi and delete group TestFFI
NathanMalenge 1baf9c7
replacement of testFFI by Tests
NathanMalenge 540e56d
add loading guideline for baslineofUnifiedFFi
NathanMalenge 50a8df0
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge 99873b4
add dependendy to OS-Platforms
NathanMalenge f3fcf3e
fix boostrap bug
NathanMalenge 9c8622f
loading default
NathanMalenge 9971b88
add dependency to osPltforms in UnifiedFFi instead of FileSystem
NathanMalenge 329741a
trying to fix dependency issue
NathanMalenge 62c4618
add dependency
NathanMalenge ed58063
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge 6a71db3
change package of the method because there was a cycling dependency
NathanMalenge 19191c3
moving these methods to avoid circular dependencies
NathanMalenge 1c2834b
changing package again to avoid dependency
NathanMalenge 179653d
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge d4a5380
add missing dependency
NathanMalenge 1fcd889
changed the package of the method and now loading core instead of min…
NathanMalenge 5276c39
loading baselineOfThreadedFFI to add dependency
NathanMalenge ccb5f54
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge f89e78a
delete ref to threadedffi
NathanMalenge e39252f
Merge branch 'Pharo14' of github.com:pharo-project/pharo into FileSystem
NathanMalenge 7ce1e02
Merge branch 'Pharo14' into FileSystem
NathanMalenge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of a different group, we should say that
FileSystem-Core-Testsdepends onUnifiedFFI, right?