What's Changed
- tests: Add simple test cases for Text.indexOf and Bytes.indexOf by @lexi-lambda in #4195
- Check if credentials have expired in
ensureAuthenticatedWithCodeserver
by @tstat in #3986 - Add FLOR INCI INCN LOGB and LOGF to the jit by @jaredly in #4196
- Fix various issues with structural find and replace by @pchiusano in #4197
- refactor: delete unnecessary typecheck file variant by @mitchellwrosen in #4140
- Allow
single backticks
for inline monospaced text in docs by @pchiusano in #4206 - fix package.yaml paths ignore thing in network-uri-orphans-sqlite by @mitchellwrosen in #4211
- refactor: make Codebase.typeLookupForDependencies add type lookup for builtins itself by @mitchellwrosen in #4142
- Fix name shadowing / capture issue in pretty-printer by @pchiusano in #4213
- refactor: one less typecheck helper by @mitchellwrosen in #4147
- Add conflict warnings to LSP by @ChrisPenner in #4215
- Generalize
causalHashAtPath
combinators for use in Share by @ChrisPenner in #4216 - Type signature hint Code Lens by @ChrisPenner in #3799
- add docs/nix.md with some info re. cachix by @aryairani in #4210
- refactor: add export list to parser module by @mitchellwrosen in #4148
- feature: fix unique type churn by @mitchellwrosen in #4209
- Adapt cabal build to lts-20.26 by @jneira in #4203
- Numerous pretty-printer fixes and enhancements by @pchiusano in #4217
- Add jit primops MAXF MINF MULF MULI NEGI NTOF POWF POWI POWN SUBI SGNI by @jaredly in #4219
- Implement value reflection in scheme by @dolio in #4218
- Ensure
TVar
values can be compared for equality by @dfreeman in #4224 - Include constructors in labeled deps of decls rendering docs by @ChrisPenner in #4225
- Fix performance problems with
branch.delete
by @tstat in #4229 - switch
hereFile
toFileEmbed
when running sql files so we don't need weird symlinks by @aryairani in #4231 - Add Lazy.nvim installation notes by @chuwy in #4234
- Improve error message for missing result of block by @runarorama in #4235
- Refresh transcripts for missing results by @runarorama in #4237
- Add RNDF SQRT TANH TANF TZRO POPC to the jit by @jaredly in #4220
- Update unison cachix public key by @ceedubs in #4240
- Term declarations should not allow hashes in the term name (typesig or term definition) by @kylegoetz in #4247
New Contributors
- @chuwy made their first contribution in #4234
- @kylegoetz made their first contribution in #4247
Full Changelog: release/M5b...release/M5c