Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#5627 closed defect (bug) (fixed)

Update phpunit grunt task to not use deprecated util

Reported by: netweb Owned by: djpaul
Priority: normal Milestone: 2.1
Component: Core Version:
Severity: normal Keywords: has-patch commit
Cc:

Description

Via #WP27343 and related #bbPress2542

Grunt is deprecating the Grunt.Util.* api

(mentioned in the 0.4.3 announcement http://gruntjs.com/blog/2014-03-07-grunt-0.4.3-released
and the 0.4.2 announcement http://gruntjs.com/blog/2013-11-21-grunt-0.4.2-released)

Once WordPress has a working patch upstream this should be implemented here.

Attachments (2)

5627.diff (995 bytes ) - added by netweb 12 years ago.
5627.2.diff (993 bytes ) - added by netweb 12 years ago.

Download all attachments as: .zip

Change History (8)

#1 @DJPaul
12 years ago

  • Milestone Awaiting ReviewFuture Release

Thanks for keeping an eye on the upstream Grunt module releases.

@netweb
12 years ago

#2 @netweb
12 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone Future ReleaseAwaiting Review

Upstream via 27343 we have gone with the method to include grunt-legacy-util

In 5627.diff:
Grunt is deprecating the Grunt.Util.* api, adding grunt-legacy-util will allow us to continue using grunt.util.spawn to spawn the multiple phpunit Grunt tasks.

  • Adds grunt-legacy-util to package.json
  • Requires fresh npm install to update dependencies

@netweb
12 years ago

#3 @netweb
12 years ago

Patch 5627.2.diff​ updates 5627.diff​ with correct whitespace.

#4 @DJPaul
12 years ago

  • Keywords commit added
  • Milestone Awaiting Review2.1

This ticket was mentioned in IRC in #buddypress-dev by netweb. View the logs.


12 years ago

#6 @djpaul
12 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status newclosed

In 8487:

Grunt: Update phpunit grunt task to not use deprecated util

Fixes #5627, props netweb

Note: See TracTickets for help on using tickets.