-
Notifications
You must be signed in to change notification settings - Fork 19
Pull requests: google/fiddle
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Surface internal import errors in _import_dotted_name
#606
opened Apr 27, 2026 by
copybara-service
Bot
Loading…
Flip default value of allow_imports to False in Fiddle's absl_flags.
#605
opened Apr 23, 2026 by
copybara-service
Bot
Loading…
In a fdl.Config for a dataclass, when accessing a field that uses a default_factory, populate a child Config (if not already present) wrapping the default_factory call, rather than raising a "Can't get default value for dataclass field ... since it uses a default_factory" error.
#571
opened Mar 18, 2025 by
copybara-service
Bot
Loading…
[draft] Optimized API for Daglish read-only traversals (traversals that do not
#537
opened Mar 12, 2024 by
copybara-service
Bot
Loading…
For testing if
memoize_internables is a must
#417
opened Jun 27, 2023 by
copybara-service
Bot
Loading…
Fix a small bug in
unintern_tuples_of_literals where we were not actually typechecking value ...
#190
opened Oct 25, 2022 by
copybara-service
Bot
Loading…
Update code that uses Fiddle to use fdl.cast and fdl.with_update rather than the deprecated "copy constructor."
#155
opened Sep 16, 2022 by
copybara-service
Bot
Loading…
Update gin-to-fiddle bridge to use arg_factory.
#136
opened Sep 4, 2022 by
copybara-service
Bot
Loading…
For Tag.__str__: exclude the "__main__." prefix on tags defined in the __main__ module.
#133
opened Sep 2, 2022 by
copybara-service
Bot
Loading…
Boxes
fdl.Buildable values during auto_config to intercept attr/item access.
#127
opened Aug 31, 2022 by
copybara-service
Bot
Loading…
Add an auto_config_factory option to fiddle_dataclasses.field(). Note: This is
#103
opened Aug 12, 2022 by
copybara-service
Bot
Loading…
Change the behavior of auto_config'ed functions when called normally. Previously, if
ac=AutoConfig(func, buildable_func), then ac(*args, *kwargs) would return func(*args, **kwargs). This CL updates it to instead return fdl.build(buildable_func(*args, *kwargs)).
#94
opened Aug 9, 2022 by
copybara-service
Bot
Loading…
Add support for calling fiddle tagging methods inside auto_config functions.
#90
opened Aug 8, 2022 by
copybara-service
Bot
Loading…
Make
auto_config.inline work in auto_config functions.
#88
opened Aug 4, 2022 by
copybara-service
Bot
Loading…
Add tagging support from within
auto_config functions.
#86
opened Aug 2, 2022 by
copybara-service
Bot
Loading…
Add additional support for representing objects in YAML serialization.
#79
opened Jul 24, 2022 by
copybara-service
Bot
Loading…
ProTip!
Exclude everything labeled
bug with -label:bug.