QT4CG meeting 091 draft agenda, 24 September 2024

Hi folks,

Here’s the draft agenda for tomorrow’s meeting:

   https://qt4cg.org/meeting/agenda/2024/09-24.html

QT4 CG Meeting 091 Agenda 2024-09-24

   [1]Agenda index / [2]QT4CG.org / [3]Dashboard / [4]GH Issues / [5]GH
   Pull Requests

Agenda

   This meeting will be hosted on Zoom at 16:00BST (15:00GMT, 17:00CEST,
   11:00EDT)

   The [6]Zoom meeting ID is 831 9996 6275; the passcode is 707664.

   See the [7]meeting logistics page for more details.

1. Administrivia

1.1. Roll call

1.2. Approve the agenda

1.3. Approve minutes of previous meeting

   Minutes of [8]the previous meeting.

1.4. Next meeting

   This meeting is planned for 24 September 2024. The following meeting is
   scheduled for 1 October.

1.5. Review of open action items [1/8]

   (Items marked [X] are believed to have been closed via email before
   this agenda was posted.)
     * [ ] QT4CG-080-07: NW to update the build instructions in the README
     * [ ] QT4CG-082-02: DN to work with MK to come to agreement on the
       fn:ranks proposal
     * [ ] QT4CG-088-01: NW to consider how best to add a dedication to
       MSM.
     * [ ] QT4CG-088-03: MK to add an example of duplicate
       function-annotations being returned.
     * [ ] QT4CG-088-04: [Someone] needs to update the processing model
       diagram needs vis-a-vis the static typing feature
     * [ ] QT4CG-089-01: CG to draft a PR that attempts to resolve the
       operators described in #755 to a smaller number of orthogonal
       choices.
     * [ ] QT4CG-090-01: MK to add an example of fn:element-number that
       does multi-part numbering

1.6. Review of open pull requests and issues

1.6.1. Blocked

   The following PRs are open but have merge conflicts or comments which
   suggest they aren't ready for action.
     * PR [9]#1296: 982 Rewrite of scan-left and scan-right
     * PR [10]#1283: 77b Update expressions
     * PR [11]#1062: 150bis revised proposal for fn:ranks
     * PR [12]#529: 528 fn:elements-to-maps

1.6.2. Merge without discussion

   The following PRs are editorial, small, or otherwise appeared to be
   uncontroversial when the agenda was prepared. The chairs propose that
   these can be merged without discussion. If you think discussion is
   necessary, please say so.
     * PR [13]#1447: 1446 Rephrase conformance rule on xs:dateTime limits
     * PR [14]#1444: Implement improvement to bibligraphy entry for IEEE
       802.3
     * PR [15]#1438: 1322 fn:collation-available (editorial)
     * PR [16]#1434: 1373 XQFO: Editorial

1.6.3. XSLT focused

   The following PRs appear to be candidates for a future XSLT-focused
   meeting.
     * PR [17]#1454: 1449 Relax rules on multiple xsl:includes
     * PR [18]#1442: 1394 Add new default priority rules
     * PR [19]#1378: 1375 bugs in pattern syntax

1.6.4. Substantive PRs

   The following substantive PRs were open when this agenda was prepared.
     * PR [20]#1455: 1445 Drop number-formatter option, retain string
       value
     * PR [21]#1453: Fix typo in load-xquery-module example
     * PR [22]#1439: 1235 Function Identity: Treating function items with
       identical bodies
     * PR [23]#1437: 1325 Variadic System Functions limited to `fn:concat`
     * PR [24]#1436: 1323 Function parameters names: $href -> $uri
     * PR [25]#1435: 1421 fn:unix-time: Revisions
     * PR [26]#1433: 1422 fn:hash: Revision
     * PR [27]#1430: 1427 Add element-number function
     * PR [28]#1429: 1403 Align type tests
     * PR [29]#1355: 1351 Add "declare record" in XQuery
     * PR [30]#1227: 150 PR resubmission for fn ranks

1.6.5. Required for V4.0

   The following issues are labeled "required for V4.0".
     * Issue [31]#1252: Add a new function `fn:html-doc`
     * Issue [32]#1240: $sequence-of-maps ? info()
     * Issue [33]#1238: XSLT on-no-match="shallow-copy-all" - revised
       rules
     * Issue [34]#1235: Function Identity: Treating function items with
       identical bodies
     * Issue [35]#1169: Maps & Arrays: Consistency & Terminology
     * Issue [36]#1127: Binary resources
     * Issue [37]#1045: Functions to manage namespace usage
     * Issue [38]#1021: Extend `fn:doc`, `fn:collection` and
       `fn:uri-collection` with options maps
     * Issue [39]#1011: fn:transform() improvements
     * Issue [40]#986: Numeric Comparisons
     * Issue [41]#967: XPath Appendix I: Comparisons
     * Issue [42]#868: fn:intersperse -> fn:join, array:join($arrays,
       $separator)
     * Issue [43]#826: Arrays: Representation of single members of an
       array
     * Issue [44]#767: parse-html(): case of SVG element names
     * Issue [45]#748: Parse functions: consistency
     * Issue [46]#689: fn:stack-trace: keep, drop, replace with
       $err:stack-trace ?
     * Issue [47]#675: XSLT streaming rules for new constructs
     * Issue [48]#501: Error handling: Rethrow errors; finally block
     * Issue [49]#490: Control over schema validation in parse-xml(),
       doc(), etc.
     * Issue [50]#407: XSLT-specific context properties used in function
       items
     * Issue [51]#272: Setting parameter values in xsl:use-package
     * Issue [52]#69: fn:document, fn:function-available: default
       arguments

