• Jonah Williams's avatar
    [framework] load files through ImmutableBuffer.fromFilePath (if exact file type) (#112892) · c0129046
    Jonah Williams authored
    Update FileImage to use the new ImmutableBuffer.fromFilePath constructor to avoid loading bytes through the Dart heap. As a side effect, tis fixes #112881 which prevents dart:io from opening a file larger than INT_MAX bytes on windows.
    
    For files that are not exactly a dart:io file, we still use the old method of calling loadBytes() in order to not make this a breaking change.
    c0129046
Name
Last commit
Last update
..
lib Loading commit data...
test Loading commit data...
test_fixes Loading commit data...
test_private Loading commit data...
test_profile Loading commit data...
test_release Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...