Commit Graph

263 Commits

Author SHA1 Message Date
AlexKnauth
d41677a8d7 don't provide gen:lens 2015-08-19 14:38:58 -04:00
AlexKnauth
3008e9ca15 add gen:lens 2015-08-19 14:35:53 -04:00
Jack Firth
2c29f2b7e3 Merge pull request #152 from AlexKnauth/scribble-include-no-subsection
experiment with scribble-include/no-subsection
2015-08-19 11:12:51 -07:00
AlexKnauth
1553307bdd experiment with scribble-include/no-subsection 2015-08-19 13:58:41 -04:00
Jack Firth
9e03b437b5 Update README.md 2015-08-19 10:52:18 -07:00
Jack Firth
d334754c20 Bump version 2015-08-19 10:42:07 -07:00
Jack Firth
eb23e4c60d Merge pull request #151 from AlexKnauth/after-script
put raco cover in after_script
2015-08-19 10:28:17 -07:00
AlexKnauth
a16132f774 put raco cover in after_success 2015-08-19 13:25:04 -04:00
Jack Firth
beaaa03642 Merge pull request #150 from jackfirth/121-2.0-feature-set
121 2.0 feature set
2015-08-19 10:02:15 -07:00
Jack Firth
a902631981 Make documentation multi-page 2015-08-18 17:00:26 -07:00
Jack Firth
5c36a26bc0 Update test-omit-paths 2015-08-18 16:36:11 -07:00
Jack Firth
188496ed0b Add missing doc sections 2015-08-18 16:19:47 -07:00
Jack Firth
e474edbe10 Fix nested list and pick list docs 2015-08-18 16:17:23 -07:00
Jack Firth
53c8fa61da Re-add missing file 2015-08-18 16:16:13 -07:00
Jack Firth
a518780122 Fix vector docs 2015-08-18 16:16:07 -07:00
Jack Firth
31a8d064fd Fix hash and struct docs 2015-08-18 16:11:21 -07:00
Jack Firth
11fc744bfe Split and fix some docs 2015-08-18 15:59:10 -07:00
Jack Firth
baebbe1da7 Fix unstable module references 2015-08-18 15:36:06 -07:00
Jack Firth
614d6876c7 Reorganize and add new folders 2015-08-18 15:34:01 -07:00
Jack Firth
efe8628e2c Fix doc module references 2015-08-18 13:41:28 -07:00
Jack Firth
4628cf9520 Fix module references 2015-08-18 13:33:15 -07:00
Jack Firth
283ff3e68e Move remaining modules (WIP - fix installation and such next) 2015-08-18 13:10:10 -07:00
Jack Firth
80dafe0efa Move stream and hash into main collection 2015-08-18 13:03:18 -07:00
Jack Firth
da2df3f6e8 Merge pull request #145 from AlexKnauth/fix-deps
fix deps
2015-08-18 12:40:09 -07:00
Jack Firth
d81a8bfb0d Merge pull request #141 from AlexKnauth/contract
add lens/c
2015-08-18 12:39:54 -07:00
AlexKnauth
15266b9065 fix deps 2015-08-15 18:14:27 -05:00
AlexKnauth
02a93213df contracts for list-ref etc. 2015-07-31 22:30:56 -04:00
AlexKnauth
063436ccfe more contracts 2015-07-30 00:25:28 -04:00
AlexKnauth
dbdba22dae add contracts for unstable/lens/list.rkt 2015-07-30 00:07:37 -04:00
AlexKnauth
782b1f6f92 use lens/c contracts to enforce immutability
for dicts, make sure the dict supports functional update
2015-07-29 23:10:26 -04:00
AlexKnauth
e976bea02c add lens/c 2015-07-28 18:06:24 -04:00
Jack Firth
08423ef11b Merge pull request #140 from jackfirth/add-util
Create util directory
2015-07-24 22:48:26 -07:00
Jack Firth
027bbccb3b Fix join reference to util 2015-07-24 22:32:04 -07:00
Jack Firth
b49b8bbf95 Create util directory 2015-07-24 22:25:15 -07:00
Jack Firth
92d68cf5f0 Merge pull request #139 from jackfirth/rename-pluck-#136
Rename pluck #136
2015-07-24 22:17:59 -07:00
Jack Firth
b89baef0fb Rename vector pluck 2015-07-24 22:01:34 -07:00
Jack Firth
cc80637f2f Rename string pluck 2015-07-24 21:56:32 -07:00
Jack Firth
9488650021 Rename hash pluck lens 2015-07-24 21:50:39 -07:00
Jack Firth
e00482f85b Merge pull request #138 from jackfirth/jackfirth-patch-1
Add HEAD version to build matrix
2015-07-19 22:40:32 -07:00
Jack Firth
1532331749 Add HEAD version to build matrix 2015-07-19 22:25:18 -07:00
Jack Firth
19ea693eee Merge pull request #137 from AlexKnauth/fix
Clean up docs
2015-07-18 10:45:07 -07:00
AlexKnauth
654c0c7ece fix doc stuff 2015-07-18 00:13:36 -04:00
Jack Firth
0bffdc3e6d Merge pull request #133 from AlexKnauth/immutable
add more vector stuff and make sure it uses immutable vectors
2015-07-17 19:34:51 -07:00
AlexKnauth
a5283474bd provide and document vector lenses 2015-07-17 19:35:20 -04:00
AlexKnauth
2ac7ac7808 add vector-ref-lens, vector-ref-nested-lens, and vector-pluck-lens 2015-07-17 19:33:59 -04:00
AlexKnauth
68a4c2d76a make lens-join/vector use immutable vectors 2015-07-17 19:33:59 -04:00
Jack Firth
6652ccc74a Merge pull request #135 from AlexKnauth/stream
add stream stuff
2015-07-17 16:30:21 -07:00
Jack Firth
7b93656ebe Merge pull request #134 from AlexKnauth/string
add string stuff
2015-07-17 16:29:23 -07:00
AlexKnauth
252081bf45 add stream stuff 2015-07-17 19:20:11 -04:00
AlexKnauth
3c2db6c1a9 provide and document string lenses 2015-07-17 18:13:28 -04:00