https://github.com/jhb-dev/brick_bug_reproduction
https://github.com/GetDutchie/brick/issues/379
https://github.com/jhb-dev/brick_bug_reproduction
Last synced: 11 months ago
JSON representation
https://github.com/GetDutchie/brick/issues/379
- Host: GitHub
- URL: https://github.com/jhb-dev/brick_bug_reproduction
- Owner: jhb-dev
- Created: 2024-05-14T05:28:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T05:28:53.000Z (about 2 years ago)
- Last Synced: 2025-06-15T12:52:19.145Z (about 1 year ago)
- Language: C++
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brick_test
This is a minimal reproduction of a bug in the Brick library: https://github.com/GetDutchie/brick/issues/379
To reproduce the bug:
1. run `dart run build_runner build` -> this will generate a `brick.g.dart`, a `*.migration.dart` and a `schema.g.dart` file -> the `project_adapter.g.dart` file is missing
2. replace `final UUID id;` with `final String id;` in the model file and run the build command again -> the `project_adapter.g.dart` file is generated