Skip to content

Incorrect bot action in invenia/Memento.jl #110

Description

@femtocleaner

@ararslan has indicated an incorrect bot action in invenia/Memento.jl#110
The relevant snippets are shown below:

@@ -78,7 +78,7 @@ mutable struct EC2Record <: Record
         trace = Attribute{StackTrace}(get_trace)
 
         EC2Record(
-            Attribute{DateTime}(() -> round(time, Dates.Second)),
+            Attribute{DateTime}(() -> round(time, digits=Dates.Second)),
@@ -98,7 +98,7 @@ mutable struct CSVFormatter <: Formatter
     delim::Char
     vals::Array{Symbol}
 
-    CSVFormatter(delim=',', vals=Array{Symbol}()) = new(delim, vals)
+    CSVFormatter(delim=',', vals=Array{Symbol}(undef)) = new(delim, vals)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions