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

Change OutputStreamFormatter.bytes return value to Swift.Result. #77

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

tonystone
Copy link
Owner

  • Added OutputStreamFormatterError.
  • Change OutputStreamFormatter.bytes return value to Swift.Result<[UInt8], OutputStreamFormatterError>.

@codecov
Copy link

codecov bot commented Jan 23, 2019

Codecov Report

Merging #77 into release-5.0 will not change coverage.
The diff coverage is 100%.

@@             Coverage Diff              @@
##           release-5.0      #77   +/-   ##
============================================
  Coverage        99.86%   99.86%           
============================================
  Files               26       26           
  Lines              719      719           
============================================
  Hits               718      718           
  Misses               1        1
Impacted Files Coverage Δ
Sources/TraceLog/Formatters/JSONFormat.swift 100% <100%> (ø) ⬆️
Sources/TraceLog/Formatters/TextFormat.swift 100% <100%> (ø) ⬆️
Sources/TraceLog/Writers/FileWriter.swift 100% <100%> (ø) ⬆️
Sources/TraceLog/Writers/ConsoleWriter.swift 100% <100%> (ø) ⬆️

@tonystone tonystone merged commit 8eaf07e into release-5.0 Jan 23, 2019
@tonystone tonystone deleted the formatter-result branch January 23, 2019 19:29
tonystone added a commit that referenced this pull request Jan 23, 2019
…ering

* 'release-5.0' of github.com:tonystone/tracelog:
  Change OutputStreamFormatter.bytes return value to Result. (#77)

# Resolved Conflicts:
#	Sources/TraceLog/Writers & Formatters/ConsoleWriter.swift
#	Sources/TraceLog/Writers & Formatters/FileWriter.swift
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