Skip to content

Upgrade to Dart 2.6 #7

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

Merged
merged 5 commits into from
Nov 4, 2019
Merged

Upgrade to Dart 2.6 #7

merged 5 commits into from
Nov 4, 2019

Conversation

mit-mit
Copy link
Contributor

@mit-mit mit-mit commented Oct 30, 2019

Upgrade a few things that were not working in the new-ffi-model branch with 2.6.0-dev.8.2

cc @dcharkes can you please review?

@@ -58,33 +59,13 @@ class CONSOLE_SCREEN_BUFFER_INFO extends Struct<CONSOLE_SCREEN_BUFFER_INFO> {
int dwMaximumWindowSizeX;
@Int16()
int dwMaximumWindowSizeY;

factory CONSOLE_SCREEN_BUFFER_INFO.allocate(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you delete the factory on purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didn't look like they were being used, and I was trying to be consistent with the previous changes in https://github.com/timsneath/dart_console/compare/new-ffi-model?expand=1. @timsneath ?

@@ -28,14 +29,6 @@ class WinSize extends Struct<WinSize> {

@Int16()
int ws_ypixel;

factory WinSize.allocate(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

@timsneath timsneath merged commit c929705 into timsneath:new-ffi-model Nov 4, 2019
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.

3 participants