| Hi Joachim,
I added your test.csd to the test suite. I fixed the issue (turned out
there was a wrong kind of temporary variable synthesized). However, I
see that something has changed since last week and a number of the
other tests are now failing. :( Off to go fix those...
Thanks!
steven
On Mon, Mar 18, 2013 at 1:53 PM, Steven Yi wrote:
> Hi Joachim,
>
> Thanks for posting this, I'm looking at the bug now and it seems to do
> with a wrong type of "=" opcode used for Strings. I'll post back when
> I can get this fixed.
>
> Thanks!
> steven
>
>
> On Sat, Mar 16, 2013 at 4:48 PM, joachim heintz wrote:
>> hi -
>>
>> i am pretty sure that i have already tested successfully an example for
>> string arrays. but now it fails with today's git:
>>
>> error: too many input args
>> Csound tidy up: Segmentation fault
>>
>> code is below. best -
>>
>> joachim
>>
>>
>>
>>
>> instr 1
>> ;create
>> SArr[] init 4
>>
>> ;fill
>> icounter = 0
>> until (icounter > 3) do
>> SArr[icounter] = "hello "
>> icounter += 1
>> od
>>
>> ;print
>> icounter = 0
>> Sres = ""
>> until (icounter > 3) do
>> Sres strcat Sres, SArr[icounter]
>> icounter += 1
>> od
>> puts Sres, 1
>> endin
>>
>>
>>
>> i1 0 0
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_mar
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |