[ 
http://dev.sourcefabric.org/browse/LS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18030#action_18030
 ] 

Matija Kolarić commented on LS-573:
-----------------------------------

Sorry for the flood, but it seems that a simple change in lang_lexer.mml (line 
92) would do:

let var =
          ['A'-'Z' 'a'-'z' '_' '\192'-'\214' '\216'-'\246' '\248'-'\255' ]
          ['A'-'Z' 'a'-'z' '_' '.'
             '\192'-'\214' '\216'-'\246' '\248'-'\255' '\'' '0'-'9']*

let var =
          ['A'-'Z' 'a'-'z' '_' '\192'-'\214' '\216'-'\246' '\248'-'\255' 
'0'-'9']*
          ['A'-'Z' 'a'-'z' '_' '\192'-'\214' '\216'-'\246' '\248'-'\255' ]
          ['A'-'Z' 'a'-'z' '_' '.'
             '\192'-'\214' '\216'-'\246' '\248'-'\255' '\'' '0'-'9']*

> Ladspa compatibility issue
> --------------------------
>
>                 Key: LS-573
>                 URL: http://dev.sourcefabric.org/browse/LS-573
>             Project: Liquidsoap
>          Issue Type: Bug
>          Components: Liquidsoap
>    Affects Versions: 1.0 beta
>         Environment: Ubuntu Desktop
>            Reporter: Matija Kolarić
>
> Some LADSPA such as ladspa.mbeq use attribute names that start with digits ( 
> '100hz_gain' ).
> liquidsoap -h ladspa.mbeq shows that attribute names with digits may be used. 
> And they can not.
> Anyway, there is several options I can see:
> 1. allow digits to be used at the beginning of attribute names
> 2. allow some kind of workaround and document it
> 3. disable plugins such as this one (please not)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à