QT4CG meeting 096 draft agenda, 29 October 2024

Hello folks,

Here is the draft agenda for tomorrow’s meeting:

   https://qt4cg.org/meeting/agenda/2024/10-29.html

QT4 CG Meeting 096 Agenda 2024-10-29

   [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 29 October 2024. The following meeting is
   scheduled for 5 November.

   Note: The QT4CG operates on European civil time. In Europe and the
   United Kingdom, summer time ends on 27 October. In the United States,
   summer time ends on 3 November. That means this meeting will be one
   hour later in the United States.

1.5. Review of open action items [2/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-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.
     * [X] QT4CG-095-01: MK to mark the UnreservedNCName toke as XQuery
       only.
     * [X] QT4CG-095-02: MK to add usage advice about computed
       constructors
     * [ ] QT4CG-095-03: CG to consider what to do about coercion causing
       keys to become duplicates in #1501.

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]#1470: 689 fn:stack-trace: replace with $err:stack-trace
     * PR [10]#1454: 1449 Relax rules on multiple xsl:includes
     * PR [11]#1296: 982 Rewrite of scan-left and scan-right
     * PR [12]#1283: 77b Update expressions
     * PR [13]#1062: 150bis revised proposal for fn:ranks
     * PR [14]#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 [15]#1533: Actions QT4CG-095-01 and -02 - follow-up on computed
       node constructors
     * PR [16]#1531: 1499 Deduplicate text relating to unused
       serialization parameters
     * PR [17]#1529: 1525 Add notes on enumeration types
     * PR [18]#1505: 1503 Add err:map, err:stack-trace, err:additional to
       XSLT

1.6.3. Substantive PRs

   The following substantive PRs were open when this agenda was prepared.
     * PR [19]#1532: 1519 Add -or-self axes
     * PR [20]#1530: 1500 New XSLT character-map() function
     * PR [21]#1523: 148 New functions to get type information
     * PR [22]#1505: 1503 Add err:map, err:stack-trace, err:additional to
       XSLT
     * PR [23]#1504: 868 fn:intersperse -> fn:join, array:join($arrays,
       $separator)
     * PR [24]#1501: 1318 Function Coercion: Records, Maps, Arrays
     * PR [25]#1498: 1366 Use ++ and ** operators in EBNF
     * PR [26]#1497: 1471 JSON Serialization: json-lines
     * PR [27]#1496: 1495 Drop context value static type
     * PR [28]#1454: 1449 Relax rules on multiple xsl:includes
     * PR [29]#1227: 150 PR resubmission for fn ranks

1.6.4. Required for V4.0

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

2. Technical agenda

2.1. PR #1504: 868 fn:intersperse -> fn:join, array:join($arrays, $separator)

   See PR [50]#1504.

2.2. PR #1501: 1318 Function Coercion: Records, Maps, Arrays

   See PR [51]#1501.

2.3. PR #1498: 1366 Use ++ and ** operators in EBNF

   See PR [52]#1498.

2.4. PR #1497: 1471 JSON Serialization: json-lines

   See PR [53]#1497.

2.5. PR #1496: 1495 Drop context value static type

   See PR [54]#1496.

2.6. PR #1532: 1519 Add -or-self axes

   See PR [55]#1532.

2.7. PR #1530: 1500 New XSLT character-map() function

   See PR [56]#1530.

2.8. PR #1523: 148 New functions to get type information

   See PR [57]#1523.

2.9. PR #1505: 1503 Add err:map, err:stack-trace, err:additional to XSLT

   See PR [58]#1505.

2.10. PR #1454: 1449 Relax rules on multiple xsl:includes

   See PR [59]#1454.

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/10-22.html
   9. https://qt4cg.org/dashboard/#pr-1470
  10. https://qt4cg.org/dashboard/#pr-1454
  11. https://qt4cg.org/dashboard/#pr-1296
  12. https://qt4cg.org/dashboard/#pr-1283
  13. https://qt4cg.org/dashboard/#pr-1062
  14. https://qt4cg.org/dashboard/#pr-529
  15. https://qt4cg.org/dashboard/#pr-1533
  16. https://qt4cg.org/dashboard/#pr-1531
  17. https://qt4cg.org/dashboard/#pr-1529
  18. https://qt4cg.org/dashboard/#pr-1505
  19. https://qt4cg.org/dashboard/#pr-1532
  20. https://qt4cg.org/dashboard/#pr-1530
  21. https://qt4cg.org/dashboard/#pr-1523
  22. https://qt4cg.org/dashboard/#pr-1505
  23. https://qt4cg.org/dashboard/#pr-1504
  24. https://qt4cg.org/dashboard/#pr-1501
  25. https://qt4cg.org/dashboard/#pr-1498
  26. https://qt4cg.org/dashboard/#pr-1497
  27. https://qt4cg.org/dashboard/#pr-1496
  28. https://qt4cg.org/dashboard/#pr-1454
  29. https://qt4cg.org/dashboard/#pr-1227
  30. https://github.com/qt4cg/qtspecs/issues/1252
  31. https://github.com/qt4cg/qtspecs/issues/1240
  32. https://github.com/qt4cg/qtspecs/issues/1238
  33. https://github.com/qt4cg/qtspecs/issues/1127
  34. https://github.com/qt4cg/qtspecs/issues/1045
  35. https://github.com/qt4cg/qtspecs/issues/1021
  36. https://github.com/qt4cg/qtspecs/issues/1011
  37. https://github.com/qt4cg/qtspecs/issues/986
  38. https://github.com/qt4cg/qtspecs/issues/967
  39. https://github.com/qt4cg/qtspecs/issues/868
  40. https://github.com/qt4cg/qtspecs/issues/826
  41. https://github.com/qt4cg/qtspecs/issues/767
  42. https://github.com/qt4cg/qtspecs/issues/748
  43. https://github.com/qt4cg/qtspecs/issues/689
  44. https://github.com/qt4cg/qtspecs/issues/675
  45. https://github.com/qt4cg/qtspecs/issues/501
  46. https://github.com/qt4cg/qtspecs/issues/490
  47. https://github.com/qt4cg/qtspecs/issues/407
  48. https://github.com/qt4cg/qtspecs/issues/272
  49. https://github.com/qt4cg/qtspecs/issues/69
  50. https://qt4cg.org/dashboard/#pr-1504
  51. https://qt4cg.org/dashboard/#pr-1501
  52. https://qt4cg.org/dashboard/#pr-1498
  53. https://qt4cg.org/dashboard/#pr-1497
  54. https://qt4cg.org/dashboard/#pr-1496
  55. https://qt4cg.org/dashboard/#pr-1532
  56. https://qt4cg.org/dashboard/#pr-1530
  57. https://qt4cg.org/dashboard/#pr-1523
  58. https://qt4cg.org/dashboard/#pr-1505
  59. https://qt4cg.org/dashboard/#pr-1454

                                        Be seeing you,
                                          norm

--
Norm Tovey-Walsh
Saxonica

Received on Monday, 28 October 2024 12:15:38 UTC