-
Notifications
You must be signed in to change notification settings - Fork 148
hellovai/type fixes #1899
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: canary
Are you sure you want to change the base?
hellovai/type fixes #1899
Conversation
hellovai
commented
May 5, 2025
- add traceeventid
- s3 metadata
- compiling!
- mor tests working
- all integ tests pass.
- feat: add baml-rpc bindings and package.json for rpc
- some more changes
- add filters to listfunctionspans
- more compiling stuff
- remove generated code
- correctly track and publish all events
- update
- add batch id
- pin the toolchain
- fix
- events mostly work
- functions are generated
- get publisher working
- run all basic input tests
- more build script
- getting it workin
- add more core types
- feat: checkpoint baml upload src
- no more panics
- clickhouse sandbox code
- move webhooks into studio, their types dont need to be shared
- move more types around
- into to from
- feat: get baml src upload without top ast ids working
- fix build errors
- get it building again
- studio2 api setup
- feat: get runtime upload src working
- feat: upload baml src now working
- merge with canary
- Attempt Testing Workflows #1 at fixing types
FieldType in IR should be simplified so taht everything is simplified by the time its in the IR with logical type-algebra.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
path: | | ||
~/.ollama/models | ||
key: ollama-${{ matrix._.runs-on }} | ||
- uses: Swatinem/rust-cache@v2 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
with: | ||
workspaces: engine | ||
cache-on-failure: true | ||
- uses: jdx/mise-action@v2 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
- uses: jdx/mise-action@v2 | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
- uses: astral-sh/setup-uv@v6 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
- uses: astral-sh/setup-uv@v6 | ||
- name: Setup | ||
run: ${{ matrix._.setup }} | ||
- uses: infisical/[email protected] |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium