You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSTParser is a fine piece of software, but, as noted in #56, does not have a public API. Right now, for people building tools on top of it, this can cause headaches as it's difficult to track what changed. I maintain an Emacs IDE for Julia which uses CSTParser, for example (https://github.com/gcv/julia-snail), and the API changed at some point from 2.5.0 to 3.1.0 in just a couple of months.
Until CSTParser has a backwards-compatible API, it would be great to at least know what changed from version to version. General change log principles described here: https://keepachangelog.com/en/1.0.0/
The text was updated successfully, but these errors were encountered:
CSTParser is a fine piece of software, but, as noted in #56, does not have a public API. Right now, for people building tools on top of it, this can cause headaches as it's difficult to track what changed. I maintain an Emacs IDE for Julia which uses CSTParser, for example (https://github.com/gcv/julia-snail), and the API changed at some point from 2.5.0 to 3.1.0 in just a couple of months.
Until CSTParser has a backwards-compatible API, it would be great to at least know what changed from version to version. General change log principles described here: https://keepachangelog.com/en/1.0.0/
The text was updated successfully, but these errors were encountered: