github / semantic

Parsing, analyzing, and comparing source code across many languages
8.93k stars 453 forks source link

Drop pathtype, part one #687

Closed robrix closed 2 years ago

robrix commented 2 years ago

This PR drops semantic-source's dependency on pathtype, selecting languages from FilePaths instead. I'll release the new version once this PR is approved.

Our other packages get semantic-source from cabal, and are constrained to exclude 0.2+, so they shouldn't be disturbed by this change. Updating them to drop the pathtype dependency is postponed to a later PR.

robrix commented 2 years ago

Released.