cabin_booking icon indicating copy to clipboard operation
cabin_booking copied to clipboard

[Bug] Unknown error while using compute isolation

Open albertms10 opened this issue 3 years ago • 0 comments

Describe the bug

After rewriting Lists as Sets in 5711a86 (using SplayTreeSet concrete implementation), compute isolation seems to be performing with issues.

https://github.com/albertms10/cabin_booking/blob/036022aa346b24dce43fdcde85aebf9e8c16aadd/lib/model/cabin_manager.dart#L247

https://github.com/albertms10/cabin_booking/blob/036022aa346b24dce43fdcde85aebf9e8c16aadd/lib/model/school_year_manager.dart#L65

Expected behavior

The compute function correctly returns the expected result from JSON parse methods.

System information

  • Device: MacBook Pro
  • OS: macOS 12.6
  • Flutter version: 3.3.8

albertms10 avatar Jan 01 '21 23:01 albertms10