Skip to content

Conversation

kvoli
Copy link
Contributor

@kvoli kvoli commented Jun 16, 2025

Stringified set elements are now outputted in sorted order when each
element has exactly one field. Previously the output order was
determined by the element ordinals.

This change only affects the Hollow Explorer UI.

@kvoli kvoli self-assigned this Jun 16, 2025
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch from 58b926c to 1161356 Compare June 16, 2025 17:55
@kvoli kvoli changed the title sort stringified set elements [dnm] sort stringified set elements Jun 16, 2025
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch from 1161356 to ec9e86d Compare June 16, 2025 17:57
Previously, parsing post data from the request URI query string would
decode sequences twice, first in `getQuery()`, then in `parseQueryString`.
This would cause `'+'` characters to be converted to whitespace.

Fix this by using `getRawQuery()` instead.
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch 3 times, most recently from 66daf5e to c41e71c Compare June 16, 2025 21:01
@kvoli kvoli changed the title [dnm] sort stringified set elements sort stringified set elements Jun 16, 2025
@kvoli kvoli changed the title sort stringified set elements sort stringified set elements in Hollow explorer UI Jun 16, 2025
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch from c41e71c to 9ee9930 Compare June 17, 2025 15:54
@kvoli kvoli changed the title sort stringified set elements in Hollow explorer UI sort stringified set elements with one field Jun 17, 2025
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch 3 times, most recently from dfc95fd to 06f5f78 Compare June 17, 2025 16:05
@kvoli kvoli marked this pull request as ready for review June 17, 2025 16:39
@kvoli kvoli requested a review from Sunjeet June 17, 2025 16:57
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch 2 times, most recently from 362d581 to da7b901 Compare June 18, 2025 14:21
Stringified set elements are now outputted in sorted order when each
element has exactly one field. Previously the output order was
determined by the element ordinals.

This change only affects the Hollow Explorer UI.
@kvoli kvoli force-pushed the 250616.add-stringify-set-sort branch from da7b901 to 635ca33 Compare June 19, 2025 14:54
@kvoli kvoli requested a review from Sunjeet June 19, 2025 14:56
@kvoli
Copy link
Contributor Author

kvoli commented Jun 19, 2025

TYFTR! Updated with backwards compatibility constructor changes @Sunjeet.

@kvoli kvoli merged commit da9ef6c into master Jun 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants