Skip to content
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

Improve reviewing of update proposals by using proper diffs #1669

Merged

Conversation

tomudding
Copy link
Member

Uses php-diff to generate different styles of diffs for different kinds of texts:"

  • Combined: single-line text
  • Inline: longer multi-line text (e.g., descriptions)
  • SideBySide: long complex text (e.g., HTML pages)

Does require a small patch to ensure that we always generate a diff, even when the inputs are equal (see GEWIS/gewisweb-php-diff).

This forms the basis for GH-1383 (which requires some extensive changes).

Uses `php-diff` to generate different styles of diffs for different
kinds of texts:"
- Combined: single-line text
- Inline: longer multi-line text (e.g., descriptions)
- SideBySide: long complex text (e.g., HTML pages)

Does require a small patch to ensure that we always generate a diff,
even when the inputs are equal.
@tomudding
Copy link
Member Author

The constant most certainly exists.

@tomudding tomudding merged commit 6de0eeb into GEWIS:master Jul 9, 2023
github-actions bot added a commit that referenced this pull request Jul 9, 2023
Tom Udding: Merge pull request #1669 from tomudding/feature/improved-update-proposal-diffs

Improve reviewing of update proposals by using proper diffs

Co-authored-by: tomudding <tomudding@users.noreply.github.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.

1 participant