Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / google/fiddle issues and pull requests
#406 - Enable fiddle.buildable `__eq__` detect DAG difference.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#405 - Adds with_defaults_trimmed() feature to trim nested defaults.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#405 - Adds with_defaults_trimmed() feature to trim nested defaults.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#404 - Add brief history of field assignments to auto_config codegen.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#403 - - Add logics to handle code_ir.Call in complex_to_variables pass
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#403 - - Add logics to handle code_ir.Call in complex_to_variables pass
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#402 - Simplify code_ir representations:
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#402 - Simplify code_ir representations:
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#401 - Moves sub_fixture.is_immutable to daglish_extensions.is_unshareable, and adds
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#401 - Moves sub_fixture.is_immutable to daglish_extensions.is_unshareable, and adds
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#400 - Experimental API for a history-tracking dict
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#400 - Experimental API for a history-tracking dict
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#399 - Drop Python 3.8 support.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#398 - Support generic type "instances" like Foo[int] (typing._GenericAlias) as the callable for Fiddle configs
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#398 - Support generic type "instances" like Foo[int] (typing._GenericAlias) as the callable for Fiddle configs
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#397 - - Add attribute access validation for auto_config by raising an error when access attributes of a Buildable.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#396 - Fix sphinx building of generated documentation.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#396 - Fix sphinx building of generated documentation.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#395 - Delete unused imports under fiddle/_src/.../__init__.py
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#394 - Adds a Fiddle quick start section to Fiddle documentation index page.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#394 - Adds a Fiddle quick start section to Fiddle documentation index page.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#393 - Support shared nodes pattern for auto_config codegen sub-fixture transformation
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#392 - Deduplicate "get_existing_names" logics in different passes for auto_config codegen
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#391 - Remove output_value attribute from code_ir.CallInstance, as it's not used and the original config is already stored in CallInstance.fn.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#390 - Expose some of the experimental/visualize.py APIs as flags on graphviz.render(). This is probably a pretty reasonable approach; we can swap out the implementation if we end up not liking experimental/visualize.py.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#389 - Switch test_util.get_shared_paths to use is_internable instead of is_memoizable.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#388 - Basic grep api for Fiddle configs
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#387 - Change != comparison to `is not` in ordered_arguments.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#386 - Implement sub-fixture transformation for auto_config codegen when sub-fixtures don't have shared nodes
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#385 - Log warnings when the input of fdl.build() is not a buildable or a traversable containing buildables. This check can warn users when they already have an object but mistake it as a `fdl.Config`.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#384 - Fix __unflatten__: don't call the constructor directly, because this unboxes
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#383 - [Fiddle] Fix a bug in dag comparison of literals like integers and strings.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#382 - Comparison with other configuration frameworks
Issue -
State: open - Opened by Jasha10 over 1 year ago
#380 - internal change
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#379 - internal change
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#377 - fiddle codegen: Update py_val_to_cst_converter to support enum.Enum instances.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#376 - Generate better error msg when codegen a config that have tagged fields with no values
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#375 - Add history manipulation API.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#374 - Remove `__fiddle_init__` feature.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#373 - Support configs with multiple tags for codegen
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#372 - Temporarily ignore SeqIO test that is failing from an unrelated bug, to unblock submits.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#371 - support multiple tags with codegen
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#370 - Fix get_all_paths() for custom node traverser registries.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#369 - Fix TiedValue behavior when overwriting with new TiedValues.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#368 - Update BaseLayer field inheritance (for dtype, ici_mesh_shape, etc.) to work with nested instance_fields.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#367 - Improve documentation.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#366 - [fiddle] Rename tied_value.new to tied_value.tied_value and make it public.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#365 - Decorator that can be used to lazily import functions and classes.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#364 - Internal change.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#363 - Add cycle detection to MemoizedTraversal.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#362 - Add auto_config.with_tags API that supports tagging within auto_config
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#361 - Add support for passing literal arguments to --fdl_config and --fiddler functions. E.g.:
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#360 - [fiddle] Document the decorator usage of auto_config.exempt
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#359 - Typo fixes in Fiddle example code.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#358 - Remove empty tag sets when flattening a buildable.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#357 - Unwrap `TaggedValueCls` to preserve the uniform access principle.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#356 - Update Fiddle version to 0.2.6.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#355 - Minor update to out of date docstring.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#354 - [fiddle] Document the behavior of auto_config.exempt in a few other places.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#353 - [fiddle] Fix crash when exemption policy is tested with an unhashable callable.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#352 - Create a top-level signatures module.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#351 - Implements auto_config.exempt to allow inline exemption of calls in auto_config.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#350 - [fiddle] Add update_callable(drop_invalid_args)
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#349 - Adds parameterized_experiment module with parameterizable BaseExperiment subclasses.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#348 - Extend signatures.get_type_hints to handle functors.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#347 - auto_config codegen: switch approach to handling arg_factory args, rewriting
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#346 - Internal change.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#345 - Extend get_type_hints integration to work also for non-dataclass types.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#344 - Use `typing.Annotation` for tagging (and remove autofill).
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#343 - Fix typo in comment in `signatures.py`.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#342 - Improve type overloads for `build`.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#341 - Fix Fiddle's type signatures
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#340 - Add the version file and enable `print(fiddle.__version__)`
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#339 - [fiddle] auto_config don't transform decorators
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#338 - New nested formatting for fiddle config printing.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#337 - Improve the Fiddle `absl_flags` example.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#336 - absl_flags: Error message should include available names.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#335 - Improve support of enums
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#334 - Move source files from fiddle/<dir>/*.py to fiddle/_src/<dir>/*.py.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#333 - Make Tags `cloudpickle`-able.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#332 - For Fiddle diffing: raise an exception if we can't align the root `old` and `new` objects. Update `align_heuristically` to always align the root objects.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#331 - Move source files from fiddle/*.py to fiddle/_src/*.py.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#330 - Update `select` to require that at least one of `tag` and `fn_or_cls` must be specified.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#329 - Clarify an error message with Fiddle flags
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#328 - Visualize APIs to truncate long attributes to a bounded length. This can be necessary when visualizing large configs.
Pull Request -
State: open - Opened by copybara-service[bot] over 1 year ago
#327 - Internal change
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#326 - Fix missing edge issue, where some colors were darkened and then mis-formatted as invalid hex strings.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#325 - Visualize APIs to truncate long attributes to a bounded length. This can be necessary when visualizing large configs.
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#324 - Add support for `fdl.copy_into` and `fdl.deepcopy_into`, similar to `fdl.assign`, but enables the user to pass in a `Buildable` rather than a list of `kwargs`.
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#323 - rename experimental_api_boundary
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
#322 - Improve error message for when a module could not be found during Fiddle serialization.
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#321 - Visualize APIs to trim configs to a list of fields. This can be necessary when visualizing large configs.
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#320 - Colorize edges in render to make them clearer.
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#319 - Add a short demo of idiomatic Fiddle to docs.
Pull Request -
State: open - Opened by saeta almost 2 years ago
#318 - Skip default initialization when unflattening configs.
Pull Request -
State: open - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#317 - Fix docs-build warnings.
Pull Request -
State: closed - Opened by saeta almost 2 years ago
#316 - [auto_config codegen] Stage to pull out complex expressions into variables for readability.
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#315 - [auto_config codegen] Start high-level API
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#314 - [auto_config codegen] Fix subtle bug in daglish, where ID reuse could occur and
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#313 - [auto_config codegen] Shared variable extraction: fix bug where it wouldn't
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment