This is a demonstration of how a switch from hash-based to sequential IDs could be done.
Old proposals are not changed. Sequential IDs are only enforced for new ones.
Resolves #196
silverpill/fep:meta-seq into main
This is a demonstration of how a switch from hash-based to sequential IDs could be done.
Old proposals are not changed. Sequential IDs are only enforced for new ones.
Resolves #196
@ -20,1 +20,3 @@
slug = title_to_slug(title)
max_fep_id = len([fep for fep in index() if fep.parsed_frontmatter["dateReceived"] > '2026年05月01日'])
slug = str(max_fep_id + 1).zfill(4)
Two things
I would prefer using 5 digits. It's then obvious that FEP-00001 is the first FEP with the new numeration
What is the benefit of making this obvious?
I intentionally preserved the current ID format to reduce disruption.
Discussion: https://socialhub.activitypub.rocks/t/fep-process-suggestion-dont-use-title-based-hash-for-slug/8531/15
Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?