Stream: beginners

Topic: ✔ roc-pg doesn't have a working link to import


view this post on Zulip Vinicius Ataide (Apr 08 2024 at 01:44):

I can't seem to find where are the roc-pg release .tar is. https://github.com/agu-z/roc-pg/

view this post on Zulip Luke Boswell (Apr 08 2024 at 03:38):

I don't know if there is a packaged release. You can git clone the repository and use a local relative file path instead.

view this post on Zulip Vinicius Ataide (Apr 08 2024 at 10:18):

thank you. so I can just download as is and tar it before using it? since it's a zip file that's downloaded

view this post on Zulip Anton (Apr 08 2024 at 10:21):

No need to tar, just extract it and use it like here.

view this post on Zulip Anton (Apr 08 2024 at 10:22):

I've made an issue on roc-pg to set up a release https://github.com/agu-z/roc-pg/issues/8

view this post on Zulip Anton (Apr 08 2024 at 10:24):

No need to tar, just extract it and use it like here.

Actually, this is a better example.

view this post on Zulip Agus Zubiaga (Apr 08 2024 at 10:29):

Yeah, good point. IIRC the reason it doesn’t have one is that the query builder was in its own package and the compiler couldn’t deal with transitive deps. However, I then moved the query builder into the main package, so it shouldn’t matter. I’ll give it a try later.

view this post on Zulip Agus Zubiaga (Apr 12 2024 at 19:01):

I updated roc-pg to work with the latest version of everything and there's a release bundle now: https://github.com/agu-z/roc-pg/releases/tag/0.1.0

view this post on Zulip Notification Bot (Apr 12 2024 at 19:01):

Agus Zubiaga has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC