Relies on outdated version of lustre-ssg #7

Closed
opened 2024-09-11 17:19:15 +00:00 by dignifiedalpaca · 1 comment

Scriptorium requires lustre-ssg version 0.7.0, which requires jot version 0.5.0, which uses the function dict.update, which was renamed to dict.upsert in stdlib version 0.40.0, causing complimation to fail. Updating lustre-ssg to at least 0.8.1 should fix this, although I don't know what else that might break.

Scriptorium requires lustre-ssg version 0.7.0, which requires jot version 0.5.0, which uses the function dict.update, which was renamed to dict.upsert in stdlib version 0.40.0, causing complimation to fail. Updating lustre-ssg to at least 0.8.1 should fix this, although I don't know what else that might break.
Owner

Ah, darn zero versioning. I'll take a look at upgrading to the latest ssg when I have a moment. Thanks for reporting.

Ah, darn zero versioning. I'll take a look at upgrading to the latest ssg when I have a moment. Thanks for reporting.
nicd closed this issue 2024-09-12 16:28:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nicd/scriptorium#7
No description provided.