boot

:boot-clj: https://boot-clj.github.io/ โ€” build tooling for Clojure. Dev chat in #boot-dev
flyboarder 2019-03-04T05:54:42.020100Z

@seancorfield just wondering what you use now instead of boot?

seancorfield 2019-03-04T05:55:17.020500Z

You rang, sir? ๐Ÿ™‚

seancorfield 2019-03-04T05:55:32.020900Z

We switched to CLI/`deps.edn` completely last year.

flyboarder 2019-03-04T05:56:00.021600Z

does that handle everything that boot did for you?

seancorfield 2019-03-04T05:56:03.021800Z

Yes.

seancorfield 2019-03-04T05:56:33.022300Z

We had a lot of custom tasks. We just moved those to their own namespaces independent of Boot.

seancorfield 2019-03-04T05:57:45.023500Z

We were experiencing a lot of problems with pods, and some general performance and file system issues (on macOS), in part because we have such a large codebase and so many files.

seancorfield 2019-03-04T05:58:51.024800Z

I opened a ticket about the async pod refresh issue which was our main blocker, but it seemed like the Boot maintainers were moving on and it was unlikely our problems would get fixed, so we switched to simpler tech that we had more control over ๐Ÿ™‚

2019-03-08T14:56:15.036300Z

I havenโ€™

2019-03-08T14:57:49.036500Z

I havenโ€™t been around for months and the msg list here only goes back to Feb 25. Boot maintainers moving on?

seancorfield 2019-03-08T15:37:43.036900Z

@flyboarder has taken over as the new maintainer since then.

2019-03-08T15:40:13.037100Z

micha, alandipert etc. moved on? What a surprise!

seancorfield 2019-03-04T06:00:05.025300Z

(it's why I left this channel months ago, until you just mentioned me here ๐Ÿ™‚ )

flyboarder 2019-03-04T06:12:15.025900Z

@seancorfield fair enough, I was just curious what you found to fill the role

seancorfield 2019-03-04T06:13:23.026500Z

NP. Feel free to invite me back any time you want to chat about it or want more detail.

2๐ŸŽฉ