Dave Cunningham

Results 4 issues of Dave Cunningham

Currently `error "foo"` is like throwing an exception, but there is no way to catch the exception. Motivations for "catch": 1) Routines that loop over data and trigger errors for...

enhancement

@huggsboson asked "Any interest in static or dynamically checked type assertions on parameters?" You're the first to draw attention to this. We decided pretty early on that dynamic typing would...

enhancement

Hi, I read your style guide :) You recommend to use `jsonnet fmt`, which is good, but I think you want to enable more of its features: `jsonnet fmt -i...

Code to convert to/from tuples like {year: x, month:x, ... seconds: x } into textual / other structured representations (seconds since epoch, etc).

enhancement