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

Updated repository to Tonel v3 source code format for output to Git. #648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bajger
Copy link
Contributor

@Bajger Bajger commented Feb 27, 2025

Updated repository source code format to latest Tonel version (v3) used for serialization to Git VCS.

Copy link

Hello 👋 Thanks for your PR.

This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed.

If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track.

Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum.

(cc @exercism/cross-track-maintainers)

@Bajger
Copy link
Contributor Author

Bajger commented Feb 27, 2025

Conversion done based on instructions here. Evaluated code:

| projectName repository |
projectName := 'pharo-smalltalk'.
repository := IceRepository repositories detect: [ :repo | repo name = projectName ].
repository workingCopy packages do: [ :pkg |
IceLibgitTonelWriter forInternalStoreFileOut: pkg latestVersion mcVersion on: repository ]

@Bajger Bajger requested a review from BNAndras February 27, 2025 08:29
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.

1 participant