Giter Site home page Giter Site logo

Comments (6)

mb706 avatar mb706 commented on May 25, 2024 1

maybe better to create a new function dictionary_sugar_get_safe and remove the old function after a few versions, this way we don't all have to upload new packages

from mlr3misc.

mllg avatar mllg commented on May 25, 2024

Can you provide a reproducible example for this?

from mlr3misc.

sebffischer avatar sebffischer commented on May 25, 2024
library(mlr3misc)

dictionary = Dictionary$new()

dictionary$add("a", function(di) print(dictus))


sgr = function(.key, ...) {
  dictionary_sugar_get(dictionary, .key, ...)
}

sgr("a", di = "hallo")
#> Error in dictionary_sugar_get(dictionary, .key, ...): Assertion on 'dict' failed: Must inherit from class 'Dictionary', but has class 'character'.

Created on 2023-07-06 with reprex v2.0.2

from mlr3misc.

sebffischer avatar sebffischer commented on May 25, 2024

The additional di = "hallo" partially matches the dict argument from dictionary_sugar_get.
We could just call the dict argument .dict.

from mlr3misc.

mllg avatar mllg commented on May 25, 2024

Agreed - can you PR this?

from mlr3misc.

sebffischer avatar sebffischer commented on May 25, 2024

We need to sync package releases though: https://github.com/mlr-org/mlr3pipelines/blob/dae03afd8efa83621a495a058f42cfc2ea8d7357/R/ppl.R#L26

Or we add an

if (packageVersion("mlr3") > ...) 
  use .dict
else
  use dict

to the relevant functions

from mlr3misc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.