Erik Post
Erik Post
Yesh! Glad you asked. This is work in progress but it does tackle some important points: https://hackmd.io/U8vrBv94TqK413F0GIEAfg. We probably also want to use an `.editorconfig` file, see https://editorconfig.org. What would...
Yeah that seems like a good idea for now. I was thinking we could validate it during the automated build, but not sure how easy that is, since our `.travis.yml`...
yeah I just merged Marco's commit.
Based on our [rocketchat discussions](https://statebox.rocket.chat/group/aql?msg=Sa6MG3xYis3Xm6C9N) of last night and before, we're investigating code formatters, and the extent to which they can help us produce readable code in the spirit of...
@wisnesky Yep, moi. Let's try and figure that out. (I've heard some harsh criticism of Stack so this may be an example of how it's not so nice; I'm not...
Also see the `pivot` feature in Java AQL: - https://github.com/CategoricalData/fql/blob/master/src/main/java/catdata/aql/AqlPivot.java - https://github.com/CategoricalData/fql/commit/efaea9217ea4ef40f0d6e82d41eb14c250b47b5e - https://github.com/CategoricalData/fql/commit/a58d1cd13b59b422f37d69a20b91657b961eb891
## problem Stack build chokes on `Could not find module ‘Data.Rewriting.CriticalPair’`. ## solution steps - [x] Add `term-rewriting` to `packages.yaml`. (Was already there, though without version bounds). - [ ]...
Oh hey @wisnesky! :) Thanks for the feedback, I was just trying to convince stack to try the latest 4.x, although I couldn't find any API changes at first sight....
I managed to fix this, will clean up and make a PR soon.
Thanks for picking this up Marco! I've been experimenting with these myself as well. Let's leave this PR as experimental just for a little bit, as I'd like to have...