Alexander Schmolck

Results 26 comments of Alexander Schmolck

How about ``` fd Makefile --or GNuMakefile --or make ``` ? That reads naturally, and it would make it possible to add a git grep or find style boolean query...

Here is a concrete example I just did with `find`, I think it would be nice to be able to do the same thing with fd as well: ``` find...

I've had no luck getting IndexMap to work even after switching on the experimental `org.rust.cargo.evaluate.build.scripts` option mentioned above and invalidating the caches. As the indexmap author indicates, this appears to...

@Undin thanks, so it appears something in addition to plain indexmap usage is needed to trigger the problem -- I will try to boil it down to a small self-contained...

For what it's worth, although org.rust.cargo.evaluate.build.scripts didn't originally resolve my problem, in current versions of clion it works fine for me (crates like indexmap that use conditionally compilation in some...

@edolstra ping: is there a chance of merging this? I'm happy to fix the merge conflicts and make other adjustments if required – I also note there has been an...

Sure, I'm happy to spend a bit of time to fix the markdown version of the docs, if that's the only thing that's in the way of landing this. Can...

@copumpkin since you're currently assigned to this (and :+1: the original PR 3 years ago), can you comment on whether me bringing it up to date is worth it? (edit:...

Sorry, I missed that there was some renewed interest in this PR @Ericson2314 @fricklerhandwerk. I'm happy to bring it up to date by re-running the scripts (and doing some manual...

@Ericson2314 Cool, I'll have a look at this later today.