Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

Reconciled two tasks: compiling !exec tags to Exec boxes, and handling execution via Constant (Gamma) and Eval.

  1. Compiler: !exec tagged Scalars now compile to Exec boxes.
  2. Computer: Constant (Gamma) updated to use Language type. Process.tensor fixed to use tuple concatenation for dom/cod.
  3. Runner (widish.py):
    • Implemented run_constant_gamma returning "bin/widish".
    • Exec boxes are now compiled into Constant() @ Id >> Eval.
    • Eval execution logic triggers run_command.
  4. Tests: Added widip/test_widish.py and updated widip/test_compiler.py to verify the new behavior.

PR created automatically by Jules for task 16901902906832121213 started by @colltoaction

- Updated `widip/compiler.py` to compile `!exec` tags to `Exec` boxes.
- Updated `widip/computer.py` to refine `Constant` (Gamma) and fix `Process.tensor`.
- Updated `widip/widish.py` to implement `run_constant_gamma` and handle `Exec` boxes by compiling them to `Constant >> Eval`, executing via "bin/widish".
- Added tests for compilation and execution.
- Updated `widip/compiler.py` to compile `!exec` tags to `Exec` boxes.
- Updated `widip/computer.py` to refine `Constant` (Gamma) and fix `Process.tensor`.
- Updated `widip/widish.py` to implement `run_constant_gamma` and handle `Exec` boxes by compiling them to `Constant >> Eval`, executing via "bin/widish".
- Added tests for compilation and execution.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

@colltoaction colltoaction marked this pull request as ready for review December 31, 2025 23:10
@colltoaction colltoaction merged commit 2d354fb into main Dec 31, 2025
@colltoaction colltoaction deleted the exec-gamma-reconciliation-16901902906832121213 branch December 31, 2025 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants