X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Tue, 16 Feb 2016 13:56:12 -0500 Message-Id: <201602161856.u1GIuCZs000996@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (geda-user AT delorie DOT com) Subject: Re: [geda-user] pcb import schematic crash, parantheses in netname References: <20160215215221 DOT fd472794e7b9446a243bfc40 AT gmail DOT com> <201602152055 DOT u1FKtM4K011038 AT envy DOT delorie DOT com> <20160215220938 DOT bbc7eaa59d827cd0b261ea97 AT gmail DOT com> <201602152135 DOT u1FLZrw9012774 AT envy DOT delorie DOT com> <7F210DE7-0A0B-42F9-ABBE-2C2768621186 AT noqsi DOT com> <20160216081722 DOT 1065cbed6653d3da4ffc7498 AT gmail DOT com> <201602160724 DOT u1G7Ox26001785 AT envy DOT delorie DOT com> <20160216085628 DOT b70143c330cd4da98a4603d3 AT gmail DOT com> <201602160805 DOT u1G85d8c003148 AT envy DOT delorie DOT com> <20160216092912 DOT 7f7439f703b49175a21dbb1b AT gmail DOT com> <201602161715 DOT u1GHFMBB028078 AT envy DOT delorie DOT com> <201602161814 DOT u1GIE4N8030809 AT envy DOT delorie DOT com> Reply-To: geda-user AT delorie DOT com > Unless I misread, gnetlist is just fine.. it was PCB's import feature which > failed. PCB's import feature uses gnetlist... > The gnet-pcbfwd.scm back-end appears not to be escaping any strings it > forms PCB action strings with - which means either it needs to restrict the > strings to the subset which won't trip up the action parser, or we need to > add quoting + escaping to our gnetlist backend, and the appropriate > unquoting / decoding to PCB. Right. > but I still question the wisdom of allowing arbitrary stuff like > whitespace, tabs, newlines etc.. inside netnames. That's a limitation imposed by the tools, not the netlister.