Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/optics-dev/Monocle
Optics library for Scala
https://github.com/optics-dev/Monocle
Add filterIndexes
a9464c75cd522212403c102ccbcbf5177cad4b05 authored almost 11 years ago
a9464c75cd522212403c102ccbcbf5177cad4b05 authored almost 11 years ago
Migrate StringExample to be a Spec.
8f2998b211b8d912cec782354300709ff1a8c821 authored almost 11 years ago
8f2998b211b8d912cec782354300709ff1a8c821 authored almost 11 years ago
Merge remote-tracking branch 'upstream/master'
83644a04bbdcb3f57762f89439d977c16a652917 authored almost 11 years ago
83644a04bbdcb3f57762f89439d977c16a652917 authored almost 11 years ago
Move Lens example to unit test
6c6f4a84524fae37a2b78adfa99fab5d9edc83e7 authored almost 11 years ago
6c6f4a84524fae37a2b78adfa99fab5d9edc83e7 authored almost 11 years ago
Move Iso example to unit test
d5656da524128eae71d8b0f7576a6df5ffe378ca authored almost 11 years ago
d5656da524128eae71d8b0f7576a6df5ffe378ca authored almost 11 years ago
Move safe cast example to unit test
17ed235d00711c7fd1907686cf9b53ce218b6e78 authored almost 11 years ago
17ed235d00711c7fd1907686cf9b53ce218b6e78 authored almost 11 years ago
Move GenericExample to unit test
2fd05fd7f113c927efde8baf4ad93f931adcb9f6 authored almost 11 years ago
2fd05fd7f113c927efde8baf4ad93f931adcb9f6 authored almost 11 years ago
Move HList example to unit test
88749a6eece2129bd98e23ef656d3e808da3d364 authored almost 11 years ago
88749a6eece2129bd98e23ef656d3e808da3d364 authored almost 11 years ago
Move ListExample to test
9bd5f67beced201971068b00a37181c7a5a877e1 authored almost 11 years ago
9bd5f67beced201971068b00a37181c7a5a877e1 authored almost 11 years ago
Add Index for String
1eca830aecb9ee90fd50f256113d245296991674 authored almost 11 years ago
1eca830aecb9ee90fd50f256113d245296991674 authored almost 11 years ago
Add Index
e85686024367d0b9f30f07a9ec257313b2b98060 authored almost 11 years ago
e85686024367d0b9f30f07a9ec257313b2b98060 authored almost 11 years ago
Fix map Equal definition
87dc9d067d16267212e0cc18c517290e6b14269c authored almost 11 years ago
87dc9d067d16267212e0cc18c517290e6b14269c authored almost 11 years ago
Add mapEq from scalaz
d4102d2f0fa6d15204ed77cf56971370b46446db authored almost 11 years ago
d4102d2f0fa6d15204ed77cf56971370b46446db authored almost 11 years ago
Add Each instance for List
3fdba53c5c308920d6ec7e3636087b19651efdb9 authored almost 11 years ago
3fdba53c5c308920d6ec7e3636087b19651efdb9 authored almost 11 years ago
Merge branch 'master' of github.com:julien-truffaut/Monocle
52957542b877e79f7fd33b342f8ccda17bbdc121 authored almost 11 years ago
52957542b877e79f7fd33b342f8ccda17bbdc121 authored almost 11 years ago
Add option Example
4c5d86f43b05061a94132607f08e039e7e31f25d authored almost 11 years ago
4c5d86f43b05061a94132607f08e039e7e31f25d authored almost 11 years ago
Merge pull request #37 from rossh/master
#30 Used a matcher instead of if else statement
a5be2f4e9f64b0c9ea1e3ec94e16596b9959ba13 authored almost 11 years ago
Used a matcher instead of if else statement
d2f72f86dbadd22c9b87786bfb24a2251aace372 authored almost 11 years ago
d2f72f86dbadd22c9b87786bfb24a2251aace372 authored almost 11 years ago
Merge pull request #36 from rossh/30-create-lens-for-head-tail-list
#30 - Implementation for creating lens for head of a list
11779a06972edcad87d3cecfc76a8ffe70af00f5 authored almost 11 years ago
#30 - Added the implementation
950475ad30234f36f8113b926e51174e8efd7b71 authored almost 11 years ago
950475ad30234f36f8113b926e51174e8efd7b71 authored almost 11 years ago
Merge remote-tracking branch 'upstream/master' into 30-create-lens-for-head-tail-list
0615a18e750a35d3488acb1b6c3576ea05f878b7 authored almost 11 years ago
0615a18e750a35d3488acb1b6c3576ea05f878b7 authored almost 11 years ago
Fix Typo
23988ddb1b0d11e024fcd16c88ecbfcf241e9749 authored almost 11 years ago
23988ddb1b0d11e024fcd16c88ecbfcf241e9749 authored almost 11 years ago
Move MapExample to unit test
d07462ccf0851484019732c8b8f6f88c3dceab34 authored almost 11 years ago
d07462ccf0851484019732c8b8f6f88c3dceab34 authored almost 11 years ago
Move TupleExample to unit test
663108ddbeeddf4c0e9739d869eee8895f1660bf authored almost 11 years ago
663108ddbeeddf4c0e9739d869eee8895f1660bf authored almost 11 years ago
#30 - Added function definition for List, spec and example.
f52330a515847803a35f0b0d49f450d718128512 authored almost 11 years ago
f52330a515847803a35f0b0d49f450d718128512 authored almost 11 years ago
Migrate atBit example to unit test
c8038a6393a22ddbff516271a87e33aa7c78a762 authored almost 11 years ago
c8038a6393a22ddbff516271a87e33aa7c78a762 authored almost 11 years ago
Update Each definition to simplify imports and start defining examples as unit tests
ebc74548aa80b9d934a68faedb06ac659a6e2da1 authored almost 11 years ago
ebc74548aa80b9d934a68faedb06ac659a6e2da1 authored almost 11 years ago
Add Each and implementation for Option and Map
e1c5804f035b43a3f90777a357d806db3fb101b5 authored almost 11 years ago
e1c5804f035b43a3f90777a357d806db3fb101b5 authored almost 11 years ago
Add irc channel
08e9d9ab82ec0ed11f1409030abf22da88e05303 authored almost 11 years ago
08e9d9ab82ec0ed11f1409030abf22da88e05303 authored almost 11 years ago
Add contributor handbook
b951a796dbd1df0582adf33801e6abe251df1c5c authored almost 11 years ago
b951a796dbd1df0582adf33801e6abe251df1c5c authored almost 11 years ago
Rename toListOf getAll to be consistent with get and getOption
cfd31b88b3fb2b780cda98db4ffd998b38059f3f authored almost 11 years ago
cfd31b88b3fb2b780cda98db4ffd998b38059f3f authored almost 11 years ago
Add generic in root
2d8d4293cc543ba88f38bae0abd5797cfcfb7ac5 authored almost 11 years ago
2d8d4293cc543ba88f38bae0abd5797cfcfb7ac5 authored almost 11 years ago
#16 - Propose new syntax using an operator per main concept (Lens, Traversal, ...)
2c41bbb72d1a81d23ddc40dfcb41761e2e995fb5 authored almost 11 years ago
2c41bbb72d1a81d23ddc40dfcb41761e2e995fb5 authored almost 11 years ago
Rename basic Prisms
0ce88d890e9c3afe6b45d245b9e6e951f40111f1 authored almost 11 years ago
0ce88d890e9c3afe6b45d245b9e6e951f40111f1 authored almost 11 years ago
Rename SimplePrism parameter
0348bc90fe142b928af3c607bbc2bdc5990b1e45 authored almost 11 years ago
0348bc90fe142b928af3c607bbc2bdc5990b1e45 authored almost 11 years ago
Update generic doc
856531d7ee6de5376b484f6633c372b50bad7e36 authored almost 11 years ago
856531d7ee6de5376b484f6633c372b50bad7e36 authored almost 11 years ago
Clarify Prism laws
949f6dd8e0e5e134c98cc7c1c2043a0e066e4151 authored almost 11 years ago
949f6dd8e0e5e134c98cc7c1c2043a0e066e4151 authored almost 11 years ago
Abstracts constructing prisms for exception raising conversions.
fb2c73a57d3193dd97e86e1b9d57bf74b12f63b7 authored almost 11 years ago
fb2c73a57d3193dd97e86e1b9d57bf74b12f63b7 authored almost 11 years ago
Adds spec for String prisms. Strange Counter examples.
5932d221456381dea21ff328b7f8eed07dd74f9a authored almost 11 years ago
5932d221456381dea21ff328b7f8eed07dd74f9a authored almost 11 years ago
Adds String prisms for primitives.
e37b757d3c927f578386e87442889cb7c16f7c1f authored almost 11 years ago
e37b757d3c927f578386e87442889cb7c16f7c1f authored almost 11 years ago
Add links in readme
ea811aa99395b895d1fd0b4be584bf043f5cd36b authored almost 11 years ago
ea811aa99395b895d1fd0b4be584bf043f5cd36b authored almost 11 years ago
Move Generic and HList to a separate sub project to limit dependencies
579879464ddc468e9b04711a9415e38ae5f0ab37 authored almost 11 years ago
579879464ddc468e9b04711a9415e38ae5f0ab37 authored almost 11 years ago
Add tests for HList Iso and Generic lenses
fc84f8bcddea54574405fa46e692f204556ceefb authored almost 11 years ago
fc84f8bcddea54574405fa46e692f204556ceefb authored almost 11 years ago
Merge pull request #29 from julien-truffaut/hlist-lens
#15 Add HList and Generic lenses
71a4e5150afea38f6cd5d822a04d3d959ebb7307 authored almost 11 years ago
#15 - Separate HList from Generic and add some doc
206c4cd92e963a615eb11874ed889e67b82ba8e8 authored almost 11 years ago
206c4cd92e963a615eb11874ed889e67b82ba8e8 authored almost 11 years ago
Example of composition problem
332396e1d285be9303ad27c0a6e90fd84b3afa1a authored almost 11 years ago
332396e1d285be9303ad27c0a6e90fd84b3afa1a authored almost 11 years ago
#15 - Made generic lenses work using Generic but need to call Generic.product before
3bfe9e99823cba3f422d8c236e64fb67da1c6c77 authored almost 11 years ago
3bfe9e99823cba3f422d8c236e64fb67da1c6c77 authored almost 11 years ago
Add build icon in Readme
27909bd31e03d093fe898e0e955a63171061f313 authored almost 11 years ago
27909bd31e03d093fe898e0e955a63171061f313 authored almost 11 years ago
Add Travis config
c41cbf06db19d5036a9df5f807a44e86915d5170 authored almost 11 years ago
c41cbf06db19d5036a9df5f807a44e86915d5170 authored almost 11 years ago
#15 - Attempt to use Generic and HListNthLensAux to generate lenses
9a634b06996fc5b6ad4078ef096e41e5e6409ef1 authored almost 11 years ago
9a634b06996fc5b6ad4078ef096e41e5e6409ef1 authored almost 11 years ago
#15 - Add lenses to first and second element of HList
64310c9a2aca6d872a7855fe87c900ce677258b8 authored almost 11 years ago
64310c9a2aca6d872a7855fe87c900ce677258b8 authored almost 11 years ago
Add AnyVal
d1983a284184910a822f6bd5172b8fa676771448 authored almost 11 years ago
d1983a284184910a822f6bd5172b8fa676771448 authored almost 11 years ago
#10 - Add Bits for Long
b1401fe739aa9c82dae29136ae6dbc1b10ed5b28 authored almost 11 years ago
b1401fe739aa9c82dae29136ae6dbc1b10ed5b28 authored almost 11 years ago
Add Iso compose
ec48f1019f411d7d8027f349072dea3a6ce30bd0 authored almost 11 years ago
ec48f1019f411d7d8027f349072dea3a6ce30bd0 authored almost 11 years ago
Refactor basic and Iso example to use tuple instead of Location
6e57f7a621e2efae51a39cf5abd0a2a3c00f8da6 authored almost 11 years ago
6e57f7a621e2efae51a39cf5abd0a2a3c00f8da6 authored almost 11 years ago
Add traversal for pairs
55ed360551cd326c343f2a935c0d4408516577d2 authored almost 11 years ago
55ed360551cd326c343f2a935c0d4408516577d2 authored almost 11 years ago
Add name to checkAll tests
d3cbbfc4bd8dcd0113ccd12943eea49a3a731d4b authored almost 11 years ago
d3cbbfc4bd8dcd0113ccd12943eea49a3a731d4b authored almost 11 years ago
#19 - Add type conversion to Boolean
6b3202ae87b315299462146e52981f6adfc0ec10 authored almost 11 years ago
6b3202ae87b315299462146e52981f6adfc0ec10 authored almost 11 years ago
Remove uncessary type parameter in Tuple lenses
efea298fa2ee7c9137c7b620fd69b14434433343 authored almost 11 years ago
efea298fa2ee7c9137c7b620fd69b14434433343 authored almost 11 years ago
#27 - Update TupleSpec tests following recent change from SimpleLens to Lens
507507e94bf00f6ba4b0540acdbd08e5fe24d2a8 authored almost 11 years ago
507507e94bf00f6ba4b0540acdbd08e5fe24d2a8 authored almost 11 years ago
#19 - Add intToByte and longToByte
a83f77b4fbf99e05b2c20b2916c870d50d102aa5 authored almost 11 years ago
a83f77b4fbf99e05b2c20b2916c870d50d102aa5 authored almost 11 years ago
Add Bounded to Byte
909b8e1dfb5d1fd8659fbe9b6c4d5d79e88dff11 authored almost 11 years ago
909b8e1dfb5d1fd8659fbe9b6c4d5d79e88dff11 authored almost 11 years ago
Merge branch 'master' of github.com:julien-truffaut/Monocle
d2f0f681a2c15047c1e469c1fc43e038a2a0a0f7 authored almost 11 years ago
d2f0f681a2c15047c1e469c1fc43e038a2a0a0f7 authored almost 11 years ago
#26 - Remove use of Macro in core
2082681518c26717ebcfd6ccb92b0307de97f311 authored almost 11 years ago
2082681518c26717ebcfd6ccb92b0307de97f311 authored almost 11 years ago
Merge pull request #27 from NightRa/GeneralizeTuple
Generalized tuple SimpleLens to Lens.
b91669567da7c60165a76fe72fd828a8946c8399 authored almost 11 years ago
Added an example for tuples.
Merged package change.
037aabcaccbbbb1d4fc6576c7a34fb1a9a577452 authored almost 11 years ago
Centralise instances common Equal instances
cecd5b6f7938f99fb96507fab6ed1d967a6d4f7e authored almost 11 years ago
cecd5b6f7938f99fb96507fab6ed1d967a6d4f7e authored almost 11 years ago
#1 - Rename simple lens on pair to _1 and _2
25718c94d7711c21d3c13c5cd5c009cf93ab207e authored almost 11 years ago
25718c94d7711c21d3c13c5cd5c009cf93ab207e authored almost 11 years ago
Move tuple package to std.tuple
9ea5262cbefcdb1acf0f0949482579dac35fdc54 authored almost 11 years ago
9ea5262cbefcdb1acf0f0949482579dac35fdc54 authored almost 11 years ago
Move Bounded and Bits to Util
fd46166e6cf791f4d2b2c1f77a4226e330ea0791 authored almost 11 years ago
fd46166e6cf791f4d2b2c1f77a4226e330ea0791 authored almost 11 years ago
Merge pull request #25 from rossh/master
#24 - Added pair to first arg for tuples
8f43b10fa7834573a9bebf5dac66c24e533fc79a authored almost 11 years ago
#24 -
f196cf0cf6731c97ce9e0f42a75fcf3dd88775cb authored almost 11 years ago
f196cf0cf6731c97ce9e0f42a75fcf3dd88775cb authored almost 11 years ago
Merge pull request #23 from algoriddle/master
safeCast for char, int
624e8cc9fc48dfea108046bfa221bd05d1533ba6 authored almost 11 years ago
safeCast for char, int
055be8a1089b0eeeee1b1ba3fff6d260bc64a7d3 authored almost 11 years ago
055be8a1089b0eeeee1b1ba3fff6d260bc64a7d3 authored almost 11 years ago
Merge pull request #22 from acachada/master
Add Lens implementation for bit / byte enhancement
f3966ace0717a4546339d65ab8840cf53628419b authored almost 11 years ago
Add Lens implementation for bit / byte enhancement
09b497bce7cb340b8ad83d5b0cc702ccbdaca549 authored almost 11 years ago
09b497bce7cb340b8ad83d5b0cc702ccbdaca549 authored almost 11 years ago
Merge pull request #21 from rossh/master
Added lens implementation for tuples
b04d11bc9d82e5ccbcdd968ca7e220ffe02e207e authored almost 11 years ago
#1 - Added lense implementation for tuples
50039ebc4e79d1ad22ac8b138e8a27550c65b2b6 authored almost 11 years ago
50039ebc4e79d1ad22ac8b138e8a27550c65b2b6 authored almost 11 years ago
#1 - Added lense implementation for tuples
ac2af1020365a11ea0cd7fbbf79ddfc6d77b4832 authored almost 11 years ago
ac2af1020365a11ea0cd7fbbf79ddfc6d77b4832 authored almost 11 years ago
Create Int and Char object in std
0d356f7616e5221132a8f3aa6778c5109d5b5dbc authored almost 11 years ago
0d356f7616e5221132a8f3aa6778c5109d5b5dbc authored almost 11 years ago
Merge pull request #17 from pthariensflame/master
Formatting
ba6ba12d7a7355eb77546761aca102ce06fade54 authored almost 11 years ago
Formatting
Used the nbscala default formetter
f167d844f1541620735b3c3c9954e93ac1b32dfe authored almost 11 years ago
Merge pull request #13 from julien-truffaut/12-down-casting
Fixes #12 - Use of toChar instead of downcasting in Bits[Char]
0b791ab6d62cfb21ed15d0a236a60b6e2c2a5f24 authored almost 11 years ago
#12 - Finished off asInstanceOf removal
4a5f69e0d744457c71bbd894f058afadc6f5dfdf authored almost 11 years ago
4a5f69e0d744457c71bbd894f058afadc6f5dfdf authored almost 11 years ago
Merge remote-tracking branch 'origin/master' into 12-down-casting
a927de8e7eb0c10a5c7fd07450632d838b87e6fe authored almost 11 years ago
a927de8e7eb0c10a5c7fd07450632d838b87e6fe authored almost 11 years ago
Update Readme dependency
58001eef928473a6fe2507635be647447db94de5 authored almost 11 years ago
58001eef928473a6fe2507635be647447db94de5 authored almost 11 years ago
Bump version to 0.2-SNAPSHOT
22b22679a23dbedaa67ccde4d7df7b6ccbed18de authored almost 11 years ago
22b22679a23dbedaa67ccde4d7df7b6ccbed18de authored almost 11 years ago
Prepare to 0.1 release
a0264e3f9b3e1eafe5a44cafa098b5b0cb97988e authored almost 11 years ago
a0264e3f9b3e1eafe5a44cafa098b5b0cb97988e authored almost 11 years ago
Add doc and change Iso inverse to reverse
1de6c88d5d510be81c5d61f8997a003ad7bdf783 authored almost 11 years ago
1de6c88d5d510be81c5d61f8997a003ad7bdf783 authored almost 11 years ago
Use Equal syntax in laws
ef50752c23b42bb5bd3dd2ecf47236ae4b18ba2d authored almost 11 years ago
ef50752c23b42bb5bd3dd2ecf47236ae4b18ba2d authored almost 11 years ago
Reorganise instances and add tests for new prisms
2a2366f0259ef197917b603b69f08be0c94965dc authored almost 11 years ago
2a2366f0259ef197917b603b69f08be0c94965dc authored almost 11 years ago
Add Prism for scalaz \/ and Option
0f35fcb8f2881b72c7150a28307496b19aecc619 authored almost 11 years ago
0f35fcb8f2881b72c7150a28307496b19aecc619 authored almost 11 years ago
Add Prism
e4a9904a70a36adbec65dc4be779e7bde4c6d3c8 authored almost 11 years ago
e4a9904a70a36adbec65dc4be779e7bde4c6d3c8 authored almost 11 years ago
Remove runtime cost of Constant
e0301d253852a63688d1f7dfe2d5e1fba2f9ea18 authored almost 11 years ago
e0301d253852a63688d1f7dfe2d5e1fba2f9ea18 authored almost 11 years ago
Fixes #12 - Is this safer?
fe0f28b9e70c6b92c9a2cbbc6394d2aa7c7cf4ab authored almost 11 years ago
fe0f28b9e70c6b92c9a2cbbc6394d2aa7c7cf4ab authored almost 11 years ago
Update artifact name
9962819caea763057bfc8464bf1e1d7ce3be947f authored almost 11 years ago
9962819caea763057bfc8464bf1e1d7ce3be947f authored almost 11 years ago
Move macros inside of core
b54c6c21c888644261bfbf863e0a7a07198f9b36 authored almost 11 years ago
b54c6c21c888644261bfbf863e0a7a07198f9b36 authored almost 11 years ago
Add Iso
43a30f41ed60883f271a6626d42db8409b3d9f55 authored almost 11 years ago
43a30f41ed60883f271a6626d42db8409b3d9f55 authored almost 11 years ago
Add comments on char bits
ebb8deef818987f370f14c57d584e74c41d2ddf0 authored almost 11 years ago
ebb8deef818987f370f14c57d584e74c41d2ddf0 authored almost 11 years ago
Added Bits[Char]
d5ae744e7938892c0b202e8813d5d1d931a536e7 authored almost 11 years ago
d5ae744e7938892c0b202e8813d5d1d931a536e7 authored almost 11 years ago