Andy Scott
Andy Scott
Currently this project is only published for Scala 2.11. I would love to use it for generating some documentation in Scala 2.12.
See: https://github.com/47deg/iota/issues/21 https://github.com/typelevel/cats/pull/1642
It makes sense to me that this project should exist under the bazelbuild org. Can we move it there?
Downstream workspaces using a custom Scala toolchain can't use the `scala_test` rule with certain Scala compiler flags enabled. It seems custom Scala toolchains will be used to compile the bootstrapping...
### Description Adds a new `scala_test` rule that supports the SBT testing interface. Initially I would like to have the rule merged as "experimental" or "unstable" so folks can begin...
The core of Iota depends on Cats/Scalaz and requires some nasty tricks to get cross compilation to work. I'd like build out my own FP layer for internal use only...
Some ideas: Use the lowercase greek iota character? - http://greekletter.org/greek-alphabets/lowercase/font1/greekalphabet-iota-1.jpg - https://upload.wikimedia.org/wikipedia/commons/1/1b/Greek_iota.png Maybe a variation of the 3D freestyle logo?
The order of parameters to type list operations is counter intuitive and should be switched. Consider ``` def apply[L B].apply(a.value) ``` This would be more clearly expressed as ``` def...
Work in progress; do not merge. Pull requests are welcomed into the `quasi` branch to improve functionality/tests/examples/docs before this is merged.