2. Technical agenda

2.1. PR #1429: Align type tests

   See PR [53]#1429

2.2. PR #1430: 1427 Add element-number function

   See PR [54]#1430.

2.3. PR #1433: 1422 fn:hash: Revision

   See PR [55]#1433.

2.4. PR #1435: 1421 fn:unix-time: Revisions

   See PR [56]#1435.

2.5. PR #1436: 1323 Function parameters names: $href -> $uri

   See PR [57]#1436.

2.6. PR #1437: 1325 Variadic System Functions limited to `fn:concat`

   See PR [58]#1437.

2.7. PR #1439: 1235 Function Identity: Treating function items with identical
bodies

   See PR [59]#1439.

2.8. PR #1455: 1445 Drop number-formatter option, retain string value

   See PR [60]#1455.

2.9. PR #1453: Fix typo in load-xquery-module example

   See PR [61]#1453.

2.10. PR #1355: 1351 Add "declare record" in XQuery

   See PR [62]#1355.

2.11. PR #1227: 150 PR resubmission for fn ranks

   See PR [63]#1227.

3. Any other business

References

   1. https://qt4cg.org/meeting/agenda/
   2. https://qt4cg.org/
   3. https://qt4cg.org/dashboard
   4. https://github.com/qt4cg/qtspecs/issues
   5. https://github.com/qt4cg/qtspecs/pulls
   6. https://us06web.zoom.us/j/83199966275?pwd=SmN6V0RhUGdSTHFHZkd6cjgxVEY2QT09
   7. https://qt4cg.org/meeting/logistics.html
   8. https://qt4cg.org/meeting/minutes/2024/09-17.html
   9. https://qt4cg.org/dashboard/#pr-1296
  10. https://qt4cg.org/dashboard/#pr-1283
  11. https://qt4cg.org/dashboard/#pr-1062
  12. https://qt4cg.org/dashboard/#pr-529
  13. https://qt4cg.org/dashboard/#pr-1447
  14. https://qt4cg.org/dashboard/#pr-1444
  15. https://qt4cg.org/dashboard/#pr-1438
  16. https://qt4cg.org/dashboard/#pr-1434
  17. https://qt4cg.org/dashboard/#pr-1454
  18. https://qt4cg.org/dashboard/#pr-1442
  19. https://qt4cg.org/dashboard/#pr-1378
  20. https://qt4cg.org/dashboard/#pr-1455
  21. https://qt4cg.org/dashboard/#pr-1453
  22. https://qt4cg.org/dashboard/#pr-1439
  23. https://qt4cg.org/dashboard/#pr-1437
  24. https://qt4cg.org/dashboard/#pr-1436
  25. https://qt4cg.org/dashboard/#pr-1435
  26. https://qt4cg.org/dashboard/#pr-1433
  27. https://qt4cg.org/dashboard/#pr-1430
  28. https://qt4cg.org/dashboard/#pr-1429
  29. https://qt4cg.org/dashboard/#pr-1355
  30. https://qt4cg.org/dashboard/#pr-1227
  31. https://github.com/qt4cg/qtspecs/issues/1252
  32. https://github.com/qt4cg/qtspecs/issues/1240
  33. https://github.com/qt4cg/qtspecs/issues/1238
  34. https://github.com/qt4cg/qtspecs/issues/1235
  35. https://github.com/qt4cg/qtspecs/issues/1169
  36. https://github.com/qt4cg/qtspecs/issues/1127
  37. https://github.com/qt4cg/qtspecs/issues/1045
  38. https://github.com/qt4cg/qtspecs/issues/1021
  39. https://github.com/qt4cg/qtspecs/issues/1011
  40. https://github.com/qt4cg/qtspecs/issues/986
  41. https://github.com/qt4cg/qtspecs/issues/967
  42. https://github.com/qt4cg/qtspecs/issues/868
  43. https://github.com/qt4cg/qtspecs/issues/826
  44. https://github.com/qt4cg/qtspecs/issues/767
  45. https://github.com/qt4cg/qtspecs/issues/748
  46. https://github.com/qt4cg/qtspecs/issues/689
  47. https://github.com/qt4cg/qtspecs/issues/675
  48. https://github.com/qt4cg/qtspecs/issues/501
  49. https://github.com/qt4cg/qtspecs/issues/490
  50. https://github.com/qt4cg/qtspecs/issues/407
  51. https://github.com/qt4cg/qtspecs/issues/272
  52. https://github.com/qt4cg/qtspecs/issues/69
  53. https://qt4cg.org/dashboard/#pr-1429
  54. https://qt4cg.org/dashboard/#pr-1430
  55. https://qt4cg.org/dashboard/#pr-1433
  56. https://qt4cg.org/dashboard/#pr-1435
  57. https://qt4cg.org/dashboard/#pr-1436
  58. https://qt4cg.org/dashboard/#pr-1437
  59. https://qt4cg.org/dashboard/#pr-1439
  60. https://qt4cg.org/dashboard/#pr-1455
  61. https://qt4cg.org/dashboard/#pr-1453
  62. https://qt4cg.org/dashboard/#pr-1355
  63. https://qt4cg.org/dashboard/#pr-1227

                                        Be seeing you,
                                          norm

--
Norm Tovey-Walsh
Saxonica

Received on Monday, 23 September 2024 11:49:56 UTC