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
Maybe plugins should have some standard way of accessing versions of their dependencies to handle differences in API and behavior between versions?
Example:
packspec["telescope"].version-- returns a string, eg. "1.2.3"ifpackspec["telescope"].is("~> 2.0") then-- format reused from "version" field in the spec-- ...else-- ...end
The text was updated successfully, but these errors were encountered:
Not quite, I think the idea there was to have multiple versions of the same plugin at the same time. This is about plugins being able to check the version of their dependencies. I guess this could be a different approach to that problem.
Maybe plugins should have some standard way of accessing versions of their dependencies to handle differences in API and behavior between versions?
Example:
The text was updated successfully, but these errors were encountered: