Skip to content

Commit

Permalink
Merge pull request #23 from Ducasse/FixingtheMetaclass
Browse files Browse the repository at this point in the history
FixingtheMetaclass
  • Loading branch information
guillep authored Aug 13, 2018
2 parents caf4ecb + d7c2b4d commit ff74c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
instance creation
of: aRepository fromExternalCollection: aCollection
| id |
self assert: (aCollection class = ByteArray or: [ aCollection class theMetaClass canUnderstand: #asExternalTypeOn: ]).
self assert: (aCollection class = ByteArray or: [ aCollection class classSide canUnderstand: #asExternalTypeOn: ]).
id := LGitId new.
self
blob_create_frombuffer: id
Expand Down

0 comments on commit ff74c4d

Please sign in to comment.