Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Vasilij Schneidermann
Hey Robert, > I ported hahn to chicken 5. You can find the release here: Just wondering, are you its maintainer now? If yes, then there's no mention of it in the .egg file. Vasilij signature.asc Description: PGP signature ___ Chicken-users mailing

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
Thanks all - I just re-published hahn 0.10, restoring the .meta and .setup files & using cond-expand to support both import styles. On Fri, Apr 12, 2019 at 5:53 PM Kristian Lein-Mathisen < kristianl...@gmail.com> wrote: > > Hi Robert, > > If you want to support both C4 and C5. one way of doing

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Mario Domenech Goulart
Hi Robert, On Fri, 12 Apr 2019 18:24:33 -0400 Robert Jensen wrote: > Thanks all - I just re-published hahn 0.10, restoring the .meta and > .setup files & using cond-expand to support both import styles. Please note that if you change something that has already been released, you need to tag a

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
Hello, My apologies, I'm a little confused - I did remove the meta and setup file from the 0.10 tag, is that what's causing the issue here? On Fri, Apr 12, 2019 at 4:20 PM Mario Domenech Goulart wrote: > Hi, > > On Thu, 11 Apr 2019 23:19:10 -0400 Robert Jensen < > robert.cole.jen...@gmail.com>

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Kristian Lein-Mathisen
Hi Robert, If you want to support both C4 and C5. one way of doing it is to make two module files which does all the initial imports, and use one from the .egg file and the other from the .setup file. I'm doing this in https://github.com/kristianlm/chicken-minissh, for example. One module file is

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Mario Domenech Goulart
Hi, On Thu, 11 Apr 2019 23:19:10 -0400 Robert Jensen wrote: > I ported hahn to chicken 5. You can find the release here: > > https://github.com/klutometis/hahn/releases/tag/0.10 Apparently support for CHICKEN 4 has been removed, causing a significant breakage in the CHICKEN 4 coop:

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
Got it - I published 0.10.1 & tested locally with c4 salmonella. On Fri, Apr 12, 2019 at 6:36 PM Mario Domenech Goulart wrote: > Hi Robert, > > On Fri, 12 Apr 2019 18:24:33 -0400 Robert Jensen < > robert.cole.jen...@gmail.com> wrote: > > > Thanks all - I just re-published hahn 0.10, restoring

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Mario Domenech Goulart
Hi Robert, On Fri, 12 Apr 2019 17:04:08 -0400 Robert Jensen wrote: > My apologies, I'm a little confused - I did remove the meta and setup > file from the 0.10 tag, is that what's causing the issue here? Indeed. If you intend to use the same repo for both CHICKEN 4 and 5, the egg must be

Re: [Chicken-users] hahn: chicken 5 port

2019-04-12 Thread Robert Jensen
I will install c4 in another prefix to test. On Fri, Apr 12, 2019 at 6:24 PM Robert Jensen wrote: > Thanks all - I just re-published hahn 0.10, restoring the .meta and .setup > files & using cond-expand to support both import styles. > > On Fri, Apr 12, 2019 at 5:53 PM Kristian Lein-Mathisen <