Skip to content
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

Enh explanation #816

Merged
merged 5 commits into from
Aug 3, 2024
Merged

Enh explanation #816

merged 5 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. Just some simple tests so that after I can refactor the messages and …

    …integrate this into pillar.
    Ducasse committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    befef1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf19099 View commit details
    Browse the repository at this point in the history
  3. removing class level message dict

    skip the figure for now.
    Ducasse committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d793ed1 View commit details
    Browse the repository at this point in the history
  4. fixing the a parameter name

    Ducasse committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    350c835 View commit details
    Browse the repository at this point in the history
  5. change the API so that we can write

    ```
    checker := MicReferenceChecker new 
    	fileSystem: FileSystem disk  ;
    	checkProject: '/Users/ducasse/Workspace/FirstCircle/MyBooks/Bk-Writing/PharoBooks2/Booklet-Graphics/Chapters/bloc/blocArchitecture.md' asFileReference.
    checker isOkay
    ```
    
    And not get forced to do 
    
    ```
    checker := MicReferenceChecker new 
    	fileSystem: FileSystem disk .
    checker	
    	checkProject: '/Users/ducasse/Workspace/FirstCircle/MyBooks/Bk-Writing/PharoBooks2/Booklet-Graphics/Chapters/bloc/blocArchitecture.md' asFileReference.
    checker isOkay
    ```
    Ducasse committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e57bf11 View commit details
    Browse the repository at this point in the history