-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
python3Packages.pyglove: init at 0.4.5 #429789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
python3Packages.pyglove: init at 0.4.5 #429789
Conversation
You can package them alongside this one, if you want to 🙂 |
I've got the other two packages close to done in two other branches, so I can just send them in two dedicated PRs to follow the PR title patterns :) |
Out of curiousity, what would the PR title be when initing multiple packages? |
|
|
||
meta = { | ||
changelog = "https://github.com/google/pyglove/releases/tag/${src.tag}"; | ||
description = "PyGlove: A library for manipulating Python objects."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "PyGlove: A library for manipulating Python objects."; | |
description = "Library for manipulating Python objects"; |
Squash the last two commits |
9f77726
to
be25d07
Compare
Not |
be25d07
to
ccf346a
Compare
@Aleksanaa or @acid-bong Any chance to get this reviewed? It seems my contributions become stale and then superseded. |
|
I think this test might not be producing reliable results. On my local machine it passes, on my own GHA review run it fails on different inputs. Should I just disable it?
|
ccf346a
to
5caf74a
Compare
Disabling the flaky test seems to have made it all stable :)
|
@hendrikheil I have also a test failure for |
This PR adds a new python3 module, pyglove. This package by google introduces symbolic object-oriented programming to python, allowing you to write meta-programs much easier.
This package is also a dependency for another python package, langfun, which itself is a requirement for the newly released 1.0.0 of langextract. Both of these libraries are also written by google.
The project is located at https://github.com/google/pyglove
Things done
passthru.tests
.nixpkgs-review
on this PR. See nixpkgs-review usage../result/bin/
.Add a 👍 reaction to pull requests you find important.