Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/threading-test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Line 1: context
// Line 2: added - CT-01 active thread here

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-01] Active thread - status 1 (open discussion)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-01] Active thread - status 1 (open discussion)

// Line 3: added
// Line 4: added - CT-02 resolved thread here

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-02] This thread has been RESOLVED (status 2 - Fixed)

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-02] This thread has been RESOLVED (status 2 - Fixed)

// Line 5: added
// Line 6: added - CT-07 3-level reply chain here

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-07] ROOT COMMENT - Starting discussion

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-07] LEVEL 2 REPLY - Responding to root

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-07] LEVEL 3 REPLY - Responding to level 2

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-07] ROOT COMMENT - Starting discussion

// Line 7: added
// Line 8: added
// Line 9: added
// Line 10: added - CT-08 multiple parallel threads

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-08] Thread 1 on line 10 - First parallel thread

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-08] Thread 2 on line 10 - Second parallel thread

Comment on lines +6 to +10

Copilot AI Dec 30, 2025

Copy link

Choose a reason for hiding this comment

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

The test case IDs skip from CT-02 to CT-07, omitting CT-03 through CT-06. If this is intentional (e.g., those test cases exist elsewhere), consider adding a comment explaining the gap. Otherwise, ensure the numbering is sequential or corrected to match the actual test case structure.

Suggested change
// Line 6: added - CT-07 3-level reply chain here
// Line 7: added
// Line 8: added
// Line 9: added
// Line 10: added - CT-08 multiple parallel threads
// Line 6: added - CT-03 3-level reply chain here
// Line 7: added
// Line 8: added
// Line 9: added
// Line 10: added - CT-04 multiple parallel threads

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-08] Thread 1 on line 10 - First parallel thread

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

[CT-08] Thread 2 on line 10 - Second parallel thread

// Original line 5
Comment on lines +1 to +11

Copilot AI Dec 30, 2025

Copy link

Choose a reason for hiding this comment

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

The file has a TypeScript extension (.ts) but contains only comments without any executable code. Consider either adding actual TypeScript code/tests, renaming the file with a more appropriate extension (e.g., .txt or .md), or adding a comment at the top explaining that this is a test fixture file for comment threading functionality.

Copilot uses AI. Check for mistakes.