Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | remove unsupported platforms and future parser | tphoney | |
2016-04-08 | (MODULES-3246) Fix concat with Hash arguments. | Alex Tomlins | |
85d5ead Updated the concat function so that it wouldn't modify the original array. A side-effect of this change is that it now always calls `Array()` on the second argument. If thit is a Hash, this results in `to_a` being called on the hash, which converts it to an array or tuples. This is undesired. Update the behaviour so that it doesn't (indirectly) call `to_a` on anything, instead test for the type of the argument, wrapping it in an array if it's not already an array. | |||
2014-12-18 | Fix bad check in test | Morgan Haskel | |
2014-12-04 | (MODULES-444) Acceptance for multiple arrays | Peter Souter | |
Acceptance test to take multiple arrays for concatenation | |||
2014-12-04 | (MODULES-444) Acceptance test for primitives | Peter Souter | |
`concat` should be able to concat arrays and primitives | |||
2014-05-07 | Add mode +x to spec .rb files | Hunter Haugen | |
2014-05-07 | Add the missing shebangs and fix the wrong ones for rpmlint to stop ↵ | Andrea Veri | |
complaining loudly | |||
2014-04-08 | Add success/fail groups | Hunter Haugen | |
2014-04-03 | Add some acceptance tests for functions. | Ashley Penney | |