https://github.com/blaugold/repo_cbl_code_removed_tfa
https://github.com/blaugold/repo_cbl_code_removed_tfa
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaugold/repo_cbl_code_removed_tfa
- Owner: blaugold
- Created: 2023-12-19T21:28:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:28:46.000Z (over 1 year ago)
- Last Synced: 2024-10-19T09:17:46.811Z (8 months ago)
- Language: Dart
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To reproduce the issue, run the following commands:
```shell
dart pub get
dart compile exe main.dart
./main.exe
```Output of running `main.exe`:
```
20:23:13.905204| [DB] warning: Database.log.file.config is null, meaning file logging is disabled. Log files required for product support are not being generated.
Unhandled exception:
Attempt to execute code removed by Dart AOT compiler (TFA)
#0 FfiReplicator.create (package:cbl/src/replication/ffi_replicator.dart)
#1 SyncReplicator.create (package:cbl/src/replication/replicator.dart:278)
#2 Replicator.createSync (package:cbl/src/replication/replicator.dart:147)
#3 main (file:///Users/terwesten/dev/repo_cbl_code_removed_tfa/main.dart:14)```