https://github.com/gbaptista/temp-macro-issue
https://github.com/gbaptista/temp-macro-issue
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbaptista/temp-macro-issue
- Owner: gbaptista
- Created: 2022-03-27T00:06:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T11:49:54.000Z (over 3 years ago)
- Last Synced: 2025-06-19T19:52:14.462Z (4 months ago)
- Language: Fennel
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
git clone https://github.com/gbaptista/temp-macro-issue.gitcd temp-macro-issue
git clone \
https://gitlab.com/andreyorst/fennel-cljlib \
--branch relative-require-shenanigans \
shared-libs/cljlib# It works:
PWD=$(pwd) fennel my-project/works.fnl# Fixed
PWD=$(pwd) fennel my-project/fixed.fnl# Error
PWD=$(pwd) fennel my-project/error.fnl# It works:
fnx my-project/fnx/cli.fnl# It works:
fnx my-project/fnx/boot.fnl# It fails:
fennel my-project/fnx/boot.fnl
```