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: codingo/Interlace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: safe-flag
Choose a base ref
...
head repository: codingo/Interlace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 22, 2023

  1. Merge pull request #175 from codingo/safe-flag

    Safe-target variable implementation
    codingo authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    79b8949 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. fix: improve thread safety and execution logging with minimal changes

    - Replaces generator-based task queue with thread-safe queue.Queue in threader.py to prevent thread starvation
    - Moves '[THREAD] Added to Queue' logging from task generation to execution time
    - Integrates OutputHelper into Worker for consistent styled logs
    - Preserves original behavior of stderr visibility and test harness
    - Updates interlace.py to pass output_helper, removes duplicate logging
    - Retains original structure, repeat logic, and test interface to minimize diff
    0xtavian committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    045a5a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Merge pull request #184 from 0xtavian/master

    fix: improve thread safety and execution logging with minimal changes
    prodigysml authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    b9eb99f View commit details
    Browse the repository at this point in the history
Loading