Greg Hale
Greg Hale
- stabilize order of type literals - cleanup - rebase
Thanks for this! Typechecker side looks perfect! As discussed on Discord, we just need the interpreter side implemented, in order to merge this 🎉
It's a big improvement, making all these casts explicit. I bet there are also some readability wins to be had by scanning the `int @_ @_`'s for cases where a...
Thanks for this! I actually bumped dependencies in flake.nix and dropped the libclang_17 dep myself just a couple days ago. https://github.com/BoundaryML/baml/pull/2577/files I'm curious if you are trying to use nix...
@ghuntley Are you having luck with `canary:HEAD` (our version of `main`)? If so I will close this PR.
Thanks for the report! I believe you're right that the `data` field of the hook should contain the partial type in your case, and we'll look into that. In the...
Awesome that the shell is working! If I am interpreting `nix flake show` correctly for this branch, our nixpkgs input follows `haskellNix/nixpkgs`, which uses `nixpkgs-unstable`, which (for our current pin...
For later reference: I'm using this search to get a quick Popularity estimate with Boundary repos removed. Using `class` as a filter to remove files from a couple other projcts...
Here is a PR for the Linguist project, adding BAML as a recognized grammar: https://github.com/github-linguist/linguist/pull/7333 This ticket is on hold, since we'll have to wait for the maintainer of Linguist...
What would you recommend here? Should we throw an error during codegen when any popular package is used as a parameter name? Is `context` a popular package? It would be...