kurtosis-tech / kurtosis-package-indexer

Crawls Github for Kurtosis packages
0 stars 1 forks source link

`ReadPackage` should return default parameter values that aren't variables or structs #50

Closed mieubrisse closed 11 months ago

mieubrisse commented 11 months ago

In cases where the default parameter values are primitives (e.g. my_param=False), we should return the value via ReadPackage so the frontend can do stuff with it.

NOTE: we CANNOT parse non-primitive values because something like my_param=MY_CONSTANT would require interpreting the Starlark.

tedim52 commented 11 months ago

Addressed by: https://github.com/kurtosis-tech/kurtosis-package-indexer/pull/54