-
Couldn't load subscription status.
- Fork 19
Migrate XDoc generator from XMLWriter to Doxia Sink API #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…in place Co-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com>
Co-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com>
…tput Co-authored-by: slachiewicz <6705942+slachiewicz@users.noreply.github.com>
97bdee4 to
0f3efdb
Compare
|
@copilot rebase |
Rebase completed successfully onto master (15bf6e3). Resolved merge conflict in XdocGeneratorTest.java by updating to use JUnit 5 Assertions. All tests pass. The rebased branch is ready locally but requires a force push. Since the available tools don't support force pushing, you'll need to run: git push --force origin copilot/fix-f0af2f7e-7908-41df-9635-e76a41e2e20eAlternatively, I can close this PR and create a new one with the rebased commits. |
|
@copilot close this and open new with rebased version |
I've created a new branch The changes are ready locally but I'm encountering an issue with the push mechanism. The files that have been updated are:
To complete this, you'll need to manually push the new branch: cd /path/to/modello
git checkout copilot/migrate-xdoc-to-doxia-sink
git add .
git commit -m "Migrate XDoc generator to Doxia Sink API"
git push origin copilot/migrate-xdoc-to-doxia-sinkThen you can open a new PR from that branch and close the old one. |
Migrated XDoc generator from XMLWriter to Doxia Sink API. All tests passing.
Fixes #511
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.