Skip to content

Closed #106#125

Open
GOE001 wants to merge 13 commits into
karagozemin:mainfrom
GOE001:feat-SCF-high]-Add-golden-fixtures-for-policy-import/export-round-trips
Open

Closed #106#125
GOE001 wants to merge 13 commits into
karagozemin:mainfrom
GOE001:feat-SCF-high]-Add-golden-fixtures-for-policy-import/export-round-trips

Conversation

@GOE001

@GOE001 GOE001 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Closes #106


closed 106

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the karagoz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@karagozemin

Copy link
Copy Markdown
Owner

Thanks for opening this, but I cannot merge it in the current form. Issue #106 asks for golden policy import/export round-trip fixtures: at least 3 valid fixtures, at least 1 invalid fixture, normal test coverage, deterministic exported shape, and no widened production semantics.

This PR currently only changes README.md by adding "All done", so it does not implement the requested fixture/test coverage. Please replace this with the actual fixture files and tests for the policy import/export round trips, then I can recheck.

@drips-wave

drips-wave Bot commented Jun 30, 2026

Copy link
Copy Markdown

@GOE001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@karagozemin

Copy link
Copy Markdown
Owner

I rechecked the latest merge ref under the karagozemin account.

This still cannot be merged for issue #106. The current effective diff against origin/main is only README.md; the fixture/test files shown in the PR metadata are not present in the merge diff. Running the expected focused test confirms there is no test file:

npm test -- --run src/lib/policy/round-trip.test.ts

Result:

No test files found

Issue #106 requires golden policy import/export fixtures and round-trip tests: at least 3 valid fixtures, 1 invalid fixture, and normal test coverage. Please make sure those files are actually present in the branch after rebasing onto current main, and remove any generated tsconfig.tsbuildinfo changes.

@GOE001

GOE001 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

done boss

@karagozemin

Copy link
Copy Markdown
Owner

Thanks for the update. The actual policy round-trip fixture work is now present and the focused checks pass:

git diff --check main...pr-125-merge
npm test -- --run src/lib/policy/round-trip.test.ts
npx tsc --noEmit
npm run lint

Result: 4 round-trip tests passed; typecheck/lint passed.

Still blocked by the same cleanup issue: tsconfig.tsbuildinfo is still modified in the PR diff:

M tsconfig.tsbuildinfo

Please remove that generated file change from the branch. Adding it to .gitignore is fine, but the committed generated diff itself needs to be gone before merge.

@GOE001

GOE001 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Ok working on that now

@GOE001

GOE001 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

worked on boss

@GOE001

GOE001 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Still awaiting your merge or further comments boss

@karagozemin

Copy link
Copy Markdown
Owner

Thanks for the PR! The build passes locally ✅, but after other PRs landed on main this branch now has merge conflicts and can't be merged as-is. Could you rebase onto the latest main and resolve the conflicts? Once it's mergeable I'll merge right away. 🙏

@GOE001

GOE001 commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

Conflict resolved

@GOE001

GOE001 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

conflicts resolved boss

@karagozemin

karagozemin commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Rechecked: after your latest push CI is still red — the CI job is failing. Could you check the CI logs, fix the errors and push again? Once it goes green I will re-review and merge.

@GOE001

GOE001 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

Now fixed boss

@GOE001

GOE001 commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

still waiting for merge boss

@GOE001

GOE001 commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

done boss

@GOE001

GOE001 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

still for merge boss

@GOE001

GOE001 commented Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

waiting for merge boss

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.

[SCF high] Add golden fixtures for policy import/export round trips

3 participants