Skip to content
Snippets Groups Projects
  1. Sep 09, 2016
    • stepan's avatar
      BypassNode can bypass some atomic types · c2f6d404
      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.
      c2f6d404
  2. Sep 08, 2016
    • Zbynek Slajchrt's avatar
      Rebased on master · 688b417b
      Zbynek Slajchrt authored
      688b417b
    • Zbynek Slajchrt's avatar
      ByPassNode introduced · d1cdf980
      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
      d1cdf980
  3. Sep 06, 2016
  4. Sep 02, 2016
  5. Sep 01, 2016
  6. Aug 31, 2016
  7. Aug 30, 2016
  8. Aug 29, 2016
Loading