Fork me on GitHub
#cursive
<
2016-05-11
>
d-t-w03:05:54

Hey Colin, I get fairly regular (fortnightly perhaps) bounce messages from <mailto:[email protected]|[email protected]>

d-t-w03:05:56

Hi, this is the Mlmmj program managing the <[email protected]>
mailing list.

Some messages to you could not be delivered. If you're seeing this
message it means things are back to normal, and it's merely for your
information.

Here is the list of the bounced messages:
- 1966

d-t-w03:05:29

My mail is gmail hosted, and I don't get similar messages from any other list.

cfleming03:05:20

@d-t-w: Yeah, I’ve seen a couple of those too.

cfleming03:05:28

I’m not sure what’s causing them.

cfleming03:05:53

I’m going to try to switch to sending mail via Mailgun

danielcompton04:05:44

I also get them

rauh13:05:39

So parinfer has now multiple times messed up source files from when I goto source to some 3rd party library file and all my compilation subsequently failed.

rauh13:05:57

Or worse, I got really strange undebuggable errors.

rauh13:05:32

I understand parinfer needs this reindentation. But: Is there a way to have parinfer not kick in until an edit is done? That would already help IMO.

kenny20:05:41

It seems like the formatting in a function with a type hinted return value is off. Example:

(defn foo ^long
[a b c]
  (* a b c))

kenny20:05:51

Doesn't look like there is an issue for this yet so I went ahead and created one: https://github.com/cursive-ide/cursive/issues/1400

cfleming23:05:43

@kenny: Thanks for the issue.