-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rename repo to configlet
#124
Comments
I think this about covers it |
Note: the |
Let's directly rename to |
configlet-v3
then configlet
configlet
I think we can close this issue, right @ee7? |
I like the optimistic box-ticking, but I left the
See https://github.com/search?q=org%3Aexercism+syncer&type=code Don't rely on it being called Ideally, any reference to each script should also be removed from each track's documentation. |
So many tracks! 😱 |
Important remaining documentation of Unimportant, but a bonus:
With these and the above PRs, I think that gets us to zero |
The `fetch-canonical-data-syncer` script is obsolete as canonical data syncing is now built into `configlet`. See exercism/configlet#124
The `fetch-canonical-data-syncer` script is obsolete as canonical data syncing is now built into `configlet`. See exercism/configlet#124
@ee7 Done |
The `fetch-canonical-data-syncer` script is obsolete as canonical data syncing is now built into `configlet`. See exercism/configlet#124
The `fetch-canonical-data-syncer` script is obsolete as canonical data syncing is now built into `configlet`. See exercism/configlet#124
I'll close this issue when all the previously linked PRs are merged. |
canonical_data_syncer
to have a configlet-like interface with async
subcommand, and update docs (6747588)fetch-configlet
script in this repo to support the repo rename (05f3514).fetch-configlet
scripts.fetch-canonical_data_syncer
scripts inbash
,common-lisp
,perl5
,python
,raku
,rust
,tcl
andexercism/github-actions
.fetch-canonical_data_syncer
scripts indart
,javascript
,solidity
,typescript
,zig
andexercism/request-new-language-track
.configlet-v3
,configlet-v4
(if we want to refer to theconfiglet
version rather than the Exercism version) or directly toconfiglet
. (We'll go toconfiglet
)tests.toml
#134--trackDir
option #72.canonical_data_syncer
apart from0.17.0
.v0.17.0
tag on the remote.4.0.0-alpha.1
release (and consider not prefixing withv
).exercism/configlet
to https://github.com/exercism/v2-configlet2021-01-29 (Fri): Rename theEdit: we didn't bother with this.exercism/canonical-data-syncer
repo toconfiglet-v3
for a few seconds, then straight toconfiglet
. The first step is to setup a GitHub redirect fromconfiglet-v3
toconfiglet
- we wrote about our plans to develop first inconfiglet-v3
, so people might remember that this redirect is expected to exist.fetch-configlet
script on every track).0.17.0
release to include "canonical_data_syncer" in the title. But it's critical that we don't cause theid
value from the GitHub API response to change until we're happy to break all thefetch-canonical_data_syncer
scripts.0.17.0
tag ofcanonical_data_syncer
, and its release. It doesn't work with the new structure of track repos anyway.fetch-canonical_data_syncer
scripts everywhere (recommend usingconfiglet sync
instead).configlet sync
, notcanonical_data_syncer
Is there anything else to mention?
The text was updated successfully, but these errors were encountered: