Harendra Kumar

Results 280 comments of Harendra Kumar
trafficstars

We perhaps do not need to anything in packcheck to support this. If we have each project in its own directory which contains a .packcheck.ignore, packcheck just needs to list...

This operation is slated to be released via `Streamly.Data.Stream` module in 0.9.0. Already present on master branch, to be released soon.

Deferring it to later. We can continue having it until we remove monad-control dependency.

I suggested to keep "Data" because: 1) It is the one being used widely 2) We store and retrieve by data types, so "Data" is sort of a reminder for...

Yeah, I figured that when I later looked at the Cloud monad.

I use a `pre-command` hook to intercept the delete command so that I can deinit any submodules: ``` if test "$VCSH_COMMAND" = "delete" then vcsh $VCSH_REPO_NAME submodule deinit . fi...

Are you proposing to do this by default or via an option? If default then we will need an option to do the opposite as well.

This was done at some point.

We can pull StreamK directory out of the Stream directory into the Data dir. And Remove the intermediate directory StreamD.

Same as #2016 - rename map2/mapM2 to mapMWith.