JuliaDatabases / LibPQ.jl

A Julia wrapper for libpq
MIT License
217 stars 51 forks source link

bump up DocStringExtensions #255

Closed svilupp closed 2 years ago

svilupp commented 2 years ago

Would it be please possible to bump up support for DocStringExtensions to 0.9?

Impact:

Tests:

There is already a branch from CompatHelper, but it was stale, so I've created this PR to make the review smoother.

svilupp commented 2 years ago

I've just checked the MacOS test error but it doesn't seem related to the change.

Is it perhaps because of the artefact caching? or the delayed restoration (--delay-directory-restore)?

iamed2 commented 2 years ago

I think PostgreSQL was bumped from version 14.4 to 14.5 on Homebrew, perhaps that was it.

I don't believe PostgreSQL is affected by the cache. I'm going to see if maybe Homebrew made a change to the default install location.