Skip to content

Commit

Permalink
Add change detection to kdist (#2182)
Browse files Browse the repository at this point in the history
* Extract function `_resolve_id`

* Extract method `TargetId.parse`

* Create class `TargetCache`

* Eliminate function `_resolve`

* Move function `_cwd` to new module `utils`

* Add change detection

* Rename `fqn` to `full_name`

* Set Version: 1.0.364

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
tothtamas28 and devops authored Nov 20, 2023
1 parent 316e095 commit d5fd9d3
Show file tree
Hide file tree
Showing 8 changed files with 276 additions and 117 deletions.
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.363"
version = "1.0.364"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.363'
VERSION: Final = '1.0.364'
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kdist/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ._kdist import build, clean, get, get_or_none, plugins, resolve, targets, which
from ._kdist import build, clean, get, get_or_none, plugins, targets, which
Loading

0 comments on commit d5fd9d3

Please sign in to comment.