Log message #4183469

# At Username Text
# Apr 17th 2019, 09:07 neon1024 I’ll figure it out
# Apr 17th 2019, 09:06 dereuromark The code in form would not be different either way.
# Apr 17th 2019, 09:06 dereuromark Check my wording
# Apr 17th 2019, 09:06 dereuromark I didnt say you should use it.
# Apr 17th 2019, 09:06 neon1024 No harm in implementing something myself
# Apr 17th 2019, 09:05 neon1024 Besides, I’m testing the 4.0.0-alpha1. Using a plugin won’t really test the core much
# Apr 17th 2019, 09:05 dereuromark it still answers your question
# Apr 17th 2019, 09:05 neon1024 ;)
# Apr 17th 2019, 09:05 neon1024 So no then
# Apr 17th 2019, 09:05 dereuromark well, the change to support it should be rather trivial
# Apr 17th 2019, 09:05 neon1024 Does it support 4.0.0?
# Apr 17th 2019, 09:05 dereuromark or reinvent the wheel
# Apr 17th 2019, 09:04 dereuromark you could check my tags plugin :slightly_smiling_face:
# Apr 17th 2019, 09:04 neon1024 Stupid question, but my brain won’t tell me. I have `Questions hasMany Tagged belongsTo Tags` and I’m trying to figure out how to create the correct form element to marshall a multi select
# Apr 17th 2019, 08:11 admad long time ago
# Apr 17th 2019, 08:11 neon1024 Has Rob Morgan stopped working on it entirely?
# Apr 17th 2019, 08:10 dereuromark the migrations plugin and especially phinx really lacks a lead dev of some sorts..
# Apr 17th 2019, 08:09 admad i did a master -> 3.next -> 4.x merge earlier today :slightly_smiling_face:
# Apr 17th 2019, 08:08 neon1024 Oh, I was quite behind. Good shout, thanks!
# Apr 17th 2019, 08:05 neon1024 Okay
# Apr 17th 2019, 08:03 admad @neon1024 update upstream 4.x
# Apr 17th 2019, 08:03 dereuromark A cleaner API in general will make static analyzers happy. All these dirty something|false returns, all these super-mixed ones
# Apr 17th 2019, 07:58 neon1024 That’ll make PHP Stan happy
# Apr 17th 2019, 07:58 neon1024 Exciting! Seems there are a few more tweaks to bake then
# Apr 17th 2019, 07:57 admad yes
# Apr 17th 2019, 07:55 neon1024 Soo, is that right? The new `dev-next` coding standard requires strict types?
# Apr 17th 2019, 07:54 admad it's just a CS error, i'll fix it separately
# Apr 17th 2019, 07:54 admad i know how to whip it into compliance :P
# Apr 17th 2019, 07:51 neon1024 Seems that Travis hates us both this morning @admad :P
# Apr 17th 2019, 07:46 neon1024 Yeah I was going to ask about that, to add it to my test app, but got side tracked. I’ll make a note
# Apr 17th 2019, 07:46 admad btw you can also use the `dev-next` code sniffer branch to format your code as per new standard :slightly_smiling_face:
# Apr 17th 2019, 07:46 neon1024 Thanks <3
# Apr 17th 2019, 07:46 neon1024 Ah you beat me to it!
# Apr 17th 2019, 07:45 admad @neon1024 https://github.com/cakephp/bake/pull/526 ;)
# Apr 17th 2019, 07:43 neon1024 Element! I bet that’s it. I’ve not finished my morning coffee yet ;)
# Apr 17th 2019, 07:42 dereuromark ah ok, not sure but something could be wrong with the casing: https://github.com/cakephp/bake/tree/4.x/templates/bake/element/Controller
# Apr 17th 2019, 07:42 neon1024 I’ll stop being lazy and clone the repo
# Apr 17th 2019, 07:42 neon1024 This makes me think they’re missing, as I would expect `/Controller/index.twig` or similar
# Apr 17th 2019, 07:41 neon1024 https://github.com/cakephp/bake/blob/4.x/templates/bake/Controller/controller.twig#L65
# Apr 17th 2019, 07:41 neon1024 That’s where I am, but they seem to be actual view templates. I was so sure that the ‘old’ bake had each controller action in it’s own bake template
# Apr 17th 2019, 07:40 dereuromark @neon1024 you are special, but : https://github.com/cakephp/bake/tree/4.x/templates/bake/Template afaik :slightly_smiling_face: