Csound Csound-dev Csound-tekno Search About

[Cs-dev] CS6 Ticket summary

Date2013-09-22 14:58
Fromjohn ffitch
Subject[Cs-dev] CS6 Ticket summary
Open tickets with classifications

51 	problem in channels                                     2013-09-22
        one of the tests fails
45 	Standardize environment path list delimiters            2013-09-09 
        Seems a good idea; will look
41 	fillarray does not work with strings 	                2013-08-19 
	Requires changes to arg specification
40 	strlen() does work in condition 	                2013-08-19 	 
        Bug in type inference, being chased
23 	Complete integration of CSOUND_PARAMS into oparms 	2013-07-20 	 
6 	Potential danger with csoundDestroy                     2013-06-11
        Not sure how serious this is

Platform specific
42 	CsoundAndroid: Look at using opensl-stream project 	2013-08-30 	 
38 	Grain Opcode + Csound for iOS API 	                2013-08-11 	 
31 	Android: Update build to use standard libsndfile source 2013-08-01 	 
29 	OS X Framework should include all dependencies 		2013-07-27 	 

API
30 	Python thread state is null causing a crash 		2013-08-03 	 

==John ffitch

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-09-23 10:50
Fromjoachim heintz
SubjectRe: [Cs-dev] CS6 Ticket summary
just to note that there is also this string-not-protected bug in the API 
(if i understood correctly) which prevents csoundqt to work properly on 
any non-english operation system:
http://csound.1045644.n5.nabble.com/bug-with-strtod-in-csoundqt-td5726762i40.html#a5727228

sorry -- i could not yet file a bug. this was steven's quote 28.08.2013 
22:40:
 > It might not be a problem with older Csound5/CsoundQT as all functions
 > were not protected like cs_strtod is being used in CS6.  In this case,
 > because it looks like we only have partial protection (strtod is
 > protected but sprintf is not), there's a disagreement there.  I
 > imagine with CS5, all the functions behaved the same way, so while
 > locale changes may have happened, at least they did for all functions.
 >
 > I think CS6's direction to use locale agnostic implementations is the
 > correct one, but I think we just missed functions like sprintf.
 > Hopefully soon this can all be sorted out.

best -
	joachim


Am 22.09.2013 15:58, schrieb john ffitch:
> Open tickets with classifications
>
> 51 	problem in channels                                     2013-09-22
>          one of the tests fails
> 45 	Standardize environment path list delimiters            2013-09-09
>          Seems a good idea; will look
> 41 	fillarray does not work with strings 	                2013-08-19
> 	Requires changes to arg specification
> 40 	strlen() does work in condition 	                2013-08-19 	
>          Bug in type inference, being chased
> 23 	Complete integration of CSOUND_PARAMS into oparms 	2013-07-20 	
> 6 	Potential danger with csoundDestroy                     2013-06-11
>          Not sure how serious this is
>
> Platform specific
> 42 	CsoundAndroid: Look at using opensl-stream project 	2013-08-30 	
> 38 	Grain Opcode + Csound for iOS API 	                2013-08-11 	
> 31 	Android: Update build to use standard libsndfile source 2013-08-01 	
> 29 	OS X Framework should include all dependencies 		2013-07-27 	
>
> API
> 30 	Python thread state is null causing a crash 		2013-08-03 	
>
> ==John ffitch
>
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-09-23 12:20
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] CS6 Ticket summary
Without a ticket it could get lost; but most of this is in hand -- causing
real problems in Linux.  OSX (and Windows?) should be OK as soon as the
code is finished


