Skip to content

Update error message for out of memory errors.  #74

@jpwalbran

Description

@jpwalbran

Right now, babel does not have any specific error messages for the out of memory error that occurs, (for example, in infinite loops).
Fast way to achieve this:

(defn dbl [s1 s2]
  (str s1 s1 s2)
 )
 
 (reduce dbl (range))

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