转载

小巧而强大的静态类型语言 PureScript v0.11.0-rc.1 发布

小巧而强大的静态类型语言 PureScript v0.11.0-rc.1 发布

 

PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。

更新日志

  • Add basic usability check and error for ambiguously-typed type class members (@LiamGoodacre)
  • Improved skolem escape check (@paf31)
  • Fix links to declarations in Prim (@hdgarrood)
  • Emit _ instead of false case for if then else to improve optimizations (@rightfold)
  • Add InvalidDerivedInstance error to improve errors for derived instances (@paf31)
  • Make generated code for superclass instances less ugly (@paf31)
  • Support polymorphic types in typed binders (@paf31)
  • Make file paths relative in error messages (@paf31)
  • Improve errors from module sorter (@paf31)
  • Improve error for unused type variables (@paf31)
  • Include source span in externs file for error reporting purposes (@paf31)
  • Improve instance arity errors (@mrkgnao)
  • No longer strip trailing dots for Pursuit queries (@kRITZCREEK)
  • Removes unnecessary clause in import pretty printing (@kRITZCREEK)
  • Reuses lenient import parsing for the list import command (@kRITZCREEK)
  • Improve import parsing (@kRITZCREEK)
  • Parse imports with hanging right paren (@matthewleon)
  • Don't create the output/ directory if it can't be found (@kRITZCREEK)
  • Removes the deprecated --debug option (@kRITZCREEK)
  • Fix #2537 (@kRITZCREEK)
  • Also detect location information for operators (@kRITZCREEK)
  • Restructure testing to avoid running the server (@kRITZCREEK)
  • Speed up rebuilding by x2 (@kRITZCREEK)
  • Fix #2504 (@kRITZCREEK)
  • Collect type class instances (@kRITZCREEK)
  • Return operators in purs ide imports list (@nwolverson)
  • More position info and traversals (@kRITZCREEK)
  • Add back .purs-repl file support (@paf31)
  • PSCi command changes, add :clear (@noraesae)
  • Declarations no longer require let (@noraesae)
  • Improve CLI error and startup messages (@noraesae)
  • Changes to help the tail call optimization fire more consistently (@paf31)
  • Fix everythingWithScope traversal bug #2718 (@paf31)
  • Errors for open rows in derived instances (@paf31)
  • Instantiate types in record literals as necessary (@paf31)
  • Fix Generic deriving with synonyms (@paf31)
  • Rebuild modules if necessary when using --dump-corefn (@paf31)
  • Ensure solved type classes are imported (@LiamGoodacre)
  • Allow for older Git versions in purs publish (@mcoffin)
  • Fix purs publish --dry-run (@hdgarrood)
  • Exported data constructors can now contain quotes (@LiamGoodacre)
  • Capitalise *script into *Script (@noraesae)
  • Optimize keepImp (@paf31)
  • Replace nub with ordNub (@matthewleon)
  • Combine inlining optimizations into a single pass (@paf31)
  • Add HasCallStack to internalError (@alexbiehl)
  • Use Stackage LTS 8.0 (@noraesae)
  • Address Travis timeout issues (@hdgarrood)
  • Improve module structure in PSCi test suite (@noraesae)
  • Fix the PSCi script (@mrkgnao)
  • Include Git commit information in non-release builds (@hdgarrood)
  • Add test case for #2756 (@int-index)
  • Some code cleanup in the module imports phase (@matthewleon)

下载

本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/6460401f

正文到此结束
Loading...