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

Switch to LineUp v4 #56

Merged
merged 8 commits into from
Jun 15, 2020
Merged

Switch to LineUp v4 #56

merged 8 commits into from
Jun 15, 2020

Conversation

thinkh
Copy link
Member

@thinkh thinkh commented Jun 15, 2020

Necessary changes that Tourdino works with LineUp v4.

Make sure to use the correct branch. Once datavisyn/tdp_core#377 is merged Tourdino requires the tdp_core develop branch.

thinkh added 8 commits March 18, 2020 14:53
With LineUp 4 the `group.order` was changed from `number[]` to a `IndicesArray = (ReadonlyArray<number> | UIntTypedArray) & ArrayLike<number>;`
In the RankingAdapter the group array was flatten to a `number[]`.
Flatting is not possible with `Uint16Array`.
Hence, we need to convert them with `Array.from()` to a `number[]`
# Conflicts:
#	src/RankingAdapter.ts
#	src/tasks/Tasks.ts
@thinkh thinkh merged commit 5fa53d7 into develop Jun 15, 2020
@thinkh thinkh deleted the lineupjs4 branch June 15, 2020 12:46
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.

1 participant