Commit Graph

443 Commits

Author SHA1 Message Date
Jack Firth
f225491c9e Merge pull request #243 from AlexKnauth/nested-lens-macro
add define-nested-lenses
2015-12-03 21:31:16 -08:00
Jack Firth
b7b1c6d49b Merge pull request #245 from jackfirth/236-lens-contract-rewording
Reword lens/c docs and include examples
2015-12-03 17:52:41 -08:00
Jack Firth
43884cb0c4 Merge pull request #244 from jackfirth/237-lens-join-hash-examples
Use clearer example for lens-join/hash
2015-12-03 17:52:30 -08:00
AlexKnauth
f6158cce91 add define-nested-lenses example 2015-12-03 20:31:39 -05:00
Jack Firth
840813724e Reword lens/c docs and include examples
Closes #236
2015-12-03 17:02:16 -08:00
Jack Firth
0d4a464c44 Use clearer example for lens-join/hash
Closes #237
2015-12-03 16:50:57 -08:00
AlexKnauth
5c413bd1b3 provide and add docs 2015-12-03 18:01:22 -05:00
AlexKnauth
0b02692350 add define-nested-lenses 2015-12-03 14:37:22 -05:00
Jack Firth
a4d7cade34 Merge pull request #242 from jackfirth/241-travis-build
Add 6.2.1 and 6.3 to the build matrix
2015-12-02 22:49:11 -08:00
Jack Firth
f72fe64834 Add 6.2.1 and 6.3 to the build matrix
Also updates license
2015-12-02 22:23:24 -08:00
Jack Firth
a570569f92 Update LICENSE 2015-12-02 14:24:24 -08:00
Jack Firth
f28fc5def6 Create LICENSE 2015-12-02 14:23:07 -08:00
Jack Firth
d0f79c63c6 Merge pull request #232 from jackfirth/jackfirth-patch-1
Link to guide and reference directly in readme
2015-11-15 14:08:48 -08:00
Jack Firth
55d7dea0c4 Update README.md 2015-11-15 13:58:48 -08:00
Jack Firth
096a5a5d02 Merge pull request #231 from AlexKnauth/ignore
update .gitignore to ignore doc/
2015-11-14 12:24:07 -08:00
AlexKnauth
d712e5d953 update .gitignore to ignore doc/ 2015-11-14 15:19:34 -05:00
Jack Firth
47c1b4c367 Merge pull request #230 from lexi-lambda/add-at-exp-build-dep
Add at-exp-lib as a build dependency
2015-11-14 12:07:38 -08:00
Alexis King
16c8ed800c Add at-exp-lib as a build dependency 2015-11-14 11:57:55 -08:00
Jack Firth
4cf9223bd8 Merge pull request #229 from lexi-lambda/lens-guide
Add an initial stab at a “lens guide”
2015-11-14 00:41:22 -08:00
Alexis King
2b5b59dc47 Edit some of the guide with minor improvements in wording and style 2015-11-13 23:14:06 -08:00
Alexis King
6c6a540adf Mark some sections as "quiet" to keep the TOC clean 2015-11-13 22:42:00 -08:00
Alexis King
d66aae00f9 Add guide entries on struct lenses and custom lenses with make-lens 2015-11-13 22:37:25 -08:00
Alexis King
a361070ee0 Add guide entries for most of the built-in datatype lenses 2015-11-13 14:31:04 -08:00
Alexis King
e0ab371d2f Add the introduction for the lens guide and move the reference 2015-11-12 21:41:22 -08:00
Jack Firth
016ba6a2d2 Merge pull request #227 from AlexKnauth/patch-1
Fix small typo
2015-10-28 07:49:39 -07:00
Alex Knauth
191300b48a Fix small typo 2015-10-27 21:47:27 -04:00
Jack Firth
7dbace0193 Merge pull request #225 from AlexKnauth/patch-1
Add dependency on unstable-list-lib
2015-10-07 10:06:32 -07:00
Alex Knauth
cbd6e7b963 Add dependency on unstable-list-lib
for unstable/hash, used in unstable/lens/hash-filterer.rkt
2015-10-07 11:52:57 -04:00
Jack Firth
67648a1df0 Update README.md 2015-09-27 00:47:02 -05:00
Jack Firth
a5c35e0d0a Add practical applications section to readme 2015-09-27 00:46:37 -05:00
Jack Firth
70cf39c73e Merge pull request #222 from jackfirth/jackfirth-patch-2
Allow RACKET_HEAD build to fail
2015-09-27 00:38:32 -05:00
Jack Firth
c0b3d3de1d Fix syntax 2015-09-27 00:30:40 -05:00
Jack Firth
c19451323e Merge pull request #220 from AlexKnauth/struct+lenses-out
add struct-lenses-out and struct+lenses-out
2015-09-27 00:28:44 -05:00
Jack Firth
a3962630fa Remove quotes, specify row env completely 2015-09-27 00:22:51 -05:00
Jack Firth
88fa461bc7 Add quotes 2015-09-27 00:21:09 -05:00
AlexKnauth
42c9a5f2c5 provide from unstable instead of main lens collection 2015-09-27 01:17:31 -04:00
Jack Firth
9ababe6968 Update .travis.yml 2015-09-27 00:11:29 -05:00
Jack Firth
dc1dafe276 Merge pull request #221 from jackfirth/jackfirth-patch-1
Fix spelling error
2015-09-27 00:11:06 -05:00
Jack Firth
ea66fe2ae3 Fix spelling error 2015-09-27 00:06:52 -05:00
AlexKnauth
c216175f31 document struct-lenses-out and struct+lenses-out 2015-09-27 00:58:00 -04:00
Jack Firth
d6270e1bbe Merge pull request #219 from AlexKnauth/map
rename mapper-lens to map-lens
2015-09-26 23:57:03 -05:00
Jack Firth
05b6f7be59 Merge pull request #218 from AlexKnauth/fix-loop
fix possible loops with fallback methods
2015-09-26 23:55:36 -05:00
AlexKnauth
669aff7cdf add struct-lenses-out and struct+lenses-out 2015-09-27 00:54:54 -04:00
AlexKnauth
b3f68d6764 rename mapper-lens to map-lens 2015-09-25 07:45:45 -04:00
AlexKnauth
d9542428b5 add tests for fallback errors 2015-09-24 16:39:27 -04:00
AlexKnauth
57b5d417da fix possible loops with fallback methods
These would come up if someone defined a struct that declared only
lens-view or only lens-set, or no methods at all.
2015-09-24 15:17:51 -04:00
Jack Firth
69dcc57a21 Merge pull request #216 from AlexKnauth/hash-filter
add hash-filterer-lens
2015-09-11 05:40:52 -07:00
Jack Firth
cf2603932a Merge pull request #215 from racket-dep-fixer/auto-fix-deps
Fix dependencies.
2015-09-11 05:37:59 -07:00
AlexKnauth
6b1bf35b24 use raise-argument-error 2015-09-09 22:18:32 -04:00
AlexKnauth
fc6a88f37a provide and document hash-filterer-lens etc. 2015-09-09 18:07:25 -04:00