purescript / purescript/trypurescript
Compilation stuck/errors on occurence of binding guards
オープン
まだ誰も着手していません。
- 主要言語
- PureScript
- スター
- 121
- フォーク
- 51
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Trying to compile this minimal example:
module Main where
x | _ <- 1 = 1
page either gets stuck on loading logo (https://try.purescript.org) or returns this error (https://try.ps.ai):
bad result. Likely communication issue with compiler: POST compile response failed to decode: There was a problem making the request: AJAX request failed: POST https://compile.purescript.org/compile
where response to request is 500 Internal Server Error.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Reproduce the minimal PureScript example in try.purescript.org and try.ps.ai, then inspect the compile request path and the POST /compile response handling. Trace whether the binding guard reaches the compiler or causes the 500 and decode failure. Done means the example no longer hangs or returns a 500, with regression coverage where the relevant path is found.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- compilers, web-dev
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100