PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
更新日志
Bug 修复
- No longer strip trailing dots for Pursuit queries (@kRITZCREEK)
- Fix #2537 (
psc-ide
shouldn't crash when building a non-existent file) (@kRITZCREEK)
- Fix #2504 (fix a crash related to prematurely closed handles) (@kRITZCREEK)
- Speed up rebuilding by x2, by rebuilding with open exports asynchronously (@kRITZCREEK)
- Return operators in
purs ide
imports list (@nwolverson)
- Also detect location information for operators (@kRITZCREEK)
- Removes unnecessary clause in import pretty printing (@kRITZCREEK)
- Removes the deprecated
--debug
option (@kRITZCREEK)
- Restructure testing to avoid running the server (@kRITZCREEK)
- dd 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/30eda3dc