Email or username:

Password:

Forgot your password?
2 posts total
Jeko

Hey Guilers !

Motivated by @abcdw work on rde tests and gider, I spend time on Gunit64 : tools to fire up SRFI64 tests with Emacs key bindings thanks to Geiser.

First steps done ! Next one will be to ease installation using Guix.

Right now it is still manual : dedicated minor-mode, .dir-locals.el, Guile module…

Concret use case in the `tests` directory.

Check it out and tell me !
framagit.org/jeko/guile-gunit6

Don't hesitate to ping me for help or ideas!

#gnu #guix #guile #scheme #emacs #geiser

Hey Guilers !

Motivated by @abcdw work on rde tests and gider, I spend time on Gunit64 : tools to fire up SRFI64 tests with Emacs key bindings thanks to Geiser.

First steps done ! Next one will be to ease installation using Guix.

Right now it is still manual : dedicated minor-mode, .dir-locals.el, Guile module…

Andrew Tropin

@jeko I moved test-runner and related utilities to Ares:
git.sr.ht/~abcdw/guile-ares-rs

Plan to rework it a bit and provide an Emacs interface through Arei in foreseable future.

Maybe will later move test-runner to a separate library, when we make a good guile package manager.

Jeko

Morning hackers ! 👋

Wish you a happy weekend !

A very few bit of #EmacsLisp on Saturday morning

#guile #scheme #emacs

Andrew Tropin

@jeko Wow, for last two weeks, I was thinking about doing something similiar, but I would really love to see what you get! Maybe I won't need to do anything on this matter at all! :)

I still don't have much ideas on how to implement run test at point and re-run failed tests yet.

Go Up