kbase / kb_sdk

Build and test new apps for the KBase platform
http://kbase.github.io/kb_sdk_docs
MIT License
26 stars 32 forks source link

Pass Token Via File #372

Closed bio-boris closed 5 months ago

bio-boris commented 5 months ago
MrCreosote commented 5 months ago

Unfortunately this will cause all Java apps to break, probably cause all Perl apps to break, and I presume cause python apps compiled before the token file feature was added to break

bio-boris commented 5 months ago

Is this file used for generating templates in kb-sdk init? If so, wouldn't it mean that new apps would generate the async file this way and not affect existing python modules? I'm putting this here as a possible thing to include we can add in the kb-sdk:python fork. I will close this and use an issue instead.

MrCreosote commented 5 months ago

Is this file used for generating templates in kb-sdk init? If so, wouldn't it mean that new apps would generate the async file this way and not affect existing python modules?

I'm not sure if it's init or compile, probably init, in which case only new java & perl apps would break