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

Add Memento v1 #23

Merged
merged 5 commits into from
Apr 17, 2020
Merged

Add Memento v1 #23

merged 5 commits into from
Apr 17, 2020

Conversation

mjram0s
Copy link
Member

@mjram0s mjram0s commented Apr 3, 2020

No description provided.

@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

Merging #23 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   93.58%   93.58%           
=======================================
  Files           5        5           
  Lines         156      156           
=======================================
  Hits          146      146           
  Misses         10       10           
Impacted Files Coverage Δ
src/handler.jl 91.89% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b83cc1...c1ebd79. Read the comment docs.

@@ -1,6 +1,6 @@
# Do not share a stream between processes
# The token would be shared so putting would give InvalidSequenceTokenException a lot
struct CloudWatchLogHandler{F<:Formatter} <: Handler{F, Union{}}
Copy link
Member Author

Choose a reason for hiding this comment

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

This was throwing LoadError: LoadError: too many parameters for type

Copy link
Member

Choose a reason for hiding this comment

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

This changed between Memento 0.12 and 0.13. If you want to support both, you'll need to make this conditional. I would just drop Memento 0.12.

@mjram0s mjram0s requested a review from iamed2 April 14, 2020 18:13
@@ -1,6 +1,6 @@
# Do not share a stream between processes
# The token would be shared so putting would give InvalidSequenceTokenException a lot
struct CloudWatchLogHandler{F<:Formatter} <: Handler{F, Union{}}
Copy link
Member

Choose a reason for hiding this comment

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

This changed between Memento 0.12 and 0.13. If you want to support both, you'll need to make this conditional. I would just drop Memento 0.12.

Project.toml Outdated Show resolved Hide resolved
Co-Authored-By: Eric Davies <iamed2@gmail.com>
@mjram0s mjram0s merged commit cc4d777 into master Apr 17, 2020
@omus omus deleted the mjr/memento-v1 branch April 20, 2020 14:26
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.

2 participants