Will Thomas

Results 32 comments of Will Thomas

What would your thoughts be on a possible alternate approach where we basically have two phases of minification: 1. Directly import all transitively depended upon files 2. Work forward (i.e....

A workaround is demonstrated in the GIF as well showing that if you have a `*.v` or `_CoqProject` file focused, then swap to the Search sidebar (could be any other),...

It produces the following for me using 'JetBrainsMono Nerd Font Mono' and the underscores are present: ![image](https://github.com/user-attachments/assets/9899ddc6-94bd-4edb-a9c4-ca3368990b39) I also tested with Consolas, 'Courier New', and monospace and they all seem...

I installed Fira Code and tried it in VsCode v1.93.0 (on Windows via WSL) and got this: ![image](https://github.com/user-attachments/assets/e1461946-350e-4372-81bd-82e60864f3bc) Are you using vscodium and/or not windows? Might be related to one...

I have been able to reproduce this with `monospace` on Linux and vscode, but the exact same setup on Windows with font `monospace` does not cause the issue.

I think I have tracked down the offending font: `DejaVu Sans Mono` I can confirm that with this font the underscores are not displayed in Linux, but even with `DejaVu...

I was looking around at the proposed solution to display an unformatted goal first and found the following results: **Formatted** ![RenderWithComputeGif](https://github.com/user-attachments/assets/db78bd0d-ac09-4623-9f7a-7f18d15b04e6) **Unformatted** ![RenderNoComputeGif](https://github.com/user-attachments/assets/849eadbb-3160-4811-860a-8873d578bdd4) My timing/synchronization was not very precise, but...

Good catch on the makefile @gares, should be fixed now. Also pushed some documentation and an initial test case to hopefully make the goal of this PR more clear.

> Do we need yet another option? Would not it be sufficient to teach `coq_makefile` that, if it finds a `_CoqProject` file at the target directory of a `-R` or...

So it seems that my initial crack at this still has design issues to be worked out. I will look into a new solution that hopefully addresses all the concerns....