Bozhidar Batsov

Results 1758 comments of Bozhidar Batsov

Sounds like a reasonable approach. I like it. It's clear that we can't have a one-regexp fits all solution here. > support for font-lock metadata in cider Actually CIDER will...

> Good! So do you want a pull request (defcustom list of symbols + the change of regex) or would you rather hack on it yourself? PR would be great....

Yeah, I guess such a backend will have to explicitly support some modes as a generic solution doesn't exist.

I was also thinking that probably this should be fixed in `clojure-mode`, e.g. `cider-find-ns` could return `nil` in such cases.

@Bost I think your ns font-locking changes addressed this, right?

> I am working on a new package dap-mode which is using Debug Adapter Protocol which currently supports debugging java. Here it is guide how it can be configured to...

> If cider provides a way to get the location in the clj file for particular stack frame then the debugger would be able to step through CLJ files as...

> @bbatsov I guess something like: (thread-name, stack-frame) -> (buffer-or-file-name, point) would be sufficient to support stepping through. Got it. @vspinu @Malabarba Would one of you be able to look...

I'll take a look, but I have a feeling this might be tricky to solve as I doubt we can get meaningful location metadata for lambdas.

Hmm, that's weird. I can't imagine why it'd behave differently if you try to open the file directly, but I guess there's some reason that we need to figure out.