Commit Graph

453 Commits

Author SHA1 Message Date
Jack Firth
feab19a871 Not all main/info modules were being omitted
Only the top-level ones in the repo root were.
2015-12-03 23:44:22 -08:00
Jack Firth
99994ef3c1 Yup it's definitely reprovide modules
The compound/main isn’t working now. Excluding all reprovide modules
now (there’s really nothing to test in them anyway)
2015-12-03 23:34:08 -08:00
Jack Firth
015fba60c2 Ignore base main module
Reprovide might not be playing nicely with cover
2015-12-03 23:24:28 -08:00
Jack Firth
db260b5464 Resume coverage analysis of internals 2015-12-03 23:15:33 -08:00
Jack Firth
2d6ebe3462 Exclude syntax lenses too 2015-12-03 23:00:57 -08:00
Jack Firth
0e0846f44f Fix missing extension 2015-12-03 22:37:45 -08:00
Jack Firth
5c9a11b61b Restrict to just struct-provide 2015-12-03 22:26:45 -08:00
Jack Firth
66979680ce Ignore unstable/lens too 2015-12-03 22:16:00 -08:00
Jack Firth
a663b39224 Ignore main.rkt, it’s failing for some reason 2015-12-03 22:07:09 -08:00
Jack Firth
b67786ebbd Ignore more things to try and narrow down source of errors 2015-12-03 21:51:39 -08:00
Jack Firth
c4c1efbf6a Ignore more things for coverage 2015-12-03 19:14:13 -08:00
Jack Firth
a7522afced Make cover specific so raco test succeeds on older racket versions 2015-12-03 18:51:11 -08:00
Jack Firth
2376fd9d5b Fix installation hanging 2015-12-03 18:25:14 -08:00
Jack Firth
781f98152e Initial attempt at fixing cover 2015-12-03 18:23:31 -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
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
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