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

timestamp format for proto #235

Merged
merged 6 commits into from
Mar 14, 2024
Merged

timestamp format for proto #235

merged 6 commits into from
Mar 14, 2024

Conversation

lewisjkl
Copy link
Collaborator

@lewisjkl lewisjkl commented Mar 13, 2024

Adding support for protoTimestampFormat trait. Depends on disneystreaming/alloy#149

buildSetup.sc Outdated
@@ -113,6 +115,14 @@ trait BaseScala213Module extends BaseScalaModule with ScalafmtModule {

trait BaseScalaModule extends ScalaModule with BaseModule {

override def repositoriesTask = T.task {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Need to remove this prior to merging

Comment on lines 106 to 108
dependencies,
defaultScalaVersion = "2.13.10"
defaultScalaVersion = "2.13.12"
)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Don't think this matters at all, but I guess might as well

testFilteredErrors(debug = true, expectedCount = 5)
testFilteredErrors(debug = true, expectedCount = 4)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Assuming this is due to smithy model library being updated (transitively in alloy) to no longer output a debug event in some circumstance

@Baccata Baccata marked this pull request as ready for review March 14, 2024 09:26
@Baccata Baccata merged commit 105a990 into main Mar 14, 2024
3 checks passed
@Baccata Baccata deleted the proto-timestamp-format branch March 14, 2024 10:14
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.

None yet

2 participants