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: k-nuth/kth-mono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.69.0
Choose a base ref
...
head repository: k-nuth/kth-mono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.70.0
Choose a head ref
  • 5 commits
  • 151 files changed
  • 1 contributor

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    20a6b68 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. fix: restore script_basis constructor behavior to use valid state ins…

    …tead of exceptions (#72)
    
    - Remove exception throwing from script_basis constructors
      - Set valid_ = false when deserialization fails instead of throwing
      - Maintain backward compatibility with existing code that checks is_valid()
      - Preserve move constructor optimization for non-prefixed data
    fpelliccioni authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    8cde04d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. fix: Modernize tests and build configuration (#52)

    - Fix infrastructure tests with proper naming and modern C++ patterns
    - Improve test descriptions and use consistent tag format [module][component]
    - Apply east const style and clean up formatting
    - Fix build configuration issues in CMakeLists.txt files
    - Update node build timestamp macro name (KTK -> KTH)
    - Fix authority validation error handling logic
    - Add migration scripts for future domain test modernization
    - Temporarily disable problematic test builds to focus on core modules
    
    This commit fixes broken tests and builds, preparing for further migration work.
    fpelliccioni committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    74b8856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a3b2ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a504b06 View commit details
    Browse the repository at this point in the history
Loading