Jason Gross

Results 547 issues of Jason Gross

> Note that this broke example 056, because we may fail to remove `Import foo` until after `foo` is inlined and exported. Possibly we should reset the attempt to remove...

Presumably this is an oversight at https://github.com/JasonGross/coq-tools/blob/0a09b2b37a32a857bac38167f61017e1b1b7a437/coq_tools/find_bug.py#L3695-L3700 where `absolutize_mods=True` results in the new wrapped module name being used (which is correct for `Import` bug not for `Require`)

bug
needs-test-case-to-reproduce

After #375, following up on #374, we should: - move all logging over to being based on kind rather than verbosity level - instead of passing verbose_base, passing around a...

In order to efficiently manipulate the file, I have to break it into definitions. I will now attempt to do this. Sending statements to coqtop... Done. Splitting to definitions... Warning:...

needs-test-case-to-reproduce

## 🤖 Installing Claude Code GitHub App This PR adds a GitHub Actions workflow that enables Claude Code integration in our repository. ### What is Claude Code? [Claude Code](https://claude.com/claude-code) is...

https://github.com/rocq-prover/rocq/pull/20506#issuecomment-2801221029 Running command (in: /github/workspace/builds/coq/coq-failing/_build_ci/equations/_build/default): "/github/workspace/builds/coq/coq-failing/_install_ci/bin/coqc.orig" "-q" "-w" "-deprecated-native-compiler-option" "-native-output-dir" "-native-compiler" "on" "-nI" "/github/workspace/builds/coq/coq-failing/_install_ci/lib/rocq-runtime/kernel" "-nI" "theories" "-nI" "theories/Prop" "-boot" "-coqlib" "/github/workspace/builds/coq/coq-failing/_install_ci/lib/coq//" "-R" "/github/workspace/builds/coq/coq-failing/_install_ci/lib/coq/theories" "Coq" "-R" "/github/workspace/builds/coq/coq-failing/_build_ci/equations/_build/default/theories/Prop" "Equations.Prop" "-Q" "/github/workspace/cwd" "Top"...

Part of #229, progress towards #223 Next thing to fix: handling of "." / relative paths so that when we relocate the directory, paths get remapped