Jean-Paul Calderone

Results 235 comments of Jean-Paul Calderone

> Any thoughts? @exarkun @thedrow @jonathanj Can you write some developer-facing prose/howto docs for this feature? I will read and comment on those. Skimming the current diff, it's not obvious...

Or possibly an API like: ``` @log_call(action_type=u"foo", x=SOME_FIELD, ...) def foo(x, ...): ... ``` Since it's fields, not actions, that actually define the validators/serializers.

> You want type for documentation/type checking. In this case, Python's type hints and related toolchain seems better, otherwise you're basically duplicating information. On reflection, I think my angle is...

This isn't really the case - at least not currently - is it? If you add a `FileDestination` to the global `Logger`'s D`estinations` then _whatever_ thread calls `Logger.write` will call...

To what end? "Would work" for what?

I've started just using a raw `Message.log(...)` to add more details to a started action. I'm not sure if this is awesome or not but it at least gets the...

It sounds like the initial idea here was to have a second log file apart from `_trial_temp/test.log`. The second log file would have the Eliot logs in the normal Eliot...

I tried this on AWS EC2 on an a1.large instance running ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-arm64-server-20181121 (ami-00e744be929837e6e) and got this result: ``` $ sudo ./install >>> Checking environment... seems sane >>> NixOS installer (nixos-in-place)...

Changing the ticket title to make it clear the goal is Windows CI and Appveyor or something else is an implementation detail (and my experience is also that Appveyor is...

The fallout for Tahoe-LAFS right now is that after upgrading the Foolscap dependency, CI appears to be green *almost* across the board. Only two CI configurations which by chance didn't...