Lachlan Stuart

Results 5 comments of Lachlan Stuart

@CyberMew Awesome, thanks for the workaround!

`..` was a typo in my GitHub comment, I used `../..` in the linked logs. Even if I use a subdirectory (e.g. `codecov --root src` I got the same issue....

Here's the unminified stacktrace: ``` TypeError: Invalid descriptor for property '0' at setDescriptor (https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,es2017,fetch,IntersectionObserver:1812:4) at defineProp (https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,es2017,fetch,IntersectionObserver:1715:4) at defineGetter (https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,es2017,fetch,IntersectionObserver:2609:4) at addIndexGetter (https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,es2017,fetch,IntersectionObserver:2633:4) at reindex (https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,es2017,fetch,IntersectionObserver:2644:6) at preop (https://cdn.polyfill.io/v2/polyfill.js?features=default,es6,es7,es2017,fetch,IntersectionObserver:2681:4) at...

I've done some digging. I can't find an elegant solution, so I'm giving up and leaving my findings here. There are two compounding issues: 1. Postgres rewrites ("[cooks](https://github.com/postgres/postgres/blob/ecfed4a12247cf4659eee6b6ea27405e35fe57f8/src/backend/catalog/heap.c#L2540)") column default...

v0.15.13 works again for me. Thank you very much for the quick fix!