funflow icon indicating copy to clipboard operation
funflow copied to clipboard

Functional workflows

Results 36 funflow issues
Sort by recently updated
recently updated
newest added

Now that Tweag has an organization on cachix we can port our existing binary cache over to this new organization.

**Describe the bug** The result of for `contentHash` depends on the name of module and package where the type is defined, see for example the instance for `[a]`: https://github.com/tweag/funflow/blob/master/cas/hashable/src/Data/CAS/ContentHashable.hs#L385 It...

type: bug

It seems that both `Text` and `String` are used in many places. Should we make this consistent? My understanding was that `Text` was the preferred way as it's more efficient.

type: feature request

Current CI runs twice on PRs, e.g. for https://github.com/tweag/funflow/pull/194 ![image](https://user-images.githubusercontent.com/1204125/138259864-17539bc5-9b2e-4cb4-bef1-5b03e1e7181f.png) ~~I think what we want is:~~ ~~* Pull request~~ ~~* Push **for `master` only**~~

type: bug

Currently `Flow.runFlow` uses `/tmp/funflow/store/` as default directory. As discussed over Slack this has a couple of limitations: * this is out of the working directory, which may be a surprising...

type: feature request

Currently Funflow provides a Cookiecutter template, which - I think - is not a widespread tool in the Haskell ecosystem. Stack provides a [templating feature](https://docs.haskellstack.org/en/stable/GUIDE/#templates) out of the box so...

type: feature request

I don't see any reason why `funflow` is not available on Stackage. Unless @dorranh or @GuillaumeDesforges sees one, I suggest adding it. See [instructions to add a package to Stackage](https://github.com/commercialhaskell/stackage/blob/master/MAINTAINERS.md#adding-a-package)

type: feature request

The content store used here and in Nix, is a store where the data is addressed by some hash. But this hash is not calculated by the content of the...

question

Presently funflow has support for transforming workflows into graphs via `toDiagram` (although this isn't exported). It would be nice to be able to turn funflow graphs into DOT files. The...

type: feature request

I have observed several times that after interrupting a flow that restarting it will lead to no output and the process hanging. I noticed that there were still some lock...

type: bug