Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2019 at 10:39 UTC
Updated:
31 Jan 2019 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottI guess this happened because bootstrap.inc contains the version constant that needs adjusting.
Comment #3
alexpottAtm if you do
git diff 7.63...7.x includes/bootstrap.incThis patch fixes that.
Comment #5
fabianx commentedRTBC and fixed
Thanks, Alex!
Comment #6
xjmWell thank you test suite for failing and absolutely legitimately telling us that the fix was broken in HEAD.
This happened because of the way merge conflicts are resolved by the tagging script; for Drupal 8 it's never mattered because
Drupal.phpis not our first choice as a place to add new code, but sincebootstrap.incis if memory serves like 3000 lines of code, I've put a check on the script to bail if there are changes on either file.