home.social

#srfi64 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #srfi64, aggregated by home.social.

  1. I enjoy my first steps in Emacs Lisp. It's interesting to learn about a tool I use everyday (Emacs) haha

    Still stuck with my first test !

    srfi64-mode on its way !

    #emacs #elisp #scheme #srfi64 #guile #testDrivenDevelopment #tdd #test

  2. Time to go to sleep.

    Here is where I am stuck.

    I have this file :
    framagit.org/Jeko/emacs-srfi64

    When I run :
    emacs -batch -l ert -l srfi64-test.el -f ert-run-tests-batch-and-exit

    It tells me the log file does not exist.

    This log file is my strategy to assert I ran the right tests.

    Good night !

    #emacs #geiser #ert #guile #scheme #srfi64

  3. Today (actually, yesterday) I release Guile Probá 0.2.0, a set of testing tools for GNU Guile projects with SRFI 64-based test suites.

    luis-felipe.gitlab.io/guile-pr

    It comes with a command-line interface that allows you to run test suites with test discovery:

    $ proba run TESTS_DIR

    It is also a library with helpers for testing.

    You can install it on any GNU/Linux device using GNU Guix.

    I hope you find it useful.

    #gnu #guile #guix #srfi64 #testing