Wapp

proc/var names
Login

proc/var names

(1) By Oleg (oleg4tcltk) on 2020-06-05 14:39:47 [link]

Hi.

May be better to move all code into `wapp` namespace? Then we willn't afraid of name clash.

(2) By D. Richard Hipp (drh) on 2020-06-05 15:01:52 in reply to 1 [link]

Wouldn't that also be a compatibility break, requiring all existing Wapp
scripts to be rewritten to use the namespace, rather than the "`wapp-*`"
naming pattern?

(3) By Oleg (oleg4tcltk) on 2020-06-05 15:30:26 in reply to 2 [link]

Yes. But this can be made in version 2.0 :-). And version 1 can stay somewhere here for downloading.

(4) By Oleg (oleg4tcltk) on 2020-06-05 15:31:53 in reply to 2

And we can write a little howto about migration. Actually this can be as simple as:
```
sed -i 's/wapp-/wapp::/g' APP.tcl
```