azdavis / millet

A language server for Standard ML.
https://azdavis.net/posts/millet
Apache License 2.0
196 stars 12 forks source link

GraphSCCFun has wrong sig #33

Closed azdavis closed 1 year ago

azdavis commented 1 year ago

Steps to reproduce

Try to use GraphSCCFn

Expected behavior

The result structure doesn't have topOrder.

Actual behavior

It should.

Root cause

This is wrong.

Should use new docs.

Should update upstream sml-libs and then pull it in.

azdavis commented 1 year ago

Fixed in b742479abd83ceab5cbcd52be943306aca77938f which uses the latest sml-libs which includes this commit