Re: anyone define port types?

2016-03-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Mar 28, 2016 at 09:04:42PM +0200, Andy Wingo wrote: > Hi! > > I am working on improving our port implementation to take advantage of > the opportunity to break ABI in 2.2. I am wondering how much I can > break C API as well -- there are some

Re: anyone define port types?

2016-03-29 Thread Nala Ginrut
On Mon, 2016-03-28 at 21:04 +0200, Andy Wingo wrote: > Hi! > > I am working on improving our port implementation to take advantage of > the opportunity to break ABI in 2.2. I am wondering how much I can > break C API as well -- there are some changes that would allow better > user-space threading

Re: What is needed in guildhall to include it in Guile?

2016-03-29 Thread Arne Babenhauserheide
So, to summarize the things I can change: - Add the path to the installed package in guild show or list-packages - Add a dynamical site as repository - Package guix features - Package guildhall in guix And things I can’t change easily: - Package many packages (I hope a site with easy uploads cou

include bug in guile

2016-03-29 Thread rain1
I think this is a bug in guile relating to "include": a.scm: (define a 1) b.scm: (include "a.scm") (display a) (newline) guile -l b.scm # prints 1 now update a.scm: (define a 2) guile -l b.scm # still prints 1

Re: include bug in guile

2016-03-29 Thread Wette, Matthew R (3441)
On Mar 29, 2016, at 10:16 AM, ra...@openmailbox.org wrote: I think this is a bug in guile relating to "include": a.scm: (define a 1) b.scm: (include "a.scm") (display a) (newline) guile -l b.scm # prints 1 now update a.scm: (define a 2) guile -l b.scm # still pr

Re: anyone define port types?

2016-03-29 Thread Panicz Maciej Godek
Hi Andy, I have been using soft ports to implement a text widget in my GUI framework. I also used GOOPS, which I regret to this day, and so the whole framework needs a serious rewrite, but if you're collecting various species to the museum of make-soft-port, you can have a look: https://bitbucket.