- Dec 22, 2016
-
-
Lukas Stadler authored
-
- Dec 21, 2016
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- Dec 14, 2016
-
-
Zbynek Slajchrt authored
-
Zbynek Slajchrt authored
-
- Nov 25, 2016
-
-
Zbynek Slajchrt authored
-
- Nov 21, 2016
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- Oct 31, 2016
-
-
Zbynek Slajchrt authored
-
- Oct 18, 2016
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- Oct 06, 2016
-
-
Zbynek Slajchrt authored
Complex and double numbers can be converted to String via static methods in Complex/DoubleVectorPrinter
-
Lukas Stadler authored
-
- Oct 05, 2016
-
-
Lukas Stadler authored
-
Lukas Stadler authored
-
Lukas Stadler authored
-
- Oct 03, 2016
-
-
stepan authored
-
- Sep 30, 2016
-
-
Zbynek Slajchrt authored
-
Lukas Stadler authored
-
- Sep 29, 2016
-
-
stepan authored
-
Zbynek Slajchrt authored
-
- Sep 28, 2016
-
-
Mick Jordan authored
-
- Sep 27, 2016
-
-
stepan authored
CoercionStep split into CoercionStep and AttributableCoercionStep so that the CoercionStep can use RType and is compatible with filters.
-
- Sep 26, 2016
- Sep 21, 2016
-
-
Lukas Stadler authored
-
- Sep 20, 2016
-
-
stepan authored
-
- Sep 19, 2016
-
-
Zbynek Slajchrt authored
-
- Sep 16, 2016
-
-
Zbynek Slajchrt authored
-
- Sep 13, 2016
-
-
Zbynek Slajchrt authored
-
- Sep 09, 2016
-
-
stepan authored
There are simple classes that represent steps in the cast pipeline, those can be converted to nodes or any other useful representation by provided visitors.
-
stepan authored
This means that e.g. int will go directly to the builtin and not through the cast pipeline in the following example: arg("x").mustBe(numericValue()).asIntegerVector().findFirst(). Initial structure of intermediate representation of cast pipeline and its conversion to CastNodes.
-
Zbynek Slajchrt authored
-
Zbynek Slajchrt authored
-
- Sep 08, 2016
-
-
Zbynek Slajchrt authored
A fix-up of the warning conditions in BypassNode The contains method added to TypeExpr empty vector mappers added The first half of the cast pipelines fixed to bypass RNull and RMissing a fix-up in CastBuilder.getCasts() method The second half of the cast pipelines affected by the new RNull and RMissing handling fixed. FindFirstNode invoked directly from the BypassNode; all pipelines wrapped by the BypassNode rebased on master The bypassReady step removed Formatting issues fixed in RBuiltinDiagnostics Style issues fixed in BypassNode
-
- Sep 07, 2016
-
-
Mick Jordan authored
-
- Aug 29, 2016
-
-
stepan authored
-
- Aug 26, 2016
-
-
Zbynek Slajchrt authored
-
- Aug 25, 2016
-
-
Lukas Stadler authored
-
Jaroslav Tulach authored
Adjusting the code to compile with Truffle @ 0.16 as well as the new one which doesn't throw IOException from eval-like methods
-