-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop inference of type if dtype is given and manually decode terms wh…
…ere needed (#928) * Add manual decoding of terms in "from_list" The idea is to avoid the need to cast from the Elixir side. This also enable the usage of mixed data if the dtype is provided (in the next commit this will be true). * Do not infer if type has been given * Remove implicit casting from "from_list/2" and update docs * Move remaining implementations of "from_list" to its module * Fix error messages and simplify things --------- Co-authored-by: José Valim <jose.valim@dashbit.co>
- Loading branch information
Showing
8 changed files
with
405 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.