Re: Patch: Add support for Mezzano

2018-02-28 Thread Faré
On Thu, Mar 1, 2018 at 1:33 AM, Peter Housel wrote: > Enclosed is a patch (which can be applied using git am) that adds ASDF > support for the Mezzano Common Lisp operating system. > Please make it a merge request on gitlab.common-lisp.net/asdf/asdf —♯ƒ • François-René ÐVB Rideau •Reflection&Cyb

Patch: Add support for Mezzano

2018-02-28 Thread Peter Housel
Enclosed is a patch (which can be applied using git am) that adds ASDF support for the Mezzano Common Lisp operating system. -Peter S. Housel- 0001-Add-support-for-the-Mezzano-Common-Lisp-operating-sy.patch Description: Binary data

Re: package-inferred-systems and primary-system-name

2018-02-28 Thread Faré
Dear Eric, Robert, >:Eric > If a have a package-inferred-systems "a" and "a/b/c", the following > code used to return "a": > > (primary-system-name (find-system "a/b/c")) > > But after commit 069cd2a6 it returns nil. > Thanks for finding that bug. Sorry we didn't have regression tests for that. >

Re: package-inferred-systems and primary-system-name

2018-02-28 Thread Robert Goldman
On 28 Feb 2018, at 15:46, Eric Timmons wrote: If a have a package-inferred-systems "a" and "a/b/c", the following code used to return "a": (primary-system-name (find-system "a/b/c")) But after commit 069cd2a6 it returns nil. Happy to patch it, but I wanted to check how to do it before startin

package-inferred-systems and primary-system-name

2018-02-28 Thread Eric Timmons
If a have a package-inferred-systems "a" and "a/b/c", the following code used to return "a": (primary-system-name (find-system "a/b/c")) But after commit 069cd2a6 it returns nil. Happy to patch it, but I wanted to check how to do it before starting. The root cause right now is that system-source