Steve Yegge

Results 9 issues of Steve Yegge

java.lang.IllegalStateException: Attempt to modify PSI for non-committed Document! at com.intellij.pom.core.impl.PomModelImpl.startTransaction(PomModelImpl.java:266) at com.intellij.pom.core.impl.PomModelImpl.lambda$runTransaction$2(PomModelImpl.java:96) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:688) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:634) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:64) at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:218) at com.intellij.pom.core.impl.PomModelImpl.runTransaction(PomModelImpl.java:93) at com.intellij.psi.impl.source.tree.ChangeUtil.prepareAndRunChangeAction(ChangeUtil.java:142) at com.intellij.psi.impl.source.tree.CompositeElement.addChild(CompositeElement.java:579) at com.intellij.psi.impl.source.tree.CompositeElement.addChildren(CompositeElement.java:673) at com.intellij.psi.impl.source.codeStyle.CodeEditUtil.addChildren(CodeEditUtil.java:53)...

The [ProtocolTextDocument](https://sourcegraph.com/github.com/sourcegraph/cody@3e40fb500c12eb7126ff1bbdbd7a63233f19c274/-/blob/vscode/src/jsonrpc/agent-protocol.ts?L443:18) used in the agent protocol has renamed the `filePath` field to `uri` and deprecated `filePath`. I've updated JetBrains and Emacs to use 'uri', and we need to update...

This CL implements a simple version of symbol-pagerank. The intuition is that if you treat symbols as web pages, and calls and references to symbols as hyperlinks, then PageRank would...

Most of the changes were on the JetBrains/Kotlin side; there isn't much here: - added a new file scheme, `temp://`, for jetbrains in-memory integration tests that use a temp filesystem...

Sometimes the model will spit out a long answer that's pretty terrible, usually because it misunderstood your prompt. But you have a lot of valuable context built up in the...

**Is your feature request related to a problem? Please describe.** I have some situations where I'd like to keep the lock acquired for potentially a long time, but I don't...

Review PR #1077: fix(sync): Handle redirected beads directories in gitCommitBeadsDir. This is an easy-win bug fix following existing patterns. **Task:** 1. Review code 2. Verify the redirect handling matches existing...

## Summary - Tracks actual read-only state of store (not just requested state) - Skips auto-import in staleness checks when store is read-only - Prevents errors when auto-import would fail...

## Summary - Fixes prefix validation to accept `hq` when `hq-cv` is in allowed prefixes - Handles cases where ExtractIssuePrefix returns a shorter prefix than intended - Adds comprehensive test...