makes some field optional in the nickel #30
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Kind/Thinking
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: GuilloteauQ/study-docker-repro-longevity#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
https://nickel-lang.org/user-manual/syntax#metadata
I suppose we could set the "doi" and "comment" sections to optional. Are you thinking of another section?
doi must stay mandatory.
What i have in mind:
Mandatory:
artifact_url
type
doi
Optional with a default value:
version (default = "1.0")
comment (default = "")
git_packages (default = [])
misc_packages (default = [ ])
python_venvs (default = [])
Unclear if it should be mandatory or optional with a default value:
package_managers
Okay, I see better now, we could set a default value.
Package managers could be optional, with a default value of [], imo, because there could be evil Dockerfiles that only use Git/Misc packages and no package manager.