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
I ran lsp/tastyMiMaReportIssues and there's a lot of issues. Which I sort of expected because a lot of definitions while remained unchanged, moved from objects to subpackages of the same name.
Thing is - those get reported as internal errors, referencing fully qualified name, but not indicating that it's now a package, vs. an object.
I think usage of FQN obscures the object -> package transition. That said I don't really know what the implications are for this change w.r.t. Tasty compatibility.
The text was updated successfully, but these errors were encountered:
Project https://github.com/neandertech/langoustine/, tag: v0.0.22
I ran
lsp/tastyMiMaReportIssues
and there's a lot of issues. Which I sort of expected because a lot of definitions while remained unchanged, moved from objects to subpackages of the same name.Thing is - those get reported as internal errors, referencing fully qualified name, but not indicating that it's now a package, vs. an object.
Here's the pastebin with the full run: https://pastebin.com/0um3bWMR
I think usage of FQN obscures the object -> package transition. That said I don't really know what the implications are for this change w.r.t. Tasty compatibility.
The text was updated successfully, but these errors were encountered: