Git Product home page Git Product logo

Comments (6)

jamesderlin avatar jamesderlin commented on April 28, 2024

I don't understand your question. Could you try rephrasing it? Is there a specific problem you're encountering?

from file.dart.

radvansky-tomas avatar radvansky-tomas commented on April 28, 2024

If you use null safety repo RecordingFileSystem is not available

from file.dart.

tzutoo avatar tzutoo commented on April 28, 2024

Same problem here:

~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:8:8: Error: Error when reading '~/flutter/.pub-cache/hosted/pub.dartlang.org/file-6.0.0-nullsafety.1/lib/record_replay.dart': No such file or directory import 'package:file/record_replay.dart'; ^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:8:8: Error: Error when reading '~/flutter/.pub-cache/hosted/pub.dartlang.org/process-4.0.0-nullsafety.1/lib/record_replay.dart': No such file or directory import 'package:process/record_replay.dart'; ^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:34:1: Error: Type 'RecordingFileSystem' not found. RecordingFileSystem getRecordingFileSystem(String location) { ^^^^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:50:1: Error: Type 'ReplayFileSystem' not found. ReplayFileSystem getReplayFileSystem(String location) { ^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:28:1: Error: Type 'RecordingProcessManager' not found. RecordingProcessManager getRecordingProcessManager(String location) { ^^^^^^^^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:44:8: Error: Type 'ReplayProcessManager' not found. Future<ReplayProcessManager> getReplayProcessManager(String location) async { ^^^^^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:36:9: Error: 'RecordingFileSystem' isn't a type. final RecordingFileSystem fileSystem = RecordingFileSystem( ^^^^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:36:42: Error: Method not found: 'RecordingFileSystem'. final RecordingFileSystem fileSystem = RecordingFileSystem( ^^^^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:52:10: Error: Method not found: 'ReplayFileSystem'. return ReplayFileSystem(recording: dir); ^^^^^^^^^^^^^^^^ ~/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:31:9: Error: 'RecordingProcessManager' isn't a type. final RecordingProcessManager manager = RecordingProcessManager(delegate, dir);

from file.dart.

mjakareya avatar mjakareya commented on April 28, 2024

Also facing the same problem:

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:8:8: Error: Error when reading '/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/file-6.0.0-nullsafety.2/lib/record_replay.dart':
The system cannot find the file specified.

import 'package:file/record_replay.dart';
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:8:8: Error: Error when reading '/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/process-4.0.0-nullsafety.2/lib/record_replay
.dart': The system cannot find the file specified.

import 'package:process/record_replay.dart';
^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:34:1: Error: Type 'RecordingFileSystem' not found.
RecordingFileSystem getRecordingFileSystem(String location) {
^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:50:1: Error: Type 'ReplayFileSystem' not found.
ReplayFileSystem getReplayFileSystem(String location) {
^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:28:1: Error: Type 'RecordingProcessManager' not found.
RecordingProcessManager getRecordingProcessManager(String location) {
^^^^^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:44:8: Error: Type 'ReplayProcessManager' not found.
Future getReplayProcessManager(String location) async {
^^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:36:9: Error: 'RecordingFileSystem' isn't a type.
final RecordingFileSystem fileSystem = RecordingFileSystem(
^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:36:42: Error: Method not found: 'RecordingFileSystem'.
final RecordingFileSystem fileSystem = RecordingFileSystem(
^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/file_system.dart:52:10: Error: Method not found: 'ReplayFileSystem'.
return ReplayFileSystem(recording: dir);
^^^^^^^^^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/tool_base-1.9.5+3/lib/src/base/process_manager.dart:31:9: Error: 'RecordingProcessManager' isn't a type.
final RecordingProcessManager manager = RecordingProcessManager(delegate, dir);

from file.dart.

jamesderlin avatar jamesderlin commented on April 28, 2024

record_replay was intentionally removed (I'm guessing because it's incompatible with the transition to null safety).

Again, it's not clear what this issue is about. If you're requesting that it be reinstated, I don't think that's feasible.

from file.dart.

tvolkert avatar tvolkert commented on April 28, 2024

As @jamesderlin says, record_replay was removed -- partly because the migration to sound null safety was proving very difficult, but moreover because the library was very buggy and had n^2 implementations in many places.

from file.dart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.