Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Mark package as unmaintained #111

Merged
merged 3 commits into from
Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
> [!WARNING]
> This package is unmaintained: Active work is not occuring on this package. For an active fork of the package, see [Format.jl](https://github.com/JuliaString/Format.jl).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you please add a badge from repostatus.org? Probably unsupported (I would add the markdown code, but I'm on my phone and it's hard to copy the long string

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported gives me kinda the wrong vibe. I'd think either Inactive or Abandoned are more accurate. I think Abandoned is maybe the most correct and useful since it signals that if someone wanted, they could try and take it over, but it also sounds kinda harsh.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, after reading the description, Unsupported does seem like the right descriptor.

Copy link

@ederag ederag Feb 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abandoned:

Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

Unsupported:

The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired."

So the latter seems appropriate, by their definition ?

Agreed that the adjective itself does not convey the idea that it would be very cool if someone stepped in.
I'd say the badge + a quote of the definition at the top should be fine though.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering there are quite a lot of egregious bugs that seriously impact usability, I'd say this package is more abandoned than unsupported.


# Formatting

This package offers Python-style general formatting and c-style numerical formatting (for speed).

| **PackageEvaluator** | **Build Status** |
|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
|[![][pkg-0.6-img]][pkg-0.6-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] |
| **PackageEvaluator** | **Build Status** | **Repo Status**
|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------:|
|[![][pkg-0.6-img]][pkg-0.6-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | [![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported) |


[travis-img]: https://travis-ci.org/JuliaIO/Formatting.jl.svg?branch=master
Expand Down