PerfectlySoft / PerfectlySoft/Perfect-PostgreSQL
Wrong dependency information on GitPage
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 53
- Forks
- 19
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Add this project as a dependency in your Package.swift file.
.Package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", majorVersion: 3)
- Package is incorrect as Swift now uses lowerscore Package.
- majorVersion is incorrect as its now "from"
- 3 is incorrect as its now "3.0.0"
So the correct syntax needs to be:
.package(url: "https://github.com/PerfectlySoft/Perfect-PostgreSQL.git", from: "3.0.0"),
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the GitPage dependency instructions referenced in the issue and compare the displayed Package.swift example with the corrected Swift Package Manager syntax provided. Done means the example uses lowercase package, from, and version 3.0.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100