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

Skip to content

Tags: kepler16/kmono

Tags

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Run the --filter stage last during exec and query

v4.11.0-beta.3

Toggle v4.11.0-beta.3's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Fix the example workspace test README instructions

v4.11.0-beta.2

Toggle v4.11.0-beta.2's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Add simpler API for resolving kmono workspace

This introduces a new `k16.kmono.workspace/resolve-workspace-context!`
which composes all the lower-level API calls required in order to fully
resolve a kmono workspace.

v4.11.0-beta.1

Toggle v4.11.0-beta.1's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Include kmono-git in generated public docs

v4.10.3

Toggle v4.10.3's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Traverse full graph when searching for cycles

This fixes a bug where some edges would be skipped for certain graph
configurations resulting in missed cycles.

This would eventually result in runtime Stack Overflow exceptions when
attempting to operate on the graph.

This also improves the error reporting in the case of a cycle.
Previously we would just report whatever was on the path when a cycle
was detected. Now we report only the exact cycle path.

v4.10.2

Toggle v4.10.2's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Improve performance of glob path matcher

This replaces the usage of `fs/glob` with a besboke implementation based
on the original.

Primarily this implementation allows combining multiple glob patterns
to avoid traversing the file tree multiple times.

This also directly matches for `deps.edn` files which avoids the need
for a second pass on the final results.

v4.10.1

Toggle v4.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Fix command documentation failing in native-image

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Improve project documentation

v4.9.0

Toggle v4.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Add --changed,--changed-since flags to run + exec

This allows running commands based on refs instead of released versions

v4.8.0

Toggle v4.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
julienvincent Julien Vincent
Introduce `query` cli command for package metadata