On 04/23/2016 08:27 PM, Miller Puckette wrote:
To Pd-announce:
Pd version 0.47-0 test 1 is available on http://msp.ucsd.edu/software.htm or via git from sourceforge: git clone git://git.code.sf.net/p/pure-data/pure-data
I'm still fixing bugs
thank you very much for the upcoming release!
however, it seems that with the update of the basque translation an error has crept in, that would prevent the building of the i18n translations, which in turn results in a fails-to-build (for the autotools project, which does build the i18n files)
attached you find a fix for this.
gmadsr IOhannes
Maybe I'm going nuts... I couldn't apply that patch, then looked and saw that Makefileam ends in doc/sound/voice.wav without the slash - I know I introduced teh error but have no idea how it got fixed, nor why you still see the erroneous version (with trailing backslash).
M
On Sun, Apr 24, 2016 at 08:23:10PM +0200, IOhannes m zmölnig wrote:
On 04/23/2016 08:27 PM, Miller Puckette wrote:
To Pd-announce:
Pd version 0.47-0 test 1 is available on http://msp.ucsd.edu/software.htm or via git from sourceforge: git clone git://git.code.sf.net/p/pure-data/pure-data
I'm still fixing bugs
thank you very much for the upcoming release!
however, it seems that with the update of the basque translation an error has crept in, that would prevent the building of the i18n translations, which in turn results in a fails-to-build (for the autotools project, which does build the i18n files)
attached you find a fix for this.
gmadsr IOhannes
From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= zmoelnig@umlautQ.umlaeute.mur.at Date: Sun, 24 Apr 2016 20:18:34 +0200 Subject: [PATCH] fixed error with basque translation-file
it seems that no translation was done ("ADI" obviously being only the generic "WARNING" prefix), and this msg-string requires two format specifiers ("%s"); since these are missing `msgfmt` errors out)
po/eu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/eu.po b/po/eu.po index 4cebc1c..bda4dd3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez, (%s) lehenetsi erabiltzen" #: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298 #, tcl-format msgid "WARNING: Font weight '%s' not found, using default (%s)" -msgstr "ADI: " +msgstr ""
#: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323
#, tcl-format
2.8.1
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
On 04/24/2016 09:53 PM, Miller Puckette wrote:
Maybe I'm going nuts... I couldn't apply that patch, then looked and saw that Makefileam ends in doc/sound/voice.wav without the slash - I know I introduced teh error but have no idea how it got fixed, nor why you still see the erroneous version (with trailing backslash).
no, that's something else. the extra trailing slash got fixed with commit 52ec505b.
*this* fix is about a syntax-error in a translation file (po/eu.po).
i only mentioned autotools, because i think that the src/makefile.gnu doesn't touch the translation database at all, which explains why this error went unnoticed. otoh, the autoconf build-system does update the translations, and this failed (a "compiler error" rather than a build-system error).
dmar IOhannes
On Sun, Apr 24, 2016 at 10:50:35PM +0200, IOhannes m zmölnig wrote:
On 04/24/2016 09:53 PM, Miller Puckette wrote:
Maybe I'm going nuts... I couldn't apply that patch, then looked and saw that Makefileam ends in doc/sound/voice.wav without the slash - I know I introduced teh error but have no idea how it got fixed, nor why you still see the erroneous version (with trailing backslash).
no, that's something else. the extra trailing slash got fixed with commit 52ec505b.
*this* fix is about a syntax-error in a translation file (po/eu.po).
i only mentioned autotools, because i think that the src/makefile.gnu doesn't touch the translation database at all, which explains why this error went unnoticed. otoh, the autoconf build-system does update the translations, and this failed (a "compiler error" rather than a build-system error).
dmar IOhannes
Aha... in that case my only remaining problem is that I never could fin the patch you're talking about that fixes po/eu.po,,,
M
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
On 04/24/2016 11:11 PM, Miller Puckette wrote:
Aha... in that case my only remaining problem is that I never could fin the patch you're talking about that fixes po/eu.po,,,
attaching again :-) it's really just disabling the translation for "Font weight not found" in po/eu.po:570 by replacing
msgstr "ADI: "
with
msgstr ""
mdsa IOhannes
Cool, thanks.
M
On Sun, Apr 24, 2016 at 11:26:41PM +0200, IOhannes m zmölnig wrote:
On 04/24/2016 11:11 PM, Miller Puckette wrote:
Aha... in that case my only remaining problem is that I never could fin the patch you're talking about that fixes po/eu.po,,,
attaching again :-) it's really just disabling the translation for "Font weight not found" in po/eu.po:570 by replacing
msgstr "ADI: "
with
msgstr ""
mdsa IOhannes
From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= zmoelnig@umlautQ.umlaeute.mur.at Date: Sun, 24 Apr 2016 20:18:34 +0200 Subject: [PATCH] fixed error with basque translation-file
it seems that no translation was done ("ADI" obviously being only the generic "WARNING" prefix), and this msg-string requires two format specifiers ("%s"); since these are missing `msgfmt` errors out)
po/eu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/eu.po b/po/eu.po index 4cebc1c..bda4dd3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez, (%s) lehenetsi erabiltzen" #: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298 #, tcl-format msgid "WARNING: Font weight '%s' not found, using default (%s)" -msgstr "ADI: " +msgstr ""
#: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323
#, tcl-format
2.8.1
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
I'm only seeing 1 issue in the github issue tracker so I figure you're not doing that. The clone object is great, but there are a few issues with the documentation:
1) the help file references a clone~ [tilde] object but the object itself doesn't have a tilde 2) the first line of the documentation says 'make multiple copies of a subpatch' but then the next line indicates that it creates copies of an 'abstraction'. My understanding is that abstractions are their own files and subpatches are part of the parent file/canvas and just a way to modularize/tidy things. 3) if I do create a subpatch [pd test] and then create an object [clone 14 test] I get the error "clone: can't create subpatch 'test'" (instead of abstraction "test")
On linux, commit f1c7fe35a8e2105086958e2e2910345006512585 PD crashes when I have a [clone] object with no arguments and I turn DSP on (as previously noted).
Super excited to play with this though, curious to see how people go wild with it.
On Sun, Apr 24, 2016 at 2:28 PM, Miller Puckette msp@ucsd.edu wrote:
Cool, thanks.
M
On Sun, Apr 24, 2016 at 11:26:41PM +0200, IOhannes m zmölnig wrote:
On 04/24/2016 11:11 PM, Miller Puckette wrote:
Aha... in that case my only remaining problem is that I never could
fin the
patch you're talking about that fixes po/eu.po,,,
attaching again :-) it's really just disabling the translation for "Font weight not found" in po/eu.po:570 by replacing
msgstr "ADI: "
with
msgstr ""
mdsa IOhannes
From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= zmoelnig@umlautQ.umlaeute.mur.at Date: Sun, 24 Apr 2016 20:18:34 +0200 Subject: [PATCH] fixed error with basque translation-file
it seems that no translation was done ("ADI" obviously being only the generic "WARNING" prefix), and this msg-string requires two format specifiers ("%s"); since these are missing `msgfmt` errors out)
po/eu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/eu.po b/po/eu.po index 4cebc1c..bda4dd3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez,
(%s) lehenetsi erabiltzen"
#: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298 #, tcl-format msgid "WARNING: Font weight '%s' not found, using default (%s)" -msgstr "ADI: " +msgstr ""
#: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323
#, tcl-format
2.8.1
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
It's fine to report problems on the mailing list - that's actually the easiest way for me to deal with them.
I changed the language slightly in the help file... I uusally use the work "subpatch" for eitehr abstractions or for "one-off subpatches" but the language isn't very clear. Also, I thiught at first to name the thing "clone~ but realized later that there are many reasons to make non-DSP clones. One example: sending messages to receivers with 100s or 1000s of different names.
I hadn't noticed teh crash-on-DSP bug - thanks. It should be fixed now. I hope to get the next "test" release out tomorrow-ish - I have one or two more problems to try to solve.
cheers Miller
On Sun, Apr 24, 2016 at 06:05:02PM -0700, Alex wrote:
I'm only seeing 1 issue in the github issue tracker so I figure you're not doing that. The clone object is great, but there are a few issues with the documentation:
- the help file references a clone~ [tilde] object but the object itself
doesn't have a tilde 2) the first line of the documentation says 'make multiple copies of a subpatch' but then the next line indicates that it creates copies of an 'abstraction'. My understanding is that abstractions are their own files and subpatches are part of the parent file/canvas and just a way to modularize/tidy things. 3) if I do create a subpatch [pd test] and then create an object [clone 14 test] I get the error "clone: can't create subpatch 'test'" (instead of abstraction "test")
On linux, commit f1c7fe35a8e2105086958e2e2910345006512585 PD crashes when I have a [clone] object with no arguments and I turn DSP on (as previously noted).
Super excited to play with this though, curious to see how people go wild with it.
On Sun, Apr 24, 2016 at 2:28 PM, Miller Puckette msp@ucsd.edu wrote:
Cool, thanks.
M
On Sun, Apr 24, 2016 at 11:26:41PM +0200, IOhannes m zmölnig wrote:
On 04/24/2016 11:11 PM, Miller Puckette wrote:
Aha... in that case my only remaining problem is that I never could
fin the
patch you're talking about that fixes po/eu.po,,,
attaching again :-) it's really just disabling the translation for "Font weight not found" in po/eu.po:570 by replacing
msgstr "ADI: "
with
msgstr ""
mdsa IOhannes
From 777b9107ca22e75d3199af4ad33f205ba2e33461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= zmoelnig@umlautQ.umlaeute.mur.at Date: Sun, 24 Apr 2016 20:18:34 +0200 Subject: [PATCH] fixed error with basque translation-file
it seems that no translation was done ("ADI" obviously being only the generic "WARNING" prefix), and this msg-string requires two format specifiers ("%s"); since these are missing `msgfmt` errors out)
po/eu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/eu.po b/po/eu.po index 4cebc1c..bda4dd3 100644 --- a/po/eu.po +++ b/po/eu.po @@ -567,7 +567,7 @@ msgstr "ADI: Letraren familia '%s' aurkiturik ez,
(%s) lehenetsi erabiltzen"
#: ../src/pd-gui.tcl:278 ../src/pd-gui.tcl:298 #, tcl-format msgid "WARNING: Font weight '%s' not found, using default (%s)" -msgstr "ADI: " +msgstr ""
#: ../src/pd-gui.tcl:303 ../src/pd-gui.tcl:323
#, tcl-format
2.8.1
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
On 04/24/2016 09:53 PM, Miller Puckette wrote:
know I introduced teh error but have no idea how it got fixed, nor why you still see the erroneous version (with trailing backslash).
attached you find a patch that updates the documentation in linux/README.txt to create a list of files in doc/ that does not end with a stray backslash (by adding a dummy line after the last file).
this might help to prevent *that* error in the future...
gfmadrs IOhannes