You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is achieved by a new patch, because the behavior is caused by
datalad-core's tooling.
The approach taken is to delete memory address statements like
'... at 0x...', and delete them via a regex -- similar to what
sphinx is doing for documentation generation.
The patch is not similar to sphinx, but global, because memory addresses
also have little to no utility for runtime documentation too.
This actually affects only a single usage of a function pointer
used as a default argument.
Closes: datalad#709
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/datalad-next.html
This is caused by the memory address of a function that is the default argument of
Dataset.install(result_filter=)
. See http://docs.datalad.org/projects/next/en/latest/generated/generated/datalad_next.datasets.Dataset.html#datalad_next.datasets.Dataset.installThe text was updated successfully, but these errors were encountered: