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
There's no need to list C# and dotnet, because C# is contained in dotnet, also F#, Visual Basic... I guess same problem occur in other packages.
The connection of each package is missing, for example, rust contains its own version, package manager, so it's independent. As for Node, C, C++, there's a missing exposition for its underneath manager. (fnm could be used on Windows, so for nvm for Windows, we should give the freedom for users.)
There's a fusion of langs and tools, langs and its version manager(npm is installed with node, but pnpm isn't).
Maybe Solutions | 可能的实现方案 - (if you are developer)
Extract info from category of package to categorize.
We need to detect env in each execution of xlings. (Construction of env. Index shouldn't take over the role of env management)
Construction of relation of package for its (general) parents or so (the relation could be general and hierarchy), therefore give the freedom of choosing its manager and detection. (A notion here: node, deno, bun is runtime of js, but it's independent, so doesn't collide, however, nvm and fnm may collide, so parents of a package must be single in a certain env)
Features Describe | 功能描述
As title.
Usage Scenario | 需求背景/使用场景
Clean and selectable.
C#anddotnet, becauseC#is contained indotnet,alsoF#,Visual Basic... I guess same problem occur in other packages.Node,C,C++, there's a missing exposition for its underneath manager. (fnmcould be used on Windows, so fornvm for Windows, we should give the freedom for users.)npmis installed with node, butpnpmisn't).Maybe Solutions | 可能的实现方案 - (if you are developer)
xlings. (Construction of env. Index shouldn't take over the role of env management)node,deno,bunis runtime of js, but it's independent, so doesn't collide, however,nvmandfnmmay collide, so parents of a package must be single in a certain env)Additional context | 额外补充