Results 101 comments of James Cheney

> Toggling recheck_frontend_transformations=true produces the following errors on my machine when running test-harness tests/typecheck_examples.tests. I just tried this and it seems there are even more errors now. This is quite...

Another thing to keep in mind is that as per #969, we currently have some desugaring passes that introduce flexible type variables (because they don't know what else to do)...

That would be great. Another strategy could be to have a slightly more general library for making whatever HTTP POST (or other) requests from within Links and serializing the results...

cf https://www.good-eris.net/ocaml-rdf/

Mental note: installing ocaml-rdf using opam results in a stack overflow error, and a suggestion to retry after doing `ulimit -s unlimited` - this works, but in the build system/CI...

Thanks. That looks really helpful. It seems that the CI is failing due to build.sh not being in the expected place, so I can't tell what tests are failing, and...

@cloudRoutine - I think I've done this (https://ci.appveyor.com/project/jamescheney/fsharp-linq-composablequery) but don't really know what I'm doing, so... @dsyme - That sounds great to me; I unfortunately haven't been able to make...

Thanks, this is an interesting example. Generally, FSharpComposableQuery is based on a normalization strategy that is complete for a small subset of F# query expressions and other features only -...

This might be a good example to illustrate the current limitations of FSharpComposableQuery, would it be OK to adapt it for use in the documentation somewhere?

Thanks. I had a look at the SQLProvider issue you mentioned. I can't tell from it whether you ran the example with just SQLProvider or with FSharpComposableQuery. If you've tried...