~zorba-coders/zorba/jsoniq

« back to all changes in this revision

Viewing changes to src/diagnostics/diagnostic_en.xml

  • Committer: Matthias Brantner
  • Date: 2012-02-02 04:24:32 UTC
  • mfrom: (10614.1.3 jsoniq)
  • Revision ID: matthias.brantner@28msec.com-20120202042432-wpns9q65s3z3y2uw
- upd:rename
- upd:replace-value
- improved upd:delete (with type promotion)
- fixed implementation of delete by using the position of an array in apply

Show diffs side-by-side

added added

removed removed

Lines of Context:
2461
2461
      <value>array is target of several incompatible inserts</value>
2462
2462
    </diagnostic>
2463
2463
 
 
2464
    <diagnostic code="JUDY0065" if="defined(ZORBA_WITH_JSON)">
 
2465
      <comment>error raised by upd:rename</comment>
 
2466
      <value>"$1": pair with that name already exists</value>
 
2467
    </diagnostic>
 
2468
 
2464
2469
  </namespace>
2465
2470
 
2466
2471
  <!--////////// Zorba Warnings ////////////////////////////////////////////-->