OpenFn / kit

The bits & pieces that make OpenFn work. (diagrammer, cli, compiler, runtime, runtime manager, logger, etc.)
8 stars 12 forks source link

openfnx might be behaving strangely #653

Open josephjclark opened 2 months ago

josephjclark commented 2 months ago

Yesterday I run an openfnx build and set up my global openfnx. Great.

Today I switched kit to a different branch, and I just happened to run openfnx --version. It seemed to show the local kit branch version, and not the version it built under? Moreover it didn't seem to have the functionality associated with the built branch.

openfnx should build all its depedent packages into zips in dist, and should explicitly target those packages. So switching local kit branches shouldn't metter.

Maybe this is curse of the demo, or maybe something isn't working like I thought it was :thinking:

josephjclark commented 2 months ago

Another useless and annoying tidbit.

mutchi's install seemed to use an old/cached build. He had to clean his kit dist cache before it would build the right version