Skip to content

docs: Verify CI is working on main#2

Closed
adnaan wants to merge 1 commit intomainfrom
verify-ci-working
Closed

docs: Verify CI is working on main#2
adnaan wants to merge 1 commit intomainfrom
verify-ci-working

Conversation

@adnaan
Copy link
Contributor

@adnaan adnaan commented Nov 3, 2025

Quick verification that CI workflow runs correctly after merge to main.

Remove mention of linting from CI requirements since it's
temporarily disabled until golangci-lint supports Go 1.25.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings November 3, 2025 21:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR simplifies the contributing guidelines by removing the mention of "linting" from the CI checks requirement. The change clarifies that pull requests need to pass tests and code formatting checks.

  • Updated contributing documentation to remove reference to linting checks

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@adnaan adnaan closed this Nov 3, 2025
@adnaan adnaan deleted the verify-ci-working branch November 3, 2025 21:32
adnaan added a commit that referenced this pull request Mar 12, 2026
The core library (livetemplate/livetemplate#179) fixed a bug where
range variables in executeRangeBodyWithVars were stored with the $
prefix, causing buildExecData to construct "$$index" patterns that
never matched {{$index}} in templates. The fix strips the $ prefix
so that pipe expressions like {{$index | printf "#%d"}} now correctly
resolve to "#0", "#1", etc. instead of empty strings.

Updates all affected golden files:
- update_01: Initial range items now have "#0", "#1", "#2" for field 2
- update_02: Adds ["u", "todo-3", {"2": "#1"}] after remove (index shift)
- update_03: Adds index updates for completed/reordered items
- update_05a: Adds index updates for existing items when prepending
- update_05b: Adds index updates for existing items when inserting middle
- update_06: Adds index updates for multi-operation scenario

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
adnaan added a commit that referenced this pull request Mar 13, 2026
* fix: update golden files for corrected $index resolution in range

The core library (livetemplate/livetemplate#179) fixed a bug where
range variables in executeRangeBodyWithVars were stored with the $
prefix, causing buildExecData to construct "$$index" patterns that
never matched {{$index}} in templates. The fix strips the $ prefix
so that pipe expressions like {{$index | printf "#%d"}} now correctly
resolve to "#0", "#1", etc. instead of empty strings.

Updates all affected golden files:
- update_01: Initial range items now have "#0", "#1", "#2" for field 2
- update_02: Adds ["u", "todo-3", {"2": "#1"}] after remove (index shift)
- update_03: Adds index updates for completed/reordered items
- update_05a: Adds index updates for existing items when prepending
- update_05b: Adds index updates for existing items when inserting middle
- update_06: Adds index updates for multi-operation scenario

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: update go.mod to use merged core library commit

Points to squash-merged PR #179 on livetemplate/livetemplate main branch
which fixes $index resolution in pipe expressions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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