Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: warpy-ai/oite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.6-preview
Choose a base ref
...
head repository: warpy-ai/oite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.7-preview
Choose a head ref
  • 17 commits
  • 37 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. fs fixes

    jucasoliveira committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    304b3b2 View commit details
    Browse the repository at this point in the history
  2. Fix string operations

    jucasoliveira committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    5f28cda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59bd72d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf5130e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    996b574 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c1812d View commit details
    Browse the repository at this point in the history
  7. Self-host try catch

    jucasoliveira committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    664357f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27709e0 View commit details
    Browse the repository at this point in the history
  9. 1. Fixed emit function shadowing in emitter.ot (line 256 → renamed to

         emitNode)
        - The LLVM backend's emit function was shadowing the bytecode
          emitter's emit function
    
      2. Fixed decoder to convert SetupTry addresses (decoder.rs:233-249)
    
        - Added SetupTry to the address conversion pass that converts byte
          offsets to instruction indices
      3. Fixed StoreElement to extend arrays (vm/mod.rs:1723-1726)
        - Changed from if i < arr.len() to resizing the array if needed (JS
          semantics)
    jucasoliveira committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    e120088 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    2109851 View commit details
    Browse the repository at this point in the history
  2. Fix bootstrap

    jucasoliveira committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    0cb66bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from warpy-ai/bug_fixes

    Bug fixes
    jucasoliveira authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    f645101 View commit details
    Browse the repository at this point in the history
  4. translate_literal for Literal::String, instead of returning undefined,

    we now call tscl_alloc_string() at JIT compile time
    to allocate the string on the runtime heap and embed the resulting
    NaN-boxed pointer as an iconst.
    jucasoliveira committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    4e1257d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d13fb8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #86 from warpy-ai/bug_fixes

    translate_literal for Literal::String, instead of returning undefined,
    jucasoliveira authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    801e6da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ee6876 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #87 from warpy-ai/new_release_build

    added new release build ; added new intall script
    jucasoliveira authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    db323d9 View commit details
    Browse the repository at this point in the history
Loading