https://github.com/devj3ns/brick_bug_reproduction
https://github.com/GetDutchie/brick/issues/379
https://github.com/devj3ns/brick_bug_reproduction
Last synced: 2 months ago
JSON representation
https://github.com/GetDutchie/brick/issues/379
- Host: GitHub
- URL: https://github.com/devj3ns/brick_bug_reproduction
- Owner: devj3ns
- Created: 2024-05-14T05:28:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T05:28:53.000Z (about 1 year ago)
- Last Synced: 2025-02-02T20:52:35.305Z (4 months 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