Actions: facebook/errpy
Actions
Showing runs from all workflows
60 workflow runs
60 workflow runs
group_by
weird](https://github.com/rust-itertools/itertools/issues/374) and possible for users to, quote:
> I spent several hours debugging my code written using the group_by function.
Luckily for internal users, the build tooling responds accordingly and fails build for all usages of deprecated API. Thus, there is a need to adjust all of them m...
cargo vendor and commit
#114:
Commit c0e2741
pushed
by
facebook-github-bot
take_while_inclusive
consume iterator by value ([#709](https://github.com/rust-itertools/itertools/pull/709)) --- there are [2 usages](https://www.internalfb.com/code/search?q=repo%3Afbcode%20take_while_inclusive&la...
cargo vendor and commit
#113:
Commit 7080a2f
pushed
by
facebook-github-bot
hg status -n -0 --change . -I '**/*.{py,pyi}' | xargs -0 arc pyfmt
on your diff, and amend any changes before rebasing onto latest.
That should help reduce or eliminate any merge conflicts.
allow-large-files
Reviewed By: zertosh...
cargo vendor and commit
#107:
Commit 6f9814b
pushed
by
facebook-github-bot
fbcode/python/errpy/vendor/tree-sitter-python/src/parser.c:8930:3: error: variable 'eof' set but not used [-Werror,-Wunused-but-set-variable]
START_LEXER();
^
fbcode/python/errpy/vendor/tree-sitter-python/src/tree_sitter/parser.h:136:8: note: expanded from macro 'START_LEXER'
bool eof = false; \
^
1 error generated.
Reviewed By: stroxler
Differential Revision: D58826878
fbshipit-source-id: 6adb9d...
cargo vendor and commit
#103:
Commit a4e3cf5
pushed
by
facebook-github-bot
except*
is unparseable for previous versions of the cpython parser.
there were some minor changes to the AST:
- additional fields for type params on function and class defs
- AST printing changes for parentheses around tuples, whitespace for lambdas, single vs double quotes for f-strings
the biggest change is that https://peps.python.org/pep-0617/ and (maybe) https...
cargo vendor and commit
#99:
Commit 1494402
pushed
by
facebook-github-bot
hg bisect
brings you here & the error you are seeing looks like expected Result<&PyAny, PyErr>, found Result<Bound<'_, PyAny>, PyErr>
then see these [migration notes](https://pyo3.rs/v0.21.0/migration.html#from-020-to-021) for the fix or click on fbcode/security/ace/pyo3/authz.rs
or similar files from bellow to see what the fix is!
In order to upgrade pyo3
to [0.21.1
](https://github.com/PyO3/pyo3/releases/tag/v0.21.1), the foll...
cargo vendor and commit
#98:
Commit e616789
pushed
by
facebook-github-bot
ocamlrep
at another location with a copy of the shim folder. Let's delete that one in addition to the "canonical" one (deleted as part of D54134176)
Reviewed By: zertosh
Differential Revision: D54209226
fbshipit-source-id: f0e6f6805412d623cc14d0dc70332152337cca96
cargo vendor and commit
#91:
Commit 450fa24
pushed
by
facebook-github-bot
lang=php,counterexample
error[E0277]: the trait bound
InternalBitFlags: Serialize is not satisfied
--> /data/users/shaynefletcher/fbsource/fbcode/eden/scm/lib/renderdag/src/render.rs:213:46
`
this diff resolves the issue by enabling the
serde` feature on the bitflags crate
Reviewed By: capickett
Differential Revision: D54067851
fbshipit-sou...
cargo vendor and commit
#90:
Commit ed89de3
pushed
by
facebook-github-bot