Skip to content

staging release/M1h #1162

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

Merged
merged 260 commits into from
Jan 20, 2020
Merged

staging release/M1h #1162

merged 260 commits into from
Jan 20, 2020

Conversation

aryairani
Copy link
Contributor

Thanks (in no particular order) to @atacratic, @TomasMikula, @mitchellwrosen, @pt2121, @noahhaasis, @alvaroc1, @int-index, @matthewess, @anovstrup, and @pete-ts, for your contributions to this release!

New features:

Changed behavior:

Fixes:

noahhaasis and others added 30 commits November 9, 2019 12:44
Motivation: TypeVar is just an auxiliary data type in one specific
typechecker implementation.
…mand

Use a short hash in the `names` output
* Fix term printer for delayed bindings. Fixes #642
Fixed pretty printing of Char when it is part of a pattern
Add implementation for Nat.toFloat (Fix #1011)
We eliminate usage of FSNotify debouncing as it seems to ignore later events within the debounce window and just use it "unbounced".
… appear to have fixed the problem

still not getting correct `use` insertion here:

expected:
let
  use A x
  use A.T.A T1
  g = T1 +3
  h = T1 +4
  i : T -> T -> Int
  i p q =
    g' = T1 +3
    h' = T1 +4
    +2
  if true then x else x
actual:
let
  use A.T.A T1
  g = T1 +3
  h = T1 +4
  i : T -> T -> Int
  i p q =
    g' = T1 +3
    h' = T1 +4
    +2
  if true then A.x else A.x
Carve out unison-core package
atacratic and others added 28 commits January 16, 2020 21:50
Added pretty-printer support for Doc literals
# Conflicts:
#	parser-typechecker/src/Unison/Util/Pretty.hs
`ucm transcript` default behavior deletes the codebase that the transcript runner created
@aryairani aryairani merged commit 5040c20 into series/M1 Jan 20, 2020
@pchiusano pchiusano mentioned this pull request May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.