PureScript 0.7.2 发布,此版本更新内容如下:
Bug 修复
Fixed haddock for the Language.PureScript.Bundle module #1262 (@wuzzeb)
Some erroneous error positions were fixed for kind and missing instance errors #1086 (@garyb)
The number of warnings printed for exhaustivity checks was limited to 5 #1281 (@nicodelpiano)
Home directory is checked for
.pscifile after the current working directory #883 (@mjgpy3)Line numbers now show for shadowed name warnings #1165 (@nicodelpiano)
Cabal file was fixed for Nix packaging #1302 (@MasseGuillaume)
Kind query for types defined in psci now works #1235 (@mjgpy3)
Boolean operations are now being inlined again #1312 (@garyb)
"Writing..." and "Compiling..." messages are no-longer printed in
psci#1276 (@paf31)
功能增强
Exhaustivity checker was extended to report errors about redundant cases #1289 (@nicodelpiano)
Improved triggering of suggestion for errors about using
(<<<)instead of(.)#1284 (@mjgpy3)Only show the module name rather than the filename for pattern errors #1296 (@nicodelpiano)
Error reporting in
psc-bundlewas improved #1307 (@hdgarrood)psc-publishcode is now part of the library module #1304 (@hdgarrood)psc-publishnow has--versionand--helpoptions #1300 (@garyb)psc-publishnow has a--dry-runoption for checking whether the module can be published #1308 (@hdgarrood)psc-publishnow requires a clean working tree #1306 (@hdgarrood)psc-publishcan now findboweron Windows machines #1317 (@hdgarrood)psc-publishnow uses OS-specific path delimiters to fix another bug on Windows #1326 (@hdgarrood)
下载:
PureScript 是个小巧而强大的静态类型语言,可以编译成 JavaScript。purescript 主要是由 Haskell 和 PureScript 编写的。
暂无更多评论