Re: Functional design of quoted paths

2020-07-20 Thread Julian Feinauer
Hey Xiangwei, that is an excellent suggestion (I discussed the same already with Xiangdong some weeks ago). We mix a bit between Strings and Paths (and even inside paths we use strings and dynamic parsing too often). So it would make sense to mee to follow your suggested approach with clear

Re: Functional design of quoted paths

2020-07-20 Thread Xiangwei Wei
Hi, Xiangdong You are right. Thank you for correction. Xiangdong Huang 于2020年7月20日周一 下午3:29写道: > Hi Xiangwei, > > > Besides, double quote is used as quote while single quote is for string > literal. > > Are you meaning double quote is used as escape character.. > > Best, >

Re: Functional design of quoted paths

2020-07-20 Thread Xiangdong Huang
Hi Xiangwei, > Besides, double quote is used as quote while single quote is for string literal. Are you meaning double quote is used as escape character.. Best, --- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Xiangwei Wei

Functional design of quoted paths

2020-07-19 Thread Xiangwei Wei
Hi all, Currently, for paths like ROOT.sg.d1."s.1", we support the double quote on measurement only, and the process about quoted paths is not uniform. Therefore, in next implementation, we want to achieve the following GOALS: 1. let’s support double quotes on multiple locations of a path (not