This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch GROOVY-10156
in repository https://gitbox.apache.org/repos/asf/groovy.git
omit 1cafcc02c4 GROOVY-10156: Unreachable bytecode in switch statement
add c90bcc3587 minor refactor: try to fix sonar reporting
add bdf5045262 minor refactor: fix project key
add e31361dfc2 minor refactor: fix project key
add 2c070143e9 GROOVY-12010: Graduate groovy-toml from incubating to stable
add 9fca0f8624 Bump github/codeql-action from 4.35.3 to 4.35.4 (#2540)
add 151a4c749c Bump testlens-app/setup-testlens from 1.9.0 to 1.9.2 (#2539)
add 9ab4e19a94 AI readiness: make it clearer around selecting java and
groovy versions
add 1c20a0f307 AI readiness: backport changes from magpie learnings
add dec7cf5a77 AI readiness: backport changes from magpie learnings
add 7f4fb8afd4 AI readiness: sandboxed reproducers
new 06dcecf784 GROOVY-10156: Unreachable bytecode in switch statement
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1cafcc02c4)
\
N -- N -- N refs/heads/GROOVY-10156 (06dcecf784)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.agents/skills/groovy-build/SKILL.md | 44 +++-
.agents/skills/groovy-fix-workflow/SKILL.md | 45 +++-
.agents/skills/groovy-internals/SKILL.md | 6 +-
.agents/skills/groovy-jira/SKILL.md | 26 ++
.agents/skills/groovy-jira/jira-issue.sh | 87 +++++++
.agents/skills/groovy-jira/jira-search.sh | 59 +++++
.agents/skills/groovy-reassess/SKILL.md | 128 +++++++++-
.agents/skills/groovy-reassess/dashboard.groovy | 281 +++++++++++++++++++++
.agents/skills/groovy-reproducer/SKILL.md | 216 ++++++++++++++--
.../groovy-reproducer/run-reproducer-sandboxed.sh | 143 +++++++++++
.../skills/groovy-reproducer/safety-prescreen.sh | 63 +++++
.agents/skills/groovy-skills/SKILL.md | 22 +-
.agents/skills/groovy-triage/SKILL.md | 39 ++-
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/groovy-build-coverage.yml | 4 +-
.github/workflows/groovy-build-test.yml | 2 +-
AGENTS.md | 86 +++++++
ARCHITECTURE.md | 16 ++
CONTRIBUTING.md | 82 +++++-
README.adoc | 2 +
build.gradle | 1 +
subprojects/groovy-toml/build.gradle | 1 +
.../src/main/java/groovy/toml/TomlBuilder.java | 3 +-
.../src/main/java/groovy/toml/TomlSlurper.java | 16 +-
.../groovy-toml/src/spec/doc/toml-userguide.adoc | 31 ++-
.../spec/test/groovy/toml/TomlParserTest.groovy | 57 +++++
versions.properties | 1 +
27 files changed, 1418 insertions(+), 49 deletions(-)
create mode 100755 .agents/skills/groovy-jira/jira-issue.sh
create mode 100755 .agents/skills/groovy-jira/jira-search.sh
create mode 100644 .agents/skills/groovy-reassess/dashboard.groovy
create mode 100755 .agents/skills/groovy-reproducer/run-reproducer-sandboxed.sh
create mode 100755 .agents/skills/groovy-reproducer/safety-prescreen.sh