IRC logs for #farmOS, 2020-12-02 (GMT)

2020-12-01
2020-12-03
TimeNickMessage
[21:38:45]<symbioquine[m]><mstenta[m] "Are you thinking for local testi"> That's where I was planning to use it - hopefully along with a documentation update which provides an opinionated recommendation for how to avoid the permissions problem...
[21:40:26]<symbioquine[m]>There might be an argument for vending a `test-runner` image eventually also...
[06:17:17]* farmBOT has joined #farmos
[07:52:08]* margoaron has quit (Ping timeout: 272 seconds)
[14:25:02]* margoaron has joined #farmos
[14:34:45]* margoaron has quit (Ping timeout: 240 seconds)
[14:34:50]* _margoaron has joined #farmos
[16:53:35]<mstenta[m]>symbioquine: now i'm getting the error you saw...
[16:53:55]<mstenta[m]>> Fatal error: Trait 'Prophecy\PhpUnit\ProphecyTrait' not found
[16:54:00]<mstenta[m]>https://github.com/farmOS/farmOS/runs/1489108756?check_suite_focus=true
[16:54:18]<paul121[m]>haha oh yes - I just triggered that re-run because I saw it on my branch :-)
[16:54:31]<paul121[m]>wanted to double confirm before I cried wolf
[16:54:40]<mstenta[m]>OH haha I was wondering why I got that email three days after the test originally ran lol
[16:55:48]<paul121[m]>do we have any idea why?
[16:56:26]<mstenta[m]>symbioquine ran into it when he was testing `paratest`: https://github.com/farmOS/composer-project/pull/1#issuecomment-733653953
[16:57:07]<mstenta[m]>i think something must have changed upstream again, and for some reason (related to not having a composer.lock probably) symbioquine started experiencing it before us :-)
[16:57:08]<paul121[m]>9.1 just released today, yes...?
[16:57:20]<mstenta[m]>oh yea... maybe that's it
[16:58:19]<mstenta[m]>but i thought we were pinned to 9.0
[16:58:50]<paul121[m]>https://www.drupal.org/node/3176567
[16:58:53]<mstenta[m]>that's what my hunch was with symbioquine 's issue... (described in that comment)
[16:59:19]<mstenta[m]>AHHH
[16:59:21]<mstenta[m]>that's it
[16:59:26]<mstenta[m]>we have `"drupal/core-dev": "^9",`
[16:59:39]<mstenta[m]>we should be using `"drupal/core-dev": "^9.0",` i think
[16:59:46]<mstenta[m]>that's in the composer-project
[16:59:52]<mstenta[m]>https://github.com/farmOS/composer-project
[17:00:15]<mstenta[m]>so we should make that change... and then update to 9.1 intentionally later...
[17:00:33]<mstenta[m]>as a separate step