Skip to content

Commit

Permalink
Simplify repository creation
Browse files Browse the repository at this point in the history
This change has for goal to move the repository creation from MetacelloPlatform to TonelRepository to simplify the code
  • Loading branch information
jecisc committed Oct 17, 2023
1 parent f369edf commit 55e110c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
metacello support
createRepositoryFromSpec: aRepositorySpec

^ self new
directory: (aRepositorySpec description copyFrom: (aRepositorySpec type , '://') size + 1 to: aRepositorySpec description size) asFileReference;
yourself

This file was deleted.

0 comments on commit 55e110c

Please sign in to comment.