Samsung / ONE

On-device Neural Engine
Other
439 stars 157 forks source link

[circle-partitioner] semicolon in partition key #9212

Open seanshpark opened 2 years ago

seanshpark commented 2 years ago

While working with ONE-vscode partition editor, javascript ini parser has unexpected behaviour with ; in key. (unexpected for me but I think this is by the specification)

For example aaa;bbb=ccc will parse as aaa=ccc where ;bbb is ignored. to set key as aaa;bbb then we have to surround it with quotation or use esacpe sequence

TODO

seanshpark commented 2 years ago

CC @chunseoklee