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

David Baelde commented on LS-551:
---------------------------------

I had a little time to kill so I've committed (75110a0ce0e9) the workaround 
mentioned above: strip_blank now returns a normal source. The problem still 
holds for examples with lists containing, for example, (active) inputs and 
normal sources. I'll keep the ticket open until we have a better algorithm.

> Type inference doesn't perform enough subtyping
> -----------------------------------------------
>
>                 Key: LS-551
>                 URL: http://dev.sourcefabric.org/browse/LS-551
>             Project: Liquidsoap
>          Issue Type: Bug
>          Components: Liquidsoap
>    Affects Versions: 1.0 beta
>            Reporter: Romain Beauxis
>            Assignee: David Baelde
>            Priority: Blocker
>
> The following does not work:
> output.dummy(
>   fallback([strip_blank(sine()), sine()]), 
>   fallible=true)
> I get:
>   this value has type
>     source(_)
>   but it should be a subtype of (the type of the value at line 1, char 35-42)
>     active_source(_)
> It is my understanding that there should be no technical reasons to prohibit 
> this and so there must be something to do at the type-checking level..
> Edit: The problem is that type inference guesses that this is a list of 
> active_sources, but the second one isn't active; we need a constraint-based 
> type inference algorithm to integrate subtyping in smarter ways, eg. delay 
> the guess until we've seen all elements.

-- 
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

        

------------------------------------------------------------------------------
Malware Security Report: Protecting Your Business, Customers, and the 
Bottom Line. Protect your business and customers by understanding the 
threat from malware and how it can impact your online business. 
http://www.accelacomm.com/jaw/sfnl/114/51427462/
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl

Répondre à