nirum icon indicating copy to clipboard operation
nirum copied to clipboard

Specify version of nirum schema on both RPC server and client

Open kanghyojun opened this issue 8 years ago • 2 comments

When schema is chaning witout backward compatibility, it is obvious that error is raised. and it could be catastrophic. If it specify minimum version, maximum version that server or client could understand, Nirum RPC could be more fault-tolerant system.

Since nirum schema has its version on package.toml, both RPC server and client could specify its version easily.

kanghyojun avatar Mar 11 '17 12:03 kanghyojun

@admire93 @yjroot: Is this issue complete?

AiOO avatar Aug 17 '17 14:08 AiOO

Nope 😢 Compiler gives metadata like nirum_version. But nirum runtime dosen't check metadata. It has to be done after modify nirum python runtime.

kanghyojun avatar Aug 20 '17 07:08 kanghyojun