eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ChangeSet::GithubFolderFileReader':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: GithubFolderFileReader (private in ChangeSet

This class is only visible from within ChangeSet.

Inheritance:

   Object
   |
   +--ChangeSet::ChangeFileReader
      |
      +--ChangeSet::GithubFolderFileReader

Package:
stx:libbasic3
Category:
System-Changes
Owner:
ChangeSet

Description:


To filein downloaded folders in github format 
(for example as in: https://github.com/CampSmalltalk/Cypress)

Download the whole folder, unzip it, then do:

(ChangeSet fromGithubFolder:
    'C:\Users\cg\Downloads\cypress\Cypress-master\implementations\smalltalkx')
       inspect

or:
   ChangeSetBrowser openOn:
       (ChangeSet fromGithubFolder:
           'C:\Users\cg\Downloads\cypress\Cypress-master\implementations\smalltalkx')


Instance protocol:

reading
o  changesFromFolder: aDirectoryName do: aOneArgBlock
aq&d hack, to get it read in; might need more work



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 02:44:56 GMT