Re: [EXT] Re: Haunt 0.2.6 released

2022-02-07 Thread Thompson, David
Hey Florian, Thanks for the report. Yeah, Guile has made incompatible SRFI-64 changes in recent releases. I've chosen to prioritize having a working test suite for the current version of Guile since that's what I develop and test against. The Guix package probably disabled tests due to this same

Re: Haunt 0.2.6 released

2022-02-07 Thread pelzflorian (Florian Pelz)
Hi David and thank you for the new Haunt release. On Wed, Jan 26, 2022 at 08:26:19AM -0500, Thompson, David wrote: > Haunt version 0.2.6 has been released. This release restores > compatibility with Guile < 3.0 that was accidentally broken in 0.2.5. You need not care about it on old Guile IMHO,

Re: [EXT] Re: [EXT] Re: Haunt 0.2.5 released

2021-04-29 Thread Thompson, David
On Thu, Apr 29, 2021 at 4:22 PM pelzflorian (Florian Pelz) wrote: > > On Thu, Apr 29, 2021 at 12:32:16PM -0400, Thompson, David wrote: > > Oops, it looks like I forgot the --detach-sign flag. Sorry about that. > > I just uploaded a new signature. Does it work for you? > > > > Thanks for the report

Re: [EXT] Re: Haunt 0.2.5 released

2021-04-29 Thread pelzflorian (Florian Pelz)
On Thu, Apr 29, 2021 at 12:32:16PM -0400, Thompson, David wrote: > Oops, it looks like I forgot the --detach-sign flag. Sorry about that. > I just uploaded a new signature. Does it work for you? > > Thanks for the report, It verifies fine. :) However it seems Haunt is no longer compatible with G

Re: [EXT] Re: Haunt 0.2.5 released

2021-04-29 Thread Thompson, David
On Thu, Apr 29, 2021 at 12:20 PM pelzflorian (Florian Pelz) wrote: > > On Thu, Apr 15, 2021 at 01:18:23PM -0400, Thompson, David wrote: > > Homepage: https://dthompson.us/projects/haunt.html > > Download: https://files.dthompson.us/haunt/haunt-0.2.5.tar.gz > > Signature: https://files.dthompson.us

Re: Haunt 0.2.5 released

2021-04-29 Thread pelzflorian (Florian Pelz)
On Thu, Apr 15, 2021 at 01:18:23PM -0400, Thompson, David wrote: > Homepage: https://dthompson.us/projects/haunt.html > Download: https://files.dthompson.us/haunt/haunt-0.2.5.tar.gz > Signature: https://files.dthompson.us/haunt/haunt-0.2.5.tar.gz.asc > > Yours in hoping I didn't screw anything up

Re: haunt

2020-05-18 Thread Catonano
I have an update about this Il giorno dom 17 mag 2020 alle ore 17:48 Ricardo Wurmus ha scritto: > > > Have you tried clearing the cache of compiled .go files? > I eliminated the ccache in my target folder ($HOME/opt) and that solved the issue ¯\_(ツ)_/¯ So all is well

Re: haunt

2020-05-17 Thread Alex Sassmannshausen
Heya, Catonano writes: > Il giorno dom 17 mag 2020 alle ore 14:16 Catonano ha > scritto: > >> >> >> Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus < >> rek...@elephly.net> ha scritto: >> >>> >>> Catonano writes: >>> >>> > ;;; WARNING: loading compiled file >>> > /home/adriano/opt/lib/

Re: haunt

2020-05-17 Thread Ricardo Wurmus
Catonano writes: > Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus > ha scritto: > >> >> Catonano writes: >> >> > ;;; WARNING: loading compiled file >> > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/web-server.go >> > failed: >> > ;;; In procedure load-thunk-from-memory: in

Re: haunt

2020-05-17 Thread Catonano
Il giorno dom 17 mag 2020 alle ore 14:16 Catonano ha scritto: > > > Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus < > rek...@elephly.net> ha scritto: > >> >> Catonano writes: >> >> > ;;; WARNING: loading compiled file >> > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/web-ser

Re: haunt

2020-05-17 Thread Catonano
Il giorno dom 17 mag 2020 alle ore 14:08 Ricardo Wurmus ha scritto: > > Catonano writes: > > > ;;; WARNING: loading compiled file > > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/web-server.go > > failed: > > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > > ;;;

Re: haunt

2020-05-17 Thread Ricardo Wurmus
Catonano writes: > ;;; WARNING: loading compiled file > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/serve/web-server.go > failed: > ;;; In procedure load-thunk-from-memory: incompatible bytecode kind > ;;; WARNING: loading compiled file > /home/adriano/opt/lib/guile/3.0/site-ccache/haunt/

Re: Haunt load path

2018-01-22 Thread Catonano
2018-01-14 8:44 GMT+01:00 Catonano : > I have a naive question (as usual) > > I'm trying David Thompson's Haunt static site builder > > In my blog root I made a "scheme/builder/blog.scm" path > > and blog.scm contains a builder called "my-builder" > > my-builder is copied from the built in builder

Re: Haunt serves some resources mistakenly as text/plain

2017-12-21 Thread Thompson, David
Hey Ludo and sirgazil, On Thu, Dec 21, 2017 at 8:25 AM, Ludovic Courtès wrote: > Hi there! > > sirgazil skribis: > >> When you create resources in Haunt whose URL paths contain dots beside >> the dot before a file extension, it seems Haunt's web server will >> always serve them as "text/plain".

Re: Haunt serves some resources mistakenly as text/plain

2017-12-21 Thread Ludovic Courtès
Hi there! sirgazil skribis: > When you create resources in Haunt whose URL paths contain dots beside > the dot before a file extension, it seems Haunt's web server will > always serve them as "text/plain". So, in the case of HTML pages, for > example, when you visit them in the Web browser, the