Fabrizio Montesi

Results 105 comments of Fabrizio Montesi

Yes. My vision is that everything will converge into a single logging facility, for both tracing and error messages, where we just use tags to distinguish them. Even monitoring could...

Hi Balint, Precisely! To discuss the API that our Logger should have, I think we need an example for each each "class" of logs. Or, in other words, we need...

Hi @bmaschio # Ad the command line options I don't have a specific proposal in mind yet, but I would try to see if we can centralise everything in a...

@bmaschio 1. OK, so we could have a `String source()` method. This sounds related to the `logPrefix` field used by the interpreter. Maybe that's the source, and we don't need...

Hi Balint, - Why should we have the lists and flushes? - Why is there the loggerLevel field in the logger? It seems unused. Cheers, F On Fri, Nov 17,...

Very good. :+1: In your example, the usefulness of the error code is unclear. Maybe we should remove it, since a generic "ParsingError" web page would not be very helpful....

What would an intuitive behaviour of `for( x in e ) { P }` be? I guess that after the loop, we should set `x` back to what it was...

Yeah, I also started thinking about other keywords, deinit sounds a bit unintuitive. I like `shutdown`. @klag For what you say, how about simply having an `exit` operation in RuntimeService...

Hi all, My main problem with this is that usually there is not a single Date type that makes sense for integrating with all systems. Different systems have different representations....

Sorry, I missed this comment. Yes, but my question remains unanswered: What is the advantage of native date types compared to user-defined types? I can see more advantages for the...