Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Lars Toomre’s picture

Component: base system » breakpoint.module
FileSize
10.62 KB

The attached patch addresses all of the items in #1818016-7: Make Breakpoint module pass Coder Review that were not subsequently covered in the patch for that issue.

Lars Toomre’s picture

Status: Active » Needs review

Grr... Need to remember to set the right status!

Lars Toomre’s picture

While performing a manual review with patch applied, I see that I missed adding a @throws directive to docblock for breakpoint_get_theme_media_queries(). This needs to be added in the next roll of this patch.

Status: Needs review » Needs work

The last submitted patch, 1820512-1-breakpoint.patch, failed testing.

Lars Toomre’s picture

Status: Needs work » Needs review
FileSize
10.42 KB

The @param directive for $group_id in _breakpoint_delete_breakpoint_groups() was wrong. Changed it from array to string and removed array from function declaration. Here is a re-rolled patch for the bot.

Lars Toomre’s picture

Issue summary: View changes

Added the follow-up issues list.

RainbowArray’s picture

Issue summary: View changes

Is this issue and the listed follow-up issues still relevant? The follow-up issues mention the 7.x-2.x version, and there's been a fair amount of mixup work on breakpoint module since this issue over a year ago.

Are these things we need to double-check to see if the fixes have been made?

attiks’s picture

Status: Needs review » Postponed

Postponing since the whole system of breakpoints is going to change, see #2271529: Move breakpoint settings to theme and module *.breakpoints.yml files at root level

attiks’s picture

Status: Postponed » Closed (won't fix)