i wonder whether we should switch the official bug-reporting page of Pd
to the issue-tracker at github.
whenever you go to "Help->Report a bug", a browser will go and open the
web-page http://bugs.puredata.info/
This page currently redirects to the sourceforge bug-tracker:
https://sourceforge.net/p/pure-data/bugs/
however, practically all activity in Pd-development has moved from
sourceforge to github, and a lot of people are using the github issues.
so I wondered whether we should …
[View More]direct the people to the github tracker
instead.
afaict, there's a single drawback with github as compared to
sourceforge: you must have a github account in order to be able to
report issues. (on sourceforge, you can create tickets anonymously).
the implementation is simple: i just need to set the redirect on the
puredata.info webserver.
however I would like to have consensus first, that this is actually a
good idea.
gmdasr
IOhannes
[View Less]
---
** [bugs:#1319] Escaped spaces not written to patch file**
**Status:** open
**v0.49:** v0.49
**Created:** Sun Oct 06, 2019 06:30 PM UTC by Anonymous
**Last Updated:** Sun Oct 06, 2019 06:30 PM UTC
**Owner:** nobody
When I am entering my escaped spaces it looks like this:

And upon removing focus from the message block, the \ characters remain …
[View More]there…

Now, upon saving my patch, i can open it in a text editor and see that my escape are gone!
#X msg 341 60 set Octave transpose %d;
After loading my patch the escapes are not present…

HOWEVER
If I manually add the escapes in the patch, it works!
#X msg 341 60 set Octave\ transpose\ %d;
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
[View Less]