- Jun 02, 2016
-
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Stepan Sindelar authored
Merge pull request #110 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/formulae to master * commit '836521f8': Regenerated ExpectedTestOutput Fix: printing attribute values with prefix Fix: isFormula checks the whole 'class' vector Implementation of modelmatrix and modelframe RInternalCodeBuiltinNode - allows to implement R external in R code.
-
Stepan Sindelar authored
Merge pull request #114 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/boxing_comparisons to master * commit '039ecbe3': more careful comparisons on boxing objects
-
Lukas Stadler authored
-
Lukas Stadler authored
Merge pull request #113 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:feature/store_logs to master * commit '2a4ed929': store logs via ci.hocon instead of outputting to the console
-
Lukas Stadler authored
Merge pull request #112 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/assign_parens to master * commit '8af36d1d': deparse fix (parens for assignments)
-
Lukas Stadler authored
Merge pull request #108 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/various_cleanups to master * commit 'a423a2c0': various cleanups (unnecessary calls, missing profiles)
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- Jun 01, 2016
-
-
Lukas Stadler authored
-
- May 31, 2016
-
-
stepan authored
-
stepan authored
When attribute value is a list, it is printed with prefix, which is the name of the attribute. + test case
-
stepan authored
not only the first element. Formulae processed by terms.formula get 'terms' added as a first element to their class attribute, environment(formula) did not work properly in such case.
-
stepan authored
+ fixes of termsform + tests. These are R re-implementations of functions from model.C file from GnuR.
-
stepan authored
Applied path from Christian Christian Humer and updated it to the current version of the sources
-
- May 30, 2016
-
-
Lukas Stadler authored
-
Lukas Stadler authored
Merge pull request #93 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/constants_in_closures to master * commit '4ecf74ae': allow serialization to insert constants to deparsed code
- May 27, 2016
-
-
Mick Jordan authored
* commit '01554b34': Move SubstituteVirtualFrame into runtime project
-
Lukas Stadler authored
Merge pull request #106 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/initial_visibility to master * commit '880bcd94': set initial visibility to "false"
-
Lukas Stadler authored
Merge pull request #101 in G/fastr from ~STEPAN.SINDELAR_ORACLE.COM/fastr:feature/small-fixes to master * commit 'cfa8fcb3': Tests for parse with single identifier: parse(text='a') AsVector can handle RLanguage when mode='any' Fix eval to handle NULL as 'enclos' Fix RLanguage handling in `$<-` when the index does not exist UpdateAttr shows compatible error when lhs is NULL
-
Lukas Stadler authored
-
Adam Welc authored
-
Lukas Stadler authored
-
Adam Welc authored
Enforce guarantee that if no eager promise evaluation optimizations are used then no eager promises are created.
-
Adam Welc authored
-
Adam Welc authored
-
Adam Welc authored
-
Lukas Stadler authored
Merge pull request #103 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:feature/update-truffle to master * commit '0364e642': Update truffle version
-
Lukas Stadler authored
Merge pull request #94 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/symbol_comparison to master * commit '171ca694': unwrap symbols into strings for boolean operations
-
Lukas Stadler authored
* commit '40ccad15': convert int to byte for LOGICAL access
-
Lukas Stadler authored
Merge pull request #97 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/various_native_symbols to master * commit '41611c31': add various native symbols
-
Lukas Stadler authored
Merge pull request #99 in G/fastr from ~LUKAS.STADLER_ORACLE.COM/fastr:bugfix/RNG_boundaries to master * commit '64a5f932': additional TruffleBoundaries in RNG
-
- May 26, 2016
-
-
Mick Jordan authored
-
Adam Welc authored
* commit '31bd97ca': A fix to promise refactoring removing a problem in compiled code. No need to print stack trace to the file when running tests (that actually generate errors on purpose). Reverted to the previous test timeout value. Increased per-test timeout to accommodate longer execution times for package tests. A copyright fix. A checkstyle fix. Removed remaining post-merge comments. Removed eclipse warnings. RPromise refactoring: always use Closures, store PromiseType and OptType in one field, remove VarArgsPromise, more assertions.
-
Adam Welc authored
-
Adam Welc authored
No need to print stack trace to the file when running tests (that actually generate errors on purpose).
-
Adam Welc authored
-