- From: Norm Tovey-Walsh <norm@saxonica.com>
- Date: Mon, 05 Feb 2024 12:35:18 +0000
- To: "public-xslt-40@w3.org" <public-xslt-40@w3.org>
- Message-ID: <m2bk8vw0it.fsf@saxonica.com>
Hi folks,
We’ve got a long list of open PRs now, so I’ve tried to focus the
technical agenda so it’s top-heavy with easy to close items. If you
think there’s a more efficient order, feel free to propose it!
Here’s the agenda:
https://qt4cg.org/meeting/agenda/2024/02-06.html
QT4 CG Meeting 064 Agenda 2024-02-06
[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 (17:00CEST, 11:00EDT,
08:00PDT).
See the [6]meeting logistics page for details.
1. Administrivia
1.1. Roll call
1.2. Approve the agenda
1.3. Approve minutes of previous meeting
Minutes of [7]the previous meeting.
1.4. Next meeting
This meeting is planned for 6 February. The following meeting is
scheduled for 13 February.
Any regrets for 13 February 2024?
1.5. Review of open action items [0/7]
(Items marked [X] are believed to have been closed via email before
this agenda was posted.)
* [ ] QT4CG-052-02: NW to consider how to schedule an "editor's
meeting"
* [ ] QT4CG-056-04: MK to write a proposal for adding a select
attribute to xsl:text
* [ ] QT4CG-058-02: MK to consider providing more advice about the
pitfalls of mixing decimal and double when sorting
* [ ] QT4CG-062-03: JK to revise the fn:hash function along the lines
discussed at the meeting
* [ ] QT4CG-063-01: MK to revise #956 especially with respect to the
options parameter
* [ ] QT4CG-063-02: JK to consider whether the roman numeral example
is appropriate for the spec.
* [ ] QT4CG-063-03: DN to address the editorial remarks from meeting
063 in a new PR.
* [ ] QT4CG-063-04: NW to try to add test review to the editorial
meeting.
* [ ] QT4CG-063-05: MK to revise PR #953 to take account of CG's
comments
* [ ] QT4CG-063-06: MK to consider refactoring the declare item type
syntax to something like declare record
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 [8]#956: 850-partial Editorial improvements to parse-html()
* PR [9]#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 [10]#997: 830 Drop F+O appendix D.4
* PR [11]#996: 816 Allow a predicate in a filter expression to be a
sequence of numbers
* PR [12]#995: 937 revised in light of CG feedback
* PR [13]#992: 888, 963: Error handling for unsatisfied context
dependencies
* PR [14]#987: 628 Define result order for distinct-values and
duplicate-values
* PR [15]#980: 911 Coercion to allow double to decimal etc
* PR [16]#979: 966 Minor fixes to deep lookup
* PR [17]#971: 970 XQFO: Context item -> value
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 [18]#964: fn:has-attributes
1.6.4. XSLT focused
The following PRs appear to be candidates for a future XSLT-focused
meeting.
* PR [19]#921: 920 Allow xsl:break and xsl:next-iteration within
branch of xsl:switch
* PR [20]#871: Action qt4 cg 027 01 next match
These issues identify the XSLT-focused changes that have been made to
the specifications but which have not been established by the community
group as the status quo.
* Issue [21]#168: XSLT Extension Instructions invoking Named
Templates
1.6.5. Substantive PRs
The following substantive PRs were open when this agenda was prepared.
* PR [22]#993: 989 (partial) Allow char() to take integer argument
* PR [23]#988: 960 Pinned and labeled values
* PR [24]#985: 720 Add lookup arrow expressions (method invocations)
* PR [25]#984: 959-partial Add fn:seconds function
* PR [26]#978: 948 Reflected the comments of the CG on the
specification of scan-left and scan-right
* PR [27]#977: Ignore this, it's just a test
* PR [28]#975: 973 fn:parse-json, fn:json-to-xml: number-parser,
fallback
* PR [29]#972: 949 Partial Function Applications: Allow return of
function name
* PR [30]#969: 843-partial Standard, array & map functions:
Equivalencies
* PR [31]#968: 260 array:index-of
* PR [32]#953: 617 Define record constructors
* PR [33]#943: 187 Add FLWOR expression while clause
* PR [34]#940: 878 Add subsequence-where function
* PR [35]#916: 720 Allow methods in maps with access to $this
* PR [36]#832: 77 Add map:deep-update and array:deep-update
* PR [37]#795: 655 fn:sort-with
1.6.6. Proposed for V4.0
The following issues are labled "proposed for V4.0".
* Issue [38]#982: Add position argument to scan-left and scan-right
* Issue [39]#938: Canonical serialization
* Issue [40]#910: Introduce a Kollection object with functions that
operate on all types of items that can be containers of unlimited
number of "members"
* Issue [41]#908: Function identity: documentation still too vague
* Issue [42]#850: fn:parse-html: Finalization
* Issue [43]#829: fn:boolean: EBV support for more item types
* Issue [44]#716: Generators in XPath
* Issue [45]#689: fn:stack-trace: keep, drop, replace with
$err:stack-trace ?
* Issue [46]#583: array:replace(), etc
* Issue [47]#557: fn:unparsed-binary: accessing and manipulating
binary types
* Issue [48]#340: fn:format-number: Specifying decimal format
* Issue [49]#283: Enumeration types
* Issue [50]#236: map:group-by or map:build with a sequence of keys
* Issue [51]#33: JSON Parsing & Serialization: Numbers
* Issue [52]#31: Extend FLWOR expressions to maps
2. Technical Agenda
2.1. PR #993: 989 (partial) Allow char() to take integer argument
See PR [53]#993
2.2. PR #984: 959-partial Add fn:seconds function
See PR [54]#984
2.3. PR #975: 973 fn:parse-json, fn:json-to-xml: number-parser, fallback
See PR [55]#975
2.4. PR #969: 843-partial Standard, array & map functions: Equivalencies
See PR [56]#969
2.5. PR #968: 260 array:index-of
See PR [57]#968
2.6. PR #943: 187 Add FLWOR expression while clause
See PR [58]#943
2.7. PR #795: 655 fn:sort-with
See PR [59]#795
2.8. PR #972: 949 Partial Function Applications: Allow return of function
name
See PR [60]#972
2.9. PR #988: 960 Pinned and labeled values
See PR [61]#988
2.10. PR #985: 720 Add lookup arrow expressions (method invocations)
See PR [62]#985
2.11. PR #978: 948 Reflected the comments of the CG on the specification of
scan-left and scan-right
See PR [63]#978
2.12. PR #953: 617 Define record constructors
See PR [64]#953
2.13. PR #916: 720 Allow methods in maps with access to $this
See PR [65]#916
2.14. PR #832: 77 Add map:deep-update and array:deep-update
See PR [66]#832
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://qt4cg.org/meeting/logistics.html
7. https://qt4cg.org/meeting/minutes/2024/01-30.html
8. https://qt4cg.org/dashboard/#pr-956
9. https://qt4cg.org/dashboard/#pr-529
10. https://qt4cg.org/dashboard/#pr-997
11. https://qt4cg.org/dashboard/#pr-996
12. https://qt4cg.org/dashboard/#pr-995
13. https://qt4cg.org/dashboard/#pr-992
14. https://qt4cg.org/dashboard/#pr-987
15. https://qt4cg.org/dashboard/#pr-980
16. https://qt4cg.org/dashboard/#pr-979
17. https://qt4cg.org/dashboard/#pr-971
18. https://github.com/qt4cg/qtspecs/issues/964
19. https://qt4cg.org/dashboard/#pr-921
20. https://qt4cg.org/dashboard/#pr-871
21. https://github.com/qt4cg/qtspecs/issues/168
22. https://qt4cg.org/dashboard/#pr-993
23. https://qt4cg.org/dashboard/#pr-988
24. https://qt4cg.org/dashboard/#pr-985
25. https://qt4cg.org/dashboard/#pr-984
26. https://qt4cg.org/dashboard/#pr-978
27. https://qt4cg.org/dashboard/#pr-977
28. https://qt4cg.org/dashboard/#pr-975
29. https://qt4cg.org/dashboard/#pr-972
30. https://qt4cg.org/dashboard/#pr-969
31. https://qt4cg.org/dashboard/#pr-968
32. https://qt4cg.org/dashboard/#pr-953
33. https://qt4cg.org/dashboard/#pr-943
34. https://qt4cg.org/dashboard/#pr-940
35. https://qt4cg.org/dashboard/#pr-916
36. https://qt4cg.org/dashboard/#pr-832
37. https://qt4cg.org/dashboard/#pr-795
38. https://github.com/qt4cg/qtspecs/issues/982
39. https://github.com/qt4cg/qtspecs/issues/938
40. https://github.com/qt4cg/qtspecs/issues/910
41. https://github.com/qt4cg/qtspecs/issues/908
42. https://github.com/qt4cg/qtspecs/issues/850
43. https://github.com/qt4cg/qtspecs/issues/829
44. https://github.com/qt4cg/qtspecs/issues/716
45. https://github.com/qt4cg/qtspecs/issues/689
46. https://github.com/qt4cg/qtspecs/issues/583
47. https://github.com/qt4cg/qtspecs/issues/557
48. https://github.com/qt4cg/qtspecs/issues/340
49. https://github.com/qt4cg/qtspecs/issues/283
50. https://github.com/qt4cg/qtspecs/issues/236
51. https://github.com/qt4cg/qtspecs/issues/33
52. https://github.com/qt4cg/qtspecs/issues/31
53. https://qt4cg.org/dashboard/#pr-993
54. https://qt4cg.org/dashboard/#pr-984
55. https://qt4cg.org/dashboard/#pr-975
56. https://qt4cg.org/dashboard/#pr-969
57. https://qt4cg.org/dashboard/#pr-968
58. https://qt4cg.org/dashboard/#pr-943
59. https://qt4cg.org/dashboard/#pr-795
60. https://qt4cg.org/dashboard/#pr-972
61. https://qt4cg.org/dashboard/#pr-988
62. https://qt4cg.org/dashboard/#pr-985
63. https://qt4cg.org/dashboard/#pr-978
64. https://qt4cg.org/dashboard/#pr-953
65. https://qt4cg.org/dashboard/#pr-916
66. https://qt4cg.org/dashboard/#pr-832
Be seeing you,
norm
--
Norm Tovey-Walsh
Saxonica
Received on Monday, 5 February 2024 12:36:56 UTC