Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixes and tests for lists #131

Merged

Conversation

ghost
Copy link

@ghost ghost commented Jan 4, 2024

No description provided.

defp compute_summaries?(series) do
# hacky way to provide backward compatibility for {:list, numeric} error
# https://github.com/elixir-explorer/explorer/issues/787
exp_ver_0_7_2_gte? = Explorer.Shared.dtypes() |> Enum.member?({:s, 8})
Copy link
Member

Choose a reason for hiding this comment

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

As far as I understand it's actually exp_ver_0_7_2_gt?, because {:s, 8} is only on main, right?

Also, let's add a TODO to remove the check once we require only explorer v0.8.

@ghost ghost merged commit 02e823e into livebook-dev:main Jan 5, 2024
1 check passed
@ghost ghost deleted the cg-refactoring-and-tests-for-lists branch January 5, 2024 14:54
This pull request was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant