protobuf

Check-in [240acd7684]
Login

Check-in [240acd7684]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Keep srfi-4-comprehensions module private
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | v1.2.0 | chicken-5
Files: files | file ages | folders
SHA3-256: 240acd7684a5e5f1a5c28a294ca117b1b525b4f64950ae1a20b57cb15efa0b47
User & Date: murphy 2018-08-27 20:41:07.122
Context
2018-08-27
20:55
New release information file check-in: d4403984d4 user: murphy tags: chicken-5
20:41
Keep srfi-4-comprehensions module private check-in: 240acd7684 user: murphy tags: chicken-5, v1.2.0
20:23
Removed hash function bug workaround check-in: 2ca2dc01e3 user: murphy tags: chicken-5
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to protobuf.egg.
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
12
13
14
15
16
17
18

19
20
21
22
23
24
25







-







   srfi-99)
 (test-dependencies
   test)
 (components
   (extension protobuf
     (modules
       protobuf
       srfi-4-comprehensions
       protobuf-encoding
       protobuf-reflection
       protobuf-syntax
       protobuf-generic)
     (source-dependencies
       "srfi-4-comprehensions.scm"
       "encoding.scm"