Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: frostming/monas

Tags

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not "git add" all files not yet committed (#18)

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add recursion checks to prevent dependency loops (#10)

* fix: add recursion checks to prevent dependency loops

- the dependency resolver is recursive which allow for detecting
transitive dependencies
- the recursive dependency search now keeps an accumulator of all
seen dependencies, to prevent duplicate entries in case multiple
packages depend on the same local package
- a check is also added to prevent a package from listing itself
as a dependency, which would cause an infinite recursive loop

* Update src/monas/project.py

---------

Co-authored-by: Frost Ming <[email protected]>

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
doc: fix quickstart

Signed-off-by: Frost Ming <[email protected]>

0.0.3

Toggle 0.0.3's commit message
v0.0.3

0.0.2

Toggle 0.0.2's commit message
Rename to monas

0.0.1

Toggle 0.0.1's commit message
v0.0.1