Jonas Schlauch

Results 45 comments of Jonas Schlauch

@willsmanley > Does anyone know the last version that worked with streams? I will post back here if I find out. > > Thank you for the amazing package @Larpoux...

Checkout the repo: https://github.com/jtdLab/mason_windows_failure Hint: the repo contains a github action run which illustrates the problem (mason generation fails on windows and completes on linux.) Hope that helps

@felangel im sry but looks like the error seems to be still around after regenerating the bundle.

@felangel I think the error is caused by the Maximum Path Length Limitation in the Windows API

@felangel i simplified the example at https://github.com/jtdLab/mason_windows_failure the action run illustrates the problem.

> @felangel I think the error is caused by the Maximum Path Length Limitation in the Windows API @felangel [This](https://github.com/dart-lang/sdk/issues/27825) might help.

Supporting path dependencies inside hooks would be related. (But needs more changes than just including the `pubspec_overrides .yaml`)

Hint: The added `globalDependencyOverrides` and the existing [dependencyOverridePaths](https://melos.invertase.dev/configuration/overview#dependencyoverridepaths) do add the dependency override(s) to all workspace packages. This means packages that do not have a regular or dev dependency also...