faylang / fay

A proper subset of Haskell that compiles to JavaScript
https://github.com/faylang/fay/wiki
BSD 3-Clause "New" or "Revised" License
1.29k stars 86 forks source link

test that the value in a Data.Var.Var doesn't get converted #435 #437

Closed ryskajakub closed 9 years ago

ryskajakub commented 9 years ago

This PR should fail because of the test intially.

ryskajakub commented 9 years ago

Ok, so there are three builds:

  1. first build shows that the test fails with old code
  2. second build shows that the code fixes the test
  3. third build puts back the setting of travis to run random 20 tests

That should be it.

bergmark commented 9 years ago

Thanks, shipped!