pkgsrc-WIP-cvs archive

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

CVS commit: wip/hs-husk-scheme



Module name:    wip
Committed by:   szptvlfn
Date:           Mon Jan 20 13:59:59 UTC 2014

Modified Files:
        wip/hs-husk-scheme: Makefile buildlink3.mk distinfo

Log Message:
Update to 3.15.1

changelog:
v3.15.1

This is a small bug fix release:

- Preserve macro hygiene when using code that contains explicit renaming
macros contained within syntax-rules macros. Previously, the syntax-rules
system would not pass renamed variables across to the ER system. So an
identifier could be renamed by syntax-rules but the ER macro would then
have no knowledge of the rename and would be unable to use `rename` to make
the identifier hygienic. For example, the code:

        (let ((unquote 'foo)) `(,'bar))

 Should evaluate to `((unquote (quote bar)))`.

- Added support for multi-line input to `huski`.
- Fixed GHC compiler warnings when building with `-Wall`.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 wip/hs-husk-scheme/Makefile \
    wip/hs-husk-scheme/buildlink3.mk wip/hs-husk-scheme/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/Makefile?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/buildlink3.mk?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-husk-scheme/distinfo?r1=1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index