> just to note that there is also this string-not-protected bug in the API
> (if i understood correctly) which prevents csoundqt to work properly on
> any non-english operation system:
> http://csound.1045644.n5.nabble.com/bug-with-strtod-in-csoundqt-td5726762i40.html#a5727228
>
> sorry -- i could not yet file a bug. this was steven's quote 28.08.2013
> 22:40:
>  > It might not be a problem with older Csound5/CsoundQT as all functions
>  > were not protected like cs_strtod is being used in CS6.  In this case,
>  > because it looks like we only have partial protection (strtod is
>  > protected but sprintf is not), there's a disagreement there.  I
>  > imagine with CS5, all the functions behaved the same way, so while
>  > locale changes may have happened, at least they did for all functions.
>  >
>  > I think CS6's direction to use locale agnostic implementations is the
>  > correct one, but I think we just missed functions like sprintf.
>  > Hopefully soon this can all be sorted out.
>
> best -
> 	joachim
>
>
> Am 22.09.2013 15:58, schrieb john ffitch:
>> Open tickets with classifications
>>
>> 51 	problem in channels                                     2013-09-22
>>          one of the tests fails
>> 45 	Standardize environment path list delimiters            2013-09-09
>>          Seems a good idea; will look
>> 41 	fillarray does not work with strings 	                2013-08-19
>> 	Requires changes to arg specification
>> 40 	strlen() does work in condition 	                2013-08-19
>>          Bug in type inference, being chased
>> 23 	Complete integration of CSOUND_PARAMS into oparms 	2013-07-20
>> 6 	Potential danger with csoundDestroy                     2013-06-11
>>          Not sure how serious this is
>>
>> Platform specific
>> 42 	CsoundAndroid: Look at using opensl-stream project 	2013-08-30
>> 38 	Grain Opcode + Csound for iOS API 	                2013-08-11
>> 31 	Android: Update build to use standard libsndfile source 2013-08-01
>> 29 	OS X Framework should include all dependencies 		2013-07-27
>>
>> API
>> 30 	Python thread state is null causing a crash 		2013-08-03
>>
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>> SharePoint
>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>> includes
>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
>> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
> SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
> includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-09-23 12:39
Fromjoachim heintz
SubjectRe: [Cs-dev] CS6 Ticket summary
thanks, john. great to know you are in this. best -
	j


Am 23.09.2013 13:20, schrieb jpff@cs.bath.ac.uk:
> Without a ticket it could get lost; but most of this is in hand -- causing
> real problems in Linux.  OSX (and Windows?) should be OK as soon as the
> code is finished
>
>
>> just to note that there is also this string-not-protected bug in the API
>> (if i understood correctly) which prevents csoundqt to work properly on
>> any non-english operation system:
>> http://csound.1045644.n5.nabble.com/bug-with-strtod-in-csoundqt-td5726762i40.html#a5727228
>>
>> sorry -- i could not yet file a bug. this was steven's quote 28.08.2013
>> 22:40:
>>   > It might not be a problem with older Csound5/CsoundQT as all functions
>>   > were not protected like cs_strtod is being used in CS6.  In this case,
>>   > because it looks like we only have partial protection (strtod is
>>   > protected but sprintf is not), there's a disagreement there.  I
>>   > imagine with CS5, all the functions behaved the same way, so while
>>   > locale changes may have happened, at least they did for all functions.
>>   >
>>   > I think CS6's direction to use locale agnostic implementations is the
>>   > correct one, but I think we just missed functions like sprintf.
>>   > Hopefully soon this can all be sorted out.
>>
>> best -
>> 	joachim
>>
>>
>> Am 22.09.2013 15:58, schrieb john ffitch:
>>> Open tickets with classifications
>>>
>>> 51 	problem in channels                                     2013-09-22
>>>           one of the tests fails
>>> 45 	Standardize environment path list delimiters            2013-09-09
>>>           Seems a good idea; will look
>>> 41 	fillarray does not work with strings 	                2013-08-19
>>> 	Requires changes to arg specification
>>> 40 	strlen() does work in condition 	                2013-08-19
>>>           Bug in type inference, being chased
>>> 23 	Complete integration of CSOUND_PARAMS into oparms 	2013-07-20
>>> 6 	Potential danger with csoundDestroy                     2013-06-11
>>>           Not sure how serious this is
>>>
>>> Platform specific
>>> 42 	CsoundAndroid: Look at using opensl-stream project 	2013-08-30
>>> 38 	Grain Opcode + Csound for iOS API 	                2013-08-11
>>> 31 	Android: Update build to use standard libsndfile source 2013-08-01
>>> 29 	OS X Framework should include all dependencies 		2013-07-27
>>>
>>> API
>>> 30 	Python thread state is null causing a crash 		2013-08-03
>>>
>>> ==John ffitch
>>>
>>> ------------------------------------------------------------------------------
>>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>>> SharePoint
>>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>>> includes
>>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
>>> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
>> SharePoint
>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
>> includes
>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net