Rudi Grinberg
Rudi Grinberg
Are there any workarounds for this? @ur5us what version of rails are you using?
The comment in the code shows a better way to fix this problem, but this quick fix works well enough for us.
> The main issue is that cmt files are huge and mostly useless. I think there are only two tools in the OCaml ecosystem that currently consume cmt files: ocp-index...
> But I would like to get to a point where they are only built on request, rather than always being built during day-to-day development. Building them all the time...
> So this for me is a nice movement but also makes me wonder, there was any discussion of unifying the multiple files that we have today? I know that...
On a more practical note, I had a brief look at implementing this and it isn't as easy as I thought. To compile the typedtree to lambda, we need to...
> So, I'm skeptical that using .cmt files as an intermediate step in builds is a good idea. Expect noticeable slowdowns for essentially zero benefits It was pointed out that...
Date aside, this is quite a simplification compared to what ocamlbuild had before 💯
Here's another example where the indentation is quite strange: ``` let plus x y = x + y |
@Chris00 I wouldn't prioritize implementing such navigation commands in elisp by the way. These navigation commands are far simpler to implement correctly in merlin. Let's just ask @khady or @andreypopp...