Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
paulk-asert commented on code in PR #52: URL: https://github.com/apache/groovy-website/pull/52#discussion_r1741565393 ## generator/src/main/groovy/generator/SiteGenerator.groovy: ## @@ -287,7 +287,7 @@ class SiteGenerator { @CompileDynamic private void renderBlogFeed

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
paulk-asert commented on code in PR #52: URL: https://github.com/apache/groovy-website/pull/52#discussion_r1741563897 ## generator/src/main/groovy/generator/SiteGenerator.groovy: ## @@ -287,7 +287,7 @@ class SiteGenerator { @CompileDynamic private void renderBlogFeed

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
sbglasius commented on code in PR #52: URL: https://github.com/apache/groovy-website/pull/52#discussion_r1741550808 ## generator/src/main/groovy/generator/SiteGenerator.groovy: ## @@ -287,7 +287,7 @@ class SiteGenerator { @CompileDynamic private void renderBlogFeed(M

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
paulk-asert commented on PR #52: URL: https://github.com/apache/groovy-website/pull/52#issuecomment-2325771161 I ended up sorting in reverse in situ and it seems to work fine. Thanks for the suggestion! -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-02 Thread via GitHub
paulk-asert commented on PR #52: URL: https://github.com/apache/groovy-website/pull/52#issuecomment-2325676394 The ".reverse()" should be outside the closure. I'll merge and then tweak. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-02 Thread via GitHub
paulk-asert merged PR #52: URL: https://github.com/apache/groovy-website/pull/52 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@groovy.

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-02 Thread via GitHub
Silvrbckw commented on PR #52: URL: https://github.com/apache/groovy-website/pull/52#issuecomment-2325640623 Merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[PR] Change sort order of ATOM Feed [groovy-website]

2024-08-19 Thread via GitHub
TheRetroRoot opened a new pull request, #52: URL: https://github.com/apache/groovy-website/pull/52 Reversed the sort order to have most recent post first. This lets us integrate this feed into common RSS readers as well as tools such as N8N and Zapier. -- This is an automated message fro