This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4182 - Static typing of K-SeqDistinctValuesFunc-7, 8
Summary: Static typing of K-SeqDistinctValuesFunc-7, 8
Status: CLOSED DUPLICATE of bug 3971
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 1.0.2
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 14:23 UTC by Tim Mills
Modified: 2010-03-16 15:57 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2007-01-10 14:23:37 UTC
Since the static return type of distinct-values is a zero-or-more sequence type (xs:anyAtomicType*), a static type checking error is detected in operator eq.

(:*******************************************************:)
(: Test: K-SeqDistinctValuesFunc-7                       :)
(: Written by: Frans Englich                             :)
(: Date: 2006-10-05T18:29:40+02:00                       :)
(: Purpose: A test whose essence is: `distinct-values((1, 1)) eq 1`. :)
(:*******************************************************:)
distinct-values((1, 1)) eq 1
Comment 1 Tim Mills 2007-01-11 16:54:53 UTC

*** This bug has been marked as a duplicate of bug 3971 ***