Skip to content

Conversation

@s3cur3
Copy link

@s3cur3 s3cur3 commented Apr 5, 2022

This takes the latest versions of the library's dependencies so that it can be used in a project with overlapping dependencies.

It also fixes a small behavioral change introduced by the latest version of the XML parser.

This takes the latest versions of the library's dependencies so that it can be used in a project with overlapping dependencies.

It also fixes a small behavioral change introduced by the latest version of the XML parser.
@@ -1,5 +1,4 @@
defmodule Exkml.Stage do
alias Experimental.GenStage
Copy link
Author

Choose a reason for hiding this comment

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

Experimental prefix removed as of GenStage 0.11

Comment on lines -132 to +134
key = String.trim(chars)
value = String.trim(value)
key = String.trim(chars)
trimmed_value = String.trim(value)
value = if trimmed_value == "", do: nil, else: trimmed_value
Copy link
Author

Choose a reason for hiding this comment

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

For backward compatibility with old behavior.

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