Sebastian Good

Results 5 comments of Sebastian Good

I've been looking at adding logging to my modules and wonder about this as well. The more common pattern I've seen is that the logging level is queried on each...

I'm also curious if there's some clever way to put a `@logged` macro around a whole function or expression and have it do something to add or modify logging for...

Problem on my end; apologies!

I’ve run into this problem in several ways. Some of the complete hangs I’ve solved with pre-compiling everything on the same machine, i.e. during install. But there are other kinds...

I think you're right that an explicit JavaScript type that matches a Julia symbol is the clearest thing. ES6 describes such a thing, and it's supported in at least the...