Re: Why can meson find hunt-net but not hunt-proton in dependency resolution?

2020-04-01 Thread Heromyth via Digitalmars-d-learn
On Wednesday, 1 April 2020 at 02:27:38 UTC, YD wrote: Thanks for the reply! BTW is hunt-amqp for AMQP 1.0 only? Because when I try it on an AMQP 0.9 server, it does not seem to connect. Thanks again! We are using RabbitMQ v3.8.2 for test. The hunt-amqp is based on AMQP 1.0, and is not tested

Re: Why can meson find hunt-net but not hunt-proton in dependency resolution?

2020-03-31 Thread YD via Digitalmars-d-learn
On Wednesday, 1 April 2020 at 01:56:26 UTC, Heromyth wrote: On Wednesday, 1 April 2020 at 01:21:22 UTC, YD wrote: [...] Sorry for the inconveniences. We are still testing Hunt-AMQP. The problems about dub.json will be fixed soon. Thanks for the reply! BTW is hunt-amqp for AMQP 1.0 only? Bec

Re: Why can meson find hunt-net but not hunt-proton in dependency resolution?

2020-03-31 Thread Heromyth via Digitalmars-d-learn
On Wednesday, 1 April 2020 at 01:21:22 UTC, YD wrote: On Tuesday, 31 March 2020 at 19:59:25 UTC, YD wrote: [...] So I found that the issue is that dub.json file in hunt-proton has an entry referring to the parent package with a relative file path in it. When that relative file path is remove

Re: Why can meson find hunt-net but not hunt-proton in dependency resolution?

2020-03-31 Thread YD via Digitalmars-d-learn
On Tuesday, 31 March 2020 at 19:59:25 UTC, YD wrote: On Tuesday, 31 March 2020 at 19:51:31 UTC, YD wrote: Hi, I am trying to use Meson, and I did the followings to get dub packages: dub fetch hunt-net dub fetch hunt-proton dub build hunt-net dub build hunt-proton when I have this

Re: Why can meson find hunt-net but not hunt-proton in dependency resolution?

2020-03-31 Thread YD via Digitalmars-d-learn
On Tuesday, 31 March 2020 at 19:51:31 UTC, YD wrote: Hi, I am trying to use Meson, and I did the followings to get dub packages: dub fetch hunt-net dub fetch hunt-proton dub build hunt-net dub build hunt-proton when I have this line in my meson.build file: dependency('hunt-net'

Why can meson find hunt-net but not hunt-proton in dependency resolution?

2020-03-31 Thread YD via Digitalmars-d-learn
Hi, I am trying to use Meson, and I did the followings to get dub packages: dub fetch hunt-net dub fetch hunt-proton dub build hunt-net dub build hunt-proton when I have this line in my meson.build file: dependency('hunt-net', method: 'dub') It works fine: Run-time dependen