Closed (fixed)
Project:
Default Content
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
7 Apr 2017 at 00:29 UTC
Updated:
15 May 2017 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostComment #4
andypostFix tests
Comment #5
larowlanlooks good, thanks @andypost
Comment #6
andypostbtw Sometimes I receive
`The database connection is not serializabledebug leads to
Comment #7
andypostre-roll
Comment #8
andypostreverted service provider needs fix
Comment #9
andypostComment #10
jmaguniaWhen I try to apply the patch from comment #8 and #4 to latest dev, I'm getting a message that says:
fatal: corrupt patch at line 173The error still appears if the Taxonomy module is disabled.
Comment #11
wengerk@pmagunia It's because you apply the patch using the
8.x-1.0-alpha5version and the given patch2867579-core83-8.patchis based on the last commits that is not in the tagged version :D.I just create a patch for people from the
8.x-1.0-alpha5to the compatible version (21/04/2017 - commit 2c9aad8).Patch from 8.x-1.0-alpha5 to patched version
Comment #13
jmagunia@wengerk, thanks for the hint although I'm almost sure I applied to the latest dev (not alpha5).
Comment #14
andypostReroll for current dev
I think better to keep tests compatible at least til 8.4 (may need new postponed issue)
Comment #16
andypostFix tests
Comment #17
alexpottI think you should add a dependency on core >= 8.3.0
Comment #18
alexpottI.e. add the following dependency to the .info.yml
Comment #19
andypostHere's fix for #18 (guess 8.3.1 better)
Comment #20
waspper commentedComment #21
larowlanDo we need this now that we're enforcing it via the .info file - I don't think we do?
Comment #22
andypostReverted
Comment #23
alexpottI'd be a bit more liberal here - like the composer.json... so
= 8.3.x)Comment #24
andypostthat's it)
Comment #25
andypostAccording https://www.drupal.org/docs/8/creating-custom-modules/let-drupal-8-know-...
Comment #26
andypostAnd fix leftover codestyle issues
I think it's ready for commit and next alpha release should be out
Comment #27
andypostAnd finally no reason for system module dependency
Comment #28
larowlanComment #29
larowlan