You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update doc and comments following bt.exe successful azure arti…
…fact signing (#241)
Removes mentions of ssl.com, fix a slop comment, explain why bt.exe for
aarch64 is cross-compiled from x64 windows instead of being compiled on
aarch64 windows.
Fix profile precedence for orgs (#238)
We used the profile to derive the org, so if you specified an org
explicitly (which happens when you run `bt init` and pick a different
org than the profile), all commands would ignore it. This fixes the
resolution so that org always "sticks" and beats the profile's org in
precedence.
release: release v0.14.0 (#239)
Feature:
- `bt.exe` is now signed and passes the SmartScreen filter
Bug fix:
- 3904601 only wrap python in an async function if it's actually an async task
release: release v0.14.0 (#239)
Feature:
- `bt.exe` is now signed and passes the SmartScreen filter
Bug fix:
- 3904601 only wrap python in an async function if it's actually an async task
Fix parallel python (#236)
Only wrap in an async function if it's actually an async task.
Otherwise, the `Eval` scheduler assumes it's async and stops
multi-threading its scheduling.