Coder Social home page Coder Social logo

binah's People

Contributors

jluningp avatar nikivazou avatar ranjitjhala avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

binah's Issues

generate select with Tagged

we need to generate select with Tagged. Here's the general template:

{-@ assume selectRECORDTagged :: forall <p :: User -> Bool>. f:[RefinedFilter<p> RECORD typ]
                -> [SelectOpt RECORD]
                -> Control.Monad.Trans.Reader.ReaderT backend m (Tagged<p> [Entity {v:RECORD | evalQsRECORD f v}]) @-}
selectRECORDTagged :: (PersistEntityBackend Friends ~ BaseBackend backend,
      PersistEntity RECORD, Control.Monad.IO.Class.MonadIO m,
      PersistQueryRead backend, PersistField typ) =>
      [RefinedFilter RECORD typ]
      -> [SelectOpt RECORD]
      -> Control.Monad.Trans.Reader.ReaderT backend m (Tagged [Entity RECORD])
selectRECORDTagged fs ts = do
  xs <- selectList (map toPersistentFilter fs) ts
  return (Tagged xs)

Snapshot tests?

We should probably be recording tests of some sort. A way to do this is to have an input and expected output and run diff on the expected vs actual output. Snapshot tests are somewhat annoying because they need to be re-recorded whenever the output style changes.

@jluningp, if you know of a better way to test than snapshots for this kind of thing, I'm happy to go into that. Otherwise, I'll try to figure out how to integrate snapshot tests + stack and I'll write a script to re-record all tests so that it doesn't get too annoying as we make changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.