Docs.rs build fails #34
No reviewers
Labels
No labels
Compat/Breaking
EditorConfig
0.17.2
Kind
Bug
Kind
Chore
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Testing
Packaging
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
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BaumiCoder/ecformat!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bugfix/28-docs.rs-build"
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?
Resolves #28
User perspective
Makes documentation of ecformat (hopefully) available on docs.rs.
Developer perspective
For version 0.1.0 the build on ecformat failed due to the
cargo install cargo-aboutcall in thebuild.rs. The reason for this seems to be a limited network access during the build on docs.rs.Now, the
build.rsdoes not usecargo-aboutin case of docs.rs which is the same behavior as if ecformat is build as dependency. Furthermore, a "linter" job in CI checks if the build in a docs.rs-like setting works.Last commit trigger first run of the job as relevant file was changed and there this error message was shown: Unable to resolve cargo-docs-rs@v1: Revision invalid : reference must be defined once at the beginning ⚙️ [runner]: Revision invalid : reference must be defined once at the beginningWIP: Docs.rs build failsto Docs.rs build fails