Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

419 migrate to dart null safety mode #989

Merged
merged 31 commits into from
Sep 13, 2024

Conversation

dave-doty
Copy link
Member

Closes #419: migrate to Dart null safety mode

With this, we can use Dart 2.19.6!

Now on to migrating to Dart 3.

…dded `// @Dart=2.9` to all dart files to turn it off for now for individual files
… lib/src; now need to handle reducers, state, and view
…rting nullable ints to ints; need to be careful to check whether we actually allow some variables to be null on purpose
…ow whole scadnano package is null safe. only tests remain to migrate
@dave-doty dave-doty linked an issue Sep 13, 2024 that may be closed by this pull request
@dave-doty dave-doty changed the base branch from main to dev September 13, 2024 06:03
@dave-doty dave-doty merged commit 38240c1 into dev Sep 13, 2024
4 checks passed
@dave-doty dave-doty deleted the 419-migrate-to-dart-null-safety-mode branch September 13, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

migrate to Dart null safety mode
1 participant