Skip to content

Commit

Permalink
Do not initialize the type manager before a Squadron annotation is ef…
Browse files Browse the repository at this point in the history
…fectively found -- fixes d-markey/squadron#40
  • Loading branch information
d-markey committed Sep 23, 2024
1 parent 4b47d35 commit 62324dd
Show file tree
Hide file tree
Showing 41 changed files with 2,224 additions and 14,371 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.0.1

- Do not initialize the type manager before a Squadron annotation is effectively found -- fixes https://github.com/d-markey/squadron/issues/40

## 6.0.0

- squadron_builder for Squadron version >= 6.0. Please note there are no versions 3.x-5.x in order to align squadron_builder version numbers with that of Squadron.
Expand Down
3 changes: 0 additions & 3 deletions example/fibonacci/fib_service.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import 'dart:async';
import 'dart:core' as dc;

import 'package:cancelation_token/cancelation_token.dart';
import 'package:logger/logger.dart';
import 'package:squadron/squadron.dart';
import 'package:using/using.dart';

import 'generated/fib_service.activator.g.dart';

Expand Down
312 changes: 8 additions & 304 deletions example/fibonacci/generated/fib_service.worker.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 62324dd

Please sign in to comment.