Fwd: error in the latest developpers snapshot (BaseX944-20200919.114509)
Hi Christian, considder the snapshot down below and as bijlage. This genereate different results with the latest snapshot. No problem with 943 and the previous snapshot( BaseX944-20200911.135109) ============================================ declare %private function local:value1 ( $atomicItem as element( ) ) as item()* { $atomicItem/data() } ; declare %private function local:value2 ( $atomicItem as element( ) ) as item()* { trace( $atomicItem/data(), "test: ") } ; let $e := <E>test</E> return ( $e/data() , $e => local:value1() , $e => local:value2() ) ===========================================
Confirmed and fixed ෴ Check out the updated snapshot On Thu, Sep 24, 2020 at 12:37 PM <r.stapper@lijbrandt.nl> wrote:
Hi Christian,
considder the snapshot down below and as bijlage. This genereate different results with the latest snapshot. No problem with 943 and the previous snapshot( BaseX944-20200911.135109)
============================================ declare %private function local:value1 ( $atomicItem as element( ) ) as item()* { $atomicItem/data() } ; declare %private function local:value2 ( $atomicItem as element( ) ) as item()* { trace( $atomicItem/data(), "test: ") } ;
let $e := <E>test</E>
return ( $e/data() , $e => local:value1() , $e => local:value2() ) ===========================================
Yep, seems to working fine again. thanx, Rob --- mvgr. Rob Stapper Christian Grün schreef op 25.09.2020 14:50:
Confirmed and fixed ෴ Check out the updated snapshot
On Thu, Sep 24, 2020 at 12:37 PM <r.stapper@lijbrandt.nl> wrote:
Hi Christian,
considder the snapshot down below and as bijlage. This genereate different results with the latest snapshot. No problem with 943 and the previous snapshot( BaseX944-20200911.135109)
============================================ declare %private function local:value1 ( $atomicItem as element( ) ) as item()* { $atomicItem/data() } ; declare %private function local:value2 ( $atomicItem as element( ) ) as item()* { trace( $atomicItem/data(), "test: ") } ;
let $e := <E>test</E>
return ( $e/data() , $e => local:value1() , $e => local:value2() ) ===========================================
participants (2)
-
Christian Grün -
r.stapper@lijbrandt.nl