Justin Ethier
1803a7339a
Update description
2020-11-04 16:16:43 -05:00
Justin Ethier
7b20da8638
Prep 0.22 release
2020-11-03 18:27:00 -05:00
Justin Ethier
0f08d2d6a9
Experiment with FreeBSD build
2020-10-23 21:40:17 -04:00
Justin Ethier
7c8823f333
Cleanup printing of call history
2020-10-17 19:21:14 -04:00
Justin Ethier
36252090d3
Add SRFI 128 tests
2020-09-30 13:09:03 -04:00
Justin Ethier
cc54f393af
Issue #414
2020-09-30 13:08:10 -04:00
Justin Ethier
5978e98e37
Issue #414 - Include SRFI 162 defs
2020-09-30 13:06:59 -04:00
Justin Ethier
11ef71a2c9
Issue #414 - Add tests for SRFI 128 / 162
2020-09-30 13:06:36 -04:00
Justin Ethier
768e07139b
Initial file
2020-09-30 13:01:31 -04:00
Justin Ethier
66dd53985b
Issue #412 - Include expander in call
2020-09-28 13:36:29 -04:00
Justin Ethier
6a1377178a
Issue #412 - Fix expand within a cond-expand
...
Allow these dependencies to be recognized by Cyclone.
2020-09-28 13:32:13 -04:00
Justin Ethier
f0bf9fc1d4
Issue #412 - Handle all cond-expand's
...
This change allows libraries to expand properly when cond-expand contains multiple sub-expressions. Previously it only worked properly if the sub-expressions were begin's.
2020-09-27 22:12:28 -04:00
Justin Ethier
501b4391bc
Note latest change
2020-09-23 15:43:10 -04:00
Justin Ethier
f849a739af
Raise an error if library compilation fails
...
If a program tries to build a dependent library and the compilation fails, we need to know about it
2020-09-23 12:21:56 -04:00
Justin Ethier
05d65b15b0
Issue #411 - Treat null/improper lists as consts
2020-09-22 23:04:28 -04:00
Justin Ethier
05fc6fb8ed
Rev++
2020-09-17 17:58:49 -04:00
Justin Ethier
df0412dda7
Attempt to handle whitespace on windows
2020-09-17 17:58:38 -04:00
Justin Ethier
5e58ca85fd
Add dockerfile to list of rel numbers to update
2020-09-17 17:35:32 -04:00
Justin Ethier
a8fc3e19d6
rev++
2020-09-17 17:35:16 -04:00
Justin Ethier
3e9d45742a
Prep new release
2020-09-17 17:33:54 -04:00
Justin Ethier
23f0d928ea
Remove temporary file
2020-09-17 17:30:02 -04:00
Justin Ethier
457ca32279
Issue #407 - Modified the reader to handle escaped intraline whitespace properly, per R7RS.
2020-09-16 23:05:02 -04:00
Justin Ethier
d18b776fa2
Updated force
to recursively force promises.
2020-09-15 12:42:02 -04:00
Justin Ethier
90a483da2b
Issue #408 - Cleanup and document
2020-09-14 13:28:23 -04:00
Justin Ethier
6109f0cc62
Experiment with removing TZ
2020-09-14 11:31:45 -04:00
Justin Ethier
6a78f7f3fd
Setup non-interactive builds
2020-09-13 22:12:13 -04:00
Justin Ethier
5fbdc54628
More robust version of (scheme lazy)
2020-09-09 22:28:00 -04:00
Justin Ethier
4dda1b8a49
Document new SRFI 132 functions
2020-09-03 19:04:36 -04:00
Justin Ethier
cf078d9d6c
Add additional SRFI 132 functions
2020-09-03 19:02:41 -04:00
Justin Ethier
82d7c56def
Finish TODO
2020-09-02 18:31:39 -04:00
Justin Ethier
f086955059
Added TODO
2020-09-02 18:14:01 -04:00
Justin Ethier
dc30dba735
Expand library before reading imports
2020-09-02 18:10:41 -04:00
Justin Ethier
26a7542d18
Enclose (include) code in (begin)
2020-09-01 18:57:23 -04:00
Justin Ethier
07d0256005
Travis / FreeBSD support
2020-08-31 14:47:49 -04:00
Justin Ethier
1ad9280ca4
Remove OSX; let Github CI build those instead
2020-08-31 14:29:57 -04:00
Justin Ethier
fd3b63d4a5
Attempt to use gmake on Darwin
2020-08-31 13:34:12 -04:00
Justin Ethier
6d20e717e6
Update .travis.yml
...
Fix string equality check
2020-08-31 12:13:14 -04:00
Justin Ethier
a0e1c2a77c
Update .travis.yml
...
Symlink to gmake for non-BSD
2020-08-31 11:12:05 -04:00
Justin Ethier
539f5eae90
Try freebsd again
2020-08-30 19:05:55 -04:00
Justin Ethier
f68842123d
Completely remove FreeBSD
...
Do builds work now?
2020-08-30 18:41:41 -04:00
Justin Ethier
1d86f97ca7
Tweak use of gmake
2020-08-30 18:33:11 -04:00
Justin Ethier
67b980aaba
WIP
2020-08-30 18:23:22 -04:00
Justin Ethier
530a1320a7
Try to fix syntax
2020-08-30 18:03:32 -04:00
Justin Ethier
1fba83fa32
Try again
2020-08-30 17:59:13 -04:00
Justin Ethier
80b69d7950
Disable xcode 8 for now
2020-08-30 17:57:53 -04:00
Justin Ethier
8a897ea75a
Merge pull request #406 from ararslan/aa/ci
...
Add FreeBSD and AArch64 Linux to Travis CI
2020-08-30 21:41:37 -04:00
Alex Arslan
d4f70e9607
Try to get FreeBSD to stop being classified as macOS
...
Also set things up to use `gmake` instead of `make` since the latter
refers to the incompatible BSD Make rather than GNU Make on BSD.
Hopefully the alias persists across build steps...
2020-08-30 14:15:54 -07:00
Alex Arslan
7e5e46c9cc
Add FreeBSD and AArch64 Linux to Travis CI
...
Also move the Homebrew package installation on macOS to the `homebrew`
addon.
2020-08-30 13:22:42 -07:00
Justin Ethier
857c98fb87
Expand contents of cond-expand
with a begin
context
2020-08-29 19:16:19 -04:00
Justin Ethier
ea2f44a318
Increase version
2020-08-19 10:05:21 -04:00