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

Remove checker name in options with models name #38

Closed
ligurio opened this issue Apr 28, 2022 · 0 comments · Fixed by #40
Closed

Remove checker name in options with models name #38

ligurio opened this issue Apr 28, 2022 · 0 comments · Fixed by #40

Comments

@ligurio
Copy link
Owner

ligurio commented Apr 28, 2022

There is no sense to include a checker name to a model name. Checker is specified in a model description in a documentation.

ligurio added a commit that referenced this issue Apr 29, 2022
Description of option "knossos-register" has been removed in
documentation and usage in order to deduplicate a number of models for
similar or same histories. Option itself will be removed later.

Part of #38
ligurio added a commit that referenced this issue Apr 29, 2022
ligurio added a commit that referenced this issue Apr 29, 2022
@ligurio ligurio changed the title Remove prefixes from model names Remove checker name in options with models name Apr 29, 2022
ligurio added a commit that referenced this issue Apr 29, 2022
ligurio added a commit that referenced this issue Apr 29, 2022
ligurio added a commit that referenced this issue May 2, 2022
ligurio added a commit that referenced this issue May 2, 2022
ligurio added a commit that referenced this issue May 2, 2022
Map with old and new names:

elle-rw-register -> rw-register
elle-list-append -> list-append
jepsen-bank -> bank
jepsen-counter -> counter
jepsen-set -> set
jepsen-set-full -> set-full
jepsen-long-fork -> long-fork
knossos-register -> register
knossos-cas-register -> cas-register
knossos-mutex -> mutex

Old model names will be deprecated in next releases.

Closes #38
ligurio added a commit that referenced this issue May 2, 2022
Map with old and new names:

elle-rw-register -> rw-register
elle-list-append -> list-append
jepsen-bank -> bank
jepsen-counter -> counter
jepsen-set -> set
jepsen-set-full -> set-full
jepsen-long-fork -> long-fork
knossos-register -> register
knossos-cas-register -> cas-register
knossos-mutex -> mutex

Old model names will be deprecated in next releases.

Closes #38
ligurio added a commit that referenced this issue May 2, 2022
Map with old and new names:

elle-rw-register -> rw-register
elle-list-append -> list-append
jepsen-bank -> bank
jepsen-counter -> counter
jepsen-set -> set
jepsen-set-full -> set-full
jepsen-long-fork -> long-fork
knossos-register -> register
knossos-cas-register -> cas-register
knossos-mutex -> mutex

Old model names will be deprecated in next releases.

Closes #38
ligurio added a commit that referenced this issue May 3, 2022
ligurio added a commit that referenced this issue May 3, 2022
ligurio added a commit that referenced this issue May 3, 2022
Map with old and new names:

elle-rw-register -> rw-register
elle-list-append -> list-append
jepsen-bank -> bank
jepsen-counter -> counter
jepsen-set -> set
jepsen-set-full -> set-full
jepsen-long-fork -> long-fork
knossos-register -> register
knossos-cas-register -> cas-register
knossos-mutex -> mutex

Old model names will be deprecated in next releases.

Closes #38
ligurio added a commit that referenced this issue Nov 5, 2024
The commit 729ab57
("Add models with names wo checker name in prefix")
deprecated model names with prefixes `jepsen-` and `knossos-`.
Model names without prefixes were introduced:

- `elle-rw-register` -> `rw-register`
- `elle-list-append` -> `list-append`
- `jepsen-bank` -> `bank`
- `jepsen-counter` -> `counter`
- `jepsen-set` -> `set`
- `jepsen-set-full` -> `set-full`
- `jepsen-long-fork` -> `long-fork`
- `knossos-register` -> `register`
- `knossos-cas-register` -> `cas-register`
- `knossos-mutex` -> `mutex`

The following model names have been removed: `elle-rw-register`,
`elle-list-append`, `jepsen-bank`, `jepsen-counter`, `jepsen-set`,
`jepsen-set-full`, `jepsen-long-fork`, `knossos-register`,
`knossos-cas-register`, `knossos-mutex`.

Follows up #38
ligurio added a commit that referenced this issue Nov 5, 2024
The commit 729ab57
("Add models with names wo checker name in prefix")
deprecated model names with prefixes `jepsen-` and `knossos-`.
Model names without prefixes were introduced:

- `elle-rw-register` -> `rw-register`
- `elle-list-append` -> `list-append`
- `jepsen-bank` -> `bank`
- `jepsen-counter` -> `counter`
- `jepsen-set` -> `set`
- `jepsen-set-full` -> `set-full`
- `jepsen-long-fork` -> `long-fork`
- `knossos-register` -> `rw-register`
- `knossos-cas-register` -> `cas-register`
- `knossos-mutex` -> `mutex`

The following model names have been removed: `elle-rw-register`,
`elle-list-append`, `jepsen-bank`, `jepsen-counter`, `jepsen-set`,
`jepsen-set-full`, `jepsen-long-fork`, `knossos-register`,
`knossos-cas-register`, `knossos-mutex`.

Follows up #38
ligurio added a commit that referenced this issue Nov 5, 2024
The commit 729ab57
("Add models with names wo checker name in prefix")
deprecated model names with prefixes `jepsen-` and `knossos-`.
Model names without prefixes were introduced:

- `elle-rw-register` -> `rw-register`
- `elle-list-append` -> `list-append`
- `jepsen-bank` -> `bank`
- `jepsen-counter` -> `counter`
- `jepsen-set` -> `set`
- `jepsen-set-full` -> `set-full`
- `jepsen-long-fork` -> `long-fork`
- `knossos-register` -> `rw-register`
- `knossos-cas-register` -> `cas-register`
- `knossos-mutex` -> `mutex`

The following model names have been removed: `elle-rw-register`,
`elle-list-append`, `jepsen-bank`, `jepsen-counter`, `jepsen-set`,
`jepsen-set-full`, `jepsen-long-fork`, `knossos-register`,
`knossos-cas-register`, `knossos-mutex`.

Follows up #38
ligurio added a commit that referenced this issue Nov 5, 2024
Follows up commit edc3a86
("Getting rid of deprecated models names").

Follows up #38
ligurio added a commit that referenced this issue Nov 5, 2024
Follows up commit edc3a86
("Getting rid of deprecated models names").

Follows up #38
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 a pull request may close this issue.

1 participant