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
It looks like we create a workspace name which flattens your working directory into a single directory name. Directory and file names have much more limited size constraints than paths do, so this is hitting that maximum.
We should avoid doing that, possibly just md5 hashing the working directory or something like that so it is of reasonable size.
dart --version
) =>Dart SDK version: 3.1.5 (stable) (Tue Oct 24 04:57:17 2023 +0000) on "linux_x64"
=>
build_runner: ^2.4.0
,build_web_compilers: ^4.0.0
=> Web dev builder, trying to compile web app artifacts
=> Linux
=> Chrome, Firefox
Missing some or all of the above might make the issue take longer or be impossible to act on.
For general questions consider using Stack Overflow instead:
https://stackoverflow.com/questions/tagged/dart
Also consider our Gitter channel for light-weight/quick discussions:
https://gitter.im/dart-lang/build
The text was updated successfully, but these errors were encountered: