Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation and CI workflows to reflect the renaming of the test suite framework from PorTS to RosettaTest, supporting the sendmail header and cc/bcc tests.
- Updated README.md to replace references and instructions from PorTS to RosettaTest.
- Modified GitHub workflow files (Ruby, Python, JavaScript, and interpreter tests) to point to the new RosettaTest file paths and commands.
Reviewed Changes
Copilot reviewed 354 out of 369 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Replaced PorTS references with RosettaTest in description and instructions. |
| .github/workflows/ruby-suites.yml | Updated Ruby command paths from ports-rb to rosetta-test-rb. |
| .github/workflows/python-suites.yml | Modified Python test commands and dependencies from ports-py to rosetta-test-py. |
| .github/workflows/javascript-suites.yml | Updated JavaScript command paths from ports-js to rosetta-test-js. |
| .github/workflows/interpreter-tests.yml | Adjusted interpreter test references for Python, Ruby, and JavaScript to RosettaTest. |
Files not reviewed (15)
- .gitattributes: Language not supported
- .smalltalk.ston: Language not supported
- ports-s/BaselineOfPortsS/BaselineOfPortsS.class.st: Language not supported
- ports-s/BaselineOfPortsS/package.st: Language not supported
- ports-s/PortsS-Core/package.st: Language not supported
- ports-s/PortsS-Interpreter/Collection.extension.st: Language not supported
- ports-s/PortsS-Interpreter/False.extension.st: Language not supported
- ports-s/PortsS-Interpreter/Object.extension.st: Language not supported
- ports-s/PortsS-Interpreter/PortsSyntaxError.class.st: Language not supported
- ports-s/PortsS-Interpreter/PortsTypeError.class.st: Language not supported
- ports-s/PortsS-Interpreter/package.st: Language not supported
- ports-s/PortsS-Suites/PortsFSSuite.class.st: Language not supported
- ports-s/PortsS-Suites/PortsJSONRfcSuite.class.st: Language not supported
- ports-s/PortsS-Suites/package.st: Language not supported
- ports-s/PortsS-Tests/package.st: Language not supported
2 tasks
284949a to
f519c4e
Compare
Owner
Author
|
This branch will not merge easily as it already contains the name change. |
Collaborator
Why not merge the name-change PR first and then rebase this branch onto master? :) |
f519c4e to
c14ea66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #2