feat: relative local path projects - #490
Open
andrius-puksta-sensmetry wants to merge 1 commit into
Open
Conversation
andrius-puksta-sensmetry
marked this pull request as draft
August 4, 2026 10:22
andrius-puksta-sensmetry
force-pushed
the
pr/usage-types-3
branch
from
August 5, 2026 06:01
fdba9e0 to
21ba423
Compare
Comment on lines
-36
to
+55
| checksum: typing.Optional[typing.List[InterchangeProjectChecksum]] | ||
| checksum: typing.Optional[typing.Dict[str, InterchangeProjectChecksum]] |
Collaborator
Author
There was a problem hiding this comment.
It seems this was incorrect from the beginning...
|
|
||
|
|
||
| class InterchangeProjectInfo(typing.TypedDict): | ||
| publisher: typing.Optional[str] |
Collaborator
Author
There was a problem hiding this comment.
This was also forgotten...
andrius-puksta-sensmetry
marked this pull request as ready for review
August 5, 2026 07:38
andrius-puksta-sensmetry
force-pushed
the
pr/usage-types-3
branch
8 times, most recently
from
August 5, 2026 10:01
11152d1 to
1e4f915
Compare
Signed-off-by: Andrius Pukšta <andrius.puksta@sensmetry.com>
andrius-puksta-sensmetry
force-pushed
the
pr/usage-types-3
branch
from
August 5, 2026 12:05
1e4f915 to
7b1af21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
KparPathusage type, which is very similar toDirectoryusage type, but references a KPAR archive instead of the project directory.Add tests to ensure that model type changes are reflected in the bindings, since bindings types were missed in #426. They also caught a few other issues.