-
Update Dasu
-
Dasu (part 2)
-
Rewrite set_to_object() and related utility functions
-
The type check of `path_to_value` was removed because there is already one in `set_to_object()`. The check for the value of the `value` argument was removed because it makes no sense, since `None` is a valid value too.
-
The new version supports nested objects (i.e. dictionaries in dictionaries and lists in dictionaries) just like the old one. Unlike the old version, the new one supports recursion (lists in dictionaries in lists of dictionaries in dictionaries in lists of dictionaries ...). Two-dimensional lists (lists of lists) are not yet supported.
-
This change makes the function more reliable, also, the error messages are now saner.
-
Error message generation is now simpler. The resulting message is cleaner as well.
-
Fix the build process; remove chromedriver package dependency (master branch)
-
Please note that it is just a (rather broken) Python package. Its purpose is solely to download a `chromedriver` binary from the Google servers and make it discoverable by simply importing the module. The reason for removal is that it currently breaks the build process and pulls a very outdated version. If you wish to use the test suites with the Chrome / Chromium browser, you should manually install a `chromedriver` binary of an appropriate version into one of your `$PATH` directories.
-
add provider2 to USED_ROLES
-
izi +brokers, +users pull request #2