[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH][5] Regression(?) in how the import files are l
From: |
lemonboy |
Subject: |
[Chicken-hackers] [PATCH][5] Regression(?) in how the import files are loaded |
Date: |
Tue, 4 Jul 2017 23:18:15 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Hello hackers,
I've noticed that doing (import foo) now tries to find the import file under the
name "foo.import" but if that file doesn't exist it proceeds to check if a file
named "foo" exists.
I think this was unintended and you can find attached a patch that fixes this
problem, I'm aware there are many ways to solve this problem so feel free to
throw the patch into the compost bin and go your own way.
Peace,
LemonBoy
0001-Fix-a-regression-in-the-evauation-of-the-import-path.patch
Description: Text Data
- [Chicken-hackers] [PATCH][5] Regression(?) in how the import files are loaded,
lemonboy <=