-
I think that we should rename `contains` to `has_fields`, make it variadic, and make it default to treating NULL as non-existence:
``` ruby
> r({:a => 1, :b => NULL}).has_fields(:a)
true
> r({:a => 1…
mlucy updated
11 years ago
-
This has to do with setWantsBestResolutionOpenGLSurface: not existing. Reverting the 5 or so recent commits by @mrjbq7 allows to use factor on leopard.
I don't know the mac ecosystem at all, so I don…
-
Test case:
``` factor
: foo ( x a: ( x -- ..a ) b: ( ..a -- y ) -- y ) [ call ] bi@ ; inline
: bar ( x -- y ) [ ] [ ] foo ;
: bas ( x -- y ) [ dup drop ] [ ] foo ;
```
`bar` fails to compile becaus…
-
How many of these branches contain work that should be merged (possibly with some finishing touches)? If they are stale, we should probably delete them.
```
remotes/factorcode/abi-symbols
remote…
-
Several deploy tests have rather large image size regressions:
```
resource:basis/tools/deploy/deploy-tests.factor: 34
Unit Test: { [ ] [ "bunny" shake-and-bake 2500000 small-enough? ] }
image-too-…
-
There is already the option to set a column to not be in the database, can we extend it so that a function can be in the select to populate the field value for example if you wanted to CONCAT() two ot…