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

feat: a reference appears to be a downref (noting if reference appears in the downref registry) #80

Open
wants to merge 2 commits into
base: v3
Choose a base branch
from

Conversation

Dmutre
Copy link
Collaborator

@Dmutre Dmutre commented Feb 20, 2025

No description provided.

…s in the downref registry)

- added validation for downref validation
- added utils and remote function
- added tests
- tested app
Comment on lines +50 to +57
export function getStatusWeight (statusText) {
for (const status of rfcStatusHierarchy) {
if (status.regex.test(statusText)) {
return status.weight
}
}
return null
}
Copy link
Member

Choose a reason for hiding this comment

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

This, and the notion of the weights in the heirarchy are not used?

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.

2 participants