chicken-users
[Top][All Lists]
Advanced

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

Re: Guidance requested for debugging import problem.


From: Matt Welland
Subject: Re: Guidance requested for debugging import problem.
Date: Mon, 29 Nov 2021 13:40:56 -0500

Hi Felix,

I did not know about csm (or perhaps forgot it's existence?). Anyhow it seems like a potentially much better solution than a hand-maintained Makefile. I've tried it on a couple code bases and I'm running into a few issues, some are just cruft in the code but two cases I'm running into invalid sharp syntax errors:
===========
csm -program logpro -ignore tests/run.scm
while reading file /home/mrwellan/data/logpro/logprocessor.scm:

Error: invalid sharp-sign read syntax: #\/
===========
For logpro I wanted to expose the #/ ... / syntax to users. Since regex-literals is not ported in chicken 5 I just injected the code into logpro for now but it seems that csm doesn't understand the situation.

Thanks.



 

On Mon, Nov 15, 2021 at 5:01 AM <felix.winkelmann@bevuta.com> wrote:
> Wow, that seems to have fixed it. Thanks!!

Also, I will not tire to point out that "csm" is always a viable alternative! :-)


felix



--
--
Complexity is your enemy. Any fool can make something complicated.
It is hard to keep things simple. - Richard Branson.

reply via email to

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