Closed ajborla closed 4 months ago
This has a listing of commits, but those are not "evergreen", but the SHA's would be, unless they are squashed, and then they would eventually go away due to git's garbage collection.
Just an FYI, since I searched for the described commits and I can not find them.
Hi Victor,
The listed commits are actually from another Github repository, ajborla/t-rexx, the repository from which the changed file, t3.rexx, originates. I included them for informational value only. In future I will merely list the tasks performed rather than copy-paste the commit messages.
Many thanks for your advice, and for the time you took to look over the repository.
All the best.
----- Original Message ----- From: Victor Goff @.> Reply-To: exercism/rexx @.> To: exercism/rexx @.> Cc: Anthony J. Borla @.>, State change @.***> Sent: 30/07/2024 2:29:24 PM Subject: Re: [exercism/rexx] chore(t3.rexx): upgrade unit test component code (PR #135)
This has a listing of commits, but those are not "evergreen", but the SHA's would be, unless they are squashed, and then they would eventually go away due to git's garbage collection. Just an FYI, since I searched for the described commits and I can not find them. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>
Hi Victor, The listed commits are actually from another Github repository, ajborla/t-rexx, the repository from which the changed file, t3.rexx, originates. I included them for informational value only.
Ah, it was not clear, no link to the source, I thought this repository (being named rexx
(under the namespace of exercism) was the reference.
In future I will merely list the tasks performed rather than copy-paste the commit messages. Many thanks for your advice, and for the time you took to look over the repository. All the best.
Sounds good, I do not think there is a pressing need to update the message here, unless you want to make it easier for future readers to get to your intended sources.
And thank you for your work, and your intended thoroughness in documenting.
Includes the following commits:
2024-07-30 13:03:57 +1000 |ajborla| fix(t3.rexx): ensure quoting of literals in JSON output 2024-07-30 12:59:50 +1000 |ajborla| fix(t3.rexx): revise empty string test for test variables 2024-07-30 12:55:27 +1000 |ajborla| fix(t3.rexx): extract return value also from a CALL of code-under-test 2024-07-30 12:47:43 +1000 |ajborla| fix(t3.rexx): ensure raw newlines converted to '\n' in JSON output 2024-07-30 07:48:31 +1000 |ajborla| docs(t3.rexx): revise header to reflect latest changes