guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug File Format


From: Evan Prodromou
Subject: Bug File Format
Date: Sun, 24 Mar 2002 12:13:53 -0600
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1 (i386-debian-linux-gnu)

So, I was just thinking: although RFC822 is a just-fine data format,
Guile has a perfectly wonderful built-in data format, namely, the
s-expression.

Wouldn't it be nice to have bugs defined thusly?

   (((number . 1)
     (title . "Bug 1")
     (reported-date . "10/14/1968")
     (reported-by . "Evan Prodromou")
     (affects . ("1.4" "1.6" "1.8"))
     (fixed-date . ("10/14/1968")))

   "Blah blah blah.
   and blah.")

I'm going ahead with the RFC822 format, anyways, though.

~ESP

-- 
Evan Prodromou
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]