QT4CG meeting 095 draft agenda, 22 October 2024

Hello folks,

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

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

QT4 CG Meeting 095 Agenda 2024-10-22

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

   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 the meeting of 29 October
   will be one hour later in the United States.

1.5. Review of open action items [2/7]

   (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-094-01: CG to revise the proposal to serialize as jsonl
          + New PR #1497
     * [X] QT4CG-094-02: CG to revise the proposal to have err:stack-trace
       return a function item
          + Revised PR #1470

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]#1518: Add to changes metadata
     * PR [16]#1517: 1516(A) Fix failing F&O examples
     * PR [17]#1510: 1509 Drop obsolete/redundant text about "import
       schema" location hints
     * PR [18]#1508: 1507 Make format-integer spec legible
     * PR [19]#1505: 1503 Add err:map, err:stack-trace, err:additional to
       XSLT
     * PR [20]#1502: 1458 Arguments that have a default value but don't
       accept ()

1.6.3. Close without action

   It has been proposed that the following issues be closed without
   action. If you think discussion is necessary, please say so.
     * Issue [21]#1179: Editorial: `array:values`, `map:values`
     * Issue [22]#1169: Maps & Arrays: Consistency & Terminology
     * Issue [23]#1114: Partial function application: Keywords and
       placeholders
     * Issue [24]#1065: fn:format-number: further notes
     * Issue [25]#735: Local functions in XSLT
     * Issue [26]#573: Node construction functions

1.6.4. Substantive PRs

   The following substantive PRs were open when this agenda was prepared.
     * PR [27]#1513: 1512 Disallow reserved names in namespace and PI
       constructors
     * PR [28]#1511: 1345 Re-allow bare-brace map constructors everywhere
     * PR [29]#1504: 868 fn:intersperse -> fn:join, array:join($arrays,
       $separator)
     * PR [30]#1501: 1318 Function Coercion: Records, Maps, Arrays
     * PR [31]#1498: 1366 Use ++ and ** operators in EBNF
     * PR [32]#1497: 1471 JSON Serialization: json-lines
     * PR [33]#1496: 1495 Drop context value static type
     * PR [34]#1454: 1449 Relax rules on multiple xsl:includes
     * PR [35]#1227: 150 PR resubmission for fn ranks

1.6.5. Required for V4.0

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

2. Technical agenda

2.1. PR #1513: 1512 Disallow reserved names in namespace and PI constructors

   See PR [57]#1513

2.2. PR #1511: 1345 Re-allow bare-brace map constructors everywhere

   See PR [58]#1511

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

   See PR [59]#1504

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

   See PR [60]#1501

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

   See PR [61]#1498

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

   See PR [62]#1497

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

   See PR [63]#1496

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

   See PR [64]#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-15.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-1518
  16. https://qt4cg.org/dashboard/#pr-1517
  17. https://qt4cg.org/dashboard/#pr-1510
  18. https://qt4cg.org/dashboard/#pr-1508
  19. https://qt4cg.org/dashboard/#pr-1505
  20. https://qt4cg.org/dashboard/#pr-1502
  21. https://github.com/qt4cg/qtspecs/issues/1179
  22. https://github.com/qt4cg/qtspecs/issues/1169
  23. https://github.com/qt4cg/qtspecs/issues/1114
  24. https://github.com/qt4cg/qtspecs/issues/1065
  25. https://github.com/qt4cg/qtspecs/issues/735
  26. https://github.com/qt4cg/qtspecs/issues/573
  27. https://qt4cg.org/dashboard/#pr-1513
  28. https://qt4cg.org/dashboard/#pr-1511
  29. https://qt4cg.org/dashboard/#pr-1504
  30. https://qt4cg.org/dashboard/#pr-1501
  31. https://qt4cg.org/dashboard/#pr-1498
  32. https://qt4cg.org/dashboard/#pr-1497
  33. https://qt4cg.org/dashboard/#pr-1496
  34. https://qt4cg.org/dashboard/#pr-1454
  35. https://qt4cg.org/dashboard/#pr-1227
  36. https://github.com/qt4cg/qtspecs/issues/1252
  37. https://github.com/qt4cg/qtspecs/issues/1240
  38. https://github.com/qt4cg/qtspecs/issues/1238
  39. https://github.com/qt4cg/qtspecs/issues/1169
  40. https://github.com/qt4cg/qtspecs/issues/1127
  41. https://github.com/qt4cg/qtspecs/issues/1045
  42. https://github.com/qt4cg/qtspecs/issues/1021
  43. https://github.com/qt4cg/qtspecs/issues/1011
  44. https://github.com/qt4cg/qtspecs/issues/986
  45. https://github.com/qt4cg/qtspecs/issues/967
  46. https://github.com/qt4cg/qtspecs/issues/868
  47. https://github.com/qt4cg/qtspecs/issues/826
  48. https://github.com/qt4cg/qtspecs/issues/767
  49. https://github.com/qt4cg/qtspecs/issues/748
  50. https://github.com/qt4cg/qtspecs/issues/689
  51. https://github.com/qt4cg/qtspecs/issues/675
  52. https://github.com/qt4cg/qtspecs/issues/501
  53. https://github.com/qt4cg/qtspecs/issues/490
  54. https://github.com/qt4cg/qtspecs/issues/407
  55. https://github.com/qt4cg/qtspecs/issues/272
  56. https://github.com/qt4cg/qtspecs/issues/69
  57. https://qt4cg.org/dashboard/#pr-1513
  58. https://qt4cg.org/dashboard/#pr-1511
  59. https://qt4cg.org/dashboard/#pr-1504
  60. https://qt4cg.org/dashboard/#pr-1501
  61. https://qt4cg.org/dashboard/#pr-1498
  62. https://qt4cg.org/dashboard/#pr-1497
  63. https://qt4cg.org/dashboard/#pr-1496
  64. https://qt4cg.org/dashboard/#pr-1454

                                        Be seeing you,
                                          norm

--
Norm Tovey-Walsh
Saxonica

Received on Monday, 21 October 2024 09:54:32 UTC