Project

Profile

Help

Bug #3161

closed

|| operator in dynamic XPath does no type checking

Added by John Lumley about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
2017-03-13
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
1.0
Fix Committed on JS Branch:
1.0
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

In https://saxonica.plan.io/boards/5/topics/6712 Martin Honnen discovered cities/city!(@country || ', ' || @name) produced a mixture of nodes and strings.

Investigation shows that the dynamic compilation of the || operator merely creates a concat() call around the (compiled) arguments, with no type checking/coercion. (A specific concat() function call does carry out type checking.)

Actions #1

Updated by John Lumley about 7 years ago

  • Status changed from New to Resolved

Changes committed in rev 6322

Actions #2

Updated by Debbie Lockett over 6 years ago

  • Applies to branch deleted (9.8)
  • Applies to JS Branch 1.0 added
  • Fix Committed on JS Branch 1.0 added
Actions #3

Updated by Debbie Lockett over 6 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
  • Fixed in JS Release set to Saxon-JS 1.0.1

Bug fix applied in Saxon-JS 1.0.1 maintenance release.

Please register to edit this issue

Also available in: Atom PDF Tracking page