Skip to content

Add refactoring lesson#33

Merged
connoraird merged 10 commits intomainfrom
32-add-refactoring-lesson
Nov 4, 2025
Merged

Add refactoring lesson#33
connoraird merged 10 commits intomainfrom
32-add-refactoring-lesson

Conversation

@connoraird
Copy link
Collaborator

Closes #32

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Thank you!

Thank you for your pull request 😃

🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/UCL-ARC/fortran-unit-testing-lesson/compare/md-outputs..md-outputs-PR-33

The following changes were observed in the rendered markdown documents:

 ...o-to-unit-tests.md => 1-what-is-a-unit-tests.md |   18 +-
 2-intro-to-fortran-unit-tests.md (gone)            |   84 --
 2-refactor-fortran.md (new)                        | 1341 ++++++++++++++++++++
 config.yaml                                        |    6 +-
 index.md                                           |    4 +-
 md5sum.txt                                         |   10 +-
 setup.md                                           |    5 -
 7 files changed, 1359 insertions(+), 109 deletions(-)
What does this mean?

If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible.

This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

⏱️ Updated at 2025-11-04 10:01:55 +0000

@connoraird connoraird marked this pull request as ready for review November 4, 2025 09:54
github-actions bot pushed a commit that referenced this pull request Nov 4, 2025
@connoraird connoraird merged commit b93e579 into main Nov 4, 2025
3 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 4, 2025
Auto-generated via `{sandpaper}`
Source  : b93e579
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-11-04 10:02:41 +0000
Message : Merge pull request #33 from UCL-ARC/32-add-refactoring-lesson

Add refactoring lesson
github-actions bot pushed a commit that referenced this pull request Nov 4, 2025
Auto-generated via `{sandpaper}`
Source  : 96141d1
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-11-04 10:03:24 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : b93e579
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-11-04 10:02:41 +0000
Message : Merge pull request #33 from UCL-ARC/32-add-refactoring-lesson

Add refactoring lesson
github-actions bot pushed a commit that referenced this pull request Nov 11, 2025
Auto-generated via `{sandpaper}`
Source  : 96141d1
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-11-04 10:03:24 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : b93e579
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-11-04 10:02:41 +0000
Message : Merge pull request #33 from UCL-ARC/32-add-refactoring-lesson

Add refactoring lesson
@connoraird connoraird deleted the 32-add-refactoring-lesson branch November 14, 2025 16:24
github-actions bot pushed a commit that referenced this pull request Nov 18, 2025
Auto-generated via `{sandpaper}`
Source  : 96141d1
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-11-04 10:03:24 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : b93e579
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-11-04 10:02:41 +0000
Message : Merge pull request #33 from UCL-ARC/32-add-refactoring-lesson

Add refactoring lesson
github-actions bot pushed a commit that referenced this pull request Nov 25, 2025
Auto-generated via `{sandpaper}`
Source  : 96141d1
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-11-04 10:03:24 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : b93e579
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-11-04 10:02:41 +0000
Message : Merge pull request #33 from UCL-ARC/32-add-refactoring-lesson

Add refactoring lesson
github-actions bot pushed a commit that referenced this pull request Dec 2, 2025
Auto-generated via `{sandpaper}`
Source  : 96141d1
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-11-04 10:03:24 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : b93e579
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-11-04 10:02:41 +0000
Message : Merge pull request #33 from UCL-ARC/32-add-refactoring-lesson

Add refactoring lesson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create lesson for how to refactor Fortran to be more testable

1 participant