Jon Janzen
Jon Janzen
This adds support for running [pyre](https://github.com/facebook/pyre-check) in buck mode. See the cherry-picked commit messages in this PR for more information. Test plan: ``` ant bin/buck build //programs:gen_buck_info#source-db alias buck=`realpath bin/buck`...
I have an use case (for a personal project) to deploy a starlark-parsing binary to a Raspberry Pi 3, which is a 32-bit ARM platform (Rust target `armv7-unknown-linux-gnueabihf`). However, when...
Closes: #94 This didn't end up being as easy as I hypothesized in the issue, but this seems like the best way to support a non-workspace root for Hack code.
I have a repository that uses a few different programming languages and in order to keep things clean I put the dotfiles to support each language in the folder containing...
It would be nice if `hhvm` and `hhvm-x.x` were separate packages instead of aliasing `hhvm` to the latest version, as this alias breaks when homebrew is upgraded. For example: *...
# Pyre Bug **Bug description** In a generic class attempting to use `Self` as the return type causes a pyre error on line "-1". **Reproduction steps** ```py # pyre-strict from...
This makes the built-in system rust toolchain configurable, matching `system_python_toolchain`: https://github.com/facebook/buck2/blob/main/prelude/toolchains/python.bzl#L75 I need this personally because I want to use a toolchain from `rustup` instead of my real system toolchain,...
Ticket: https://code.djangoproject.com/ticket/34901 Forum discussions: https://forum.djangoproject.com/t/asyncifying-django-contrib-auth-and-signals-and-maybe-sessions/18770 This adds an async interface and implementation to `django.contrib.sessions`. This is based on the implementation from Andrew-Chen-Wang which was posted to the Django forum thread...
Summary: This enables buck2 for folly. This will presumably be very broken, but we'll iterate from here. Differential Revision: D56654418