Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor assembler #55

Merged
merged 33 commits into from
Feb 16, 2024
Merged

Refactor assembler #55

merged 33 commits into from
Feb 16, 2024

Commits on Jan 28, 2024

  1. Update poetry.lock

    cjvth committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a15a913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631a727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    548e682 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abca58e View commit details
    Browse the repository at this point in the history
  5. [cocas] Fix imports inside targets

    Wrap potential circular imports in `if TYPE_CHECKING:`. It used to work because of importlib
    cjvth committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e8bf7af View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    e7e80a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3836673 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15003ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae79f6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02bb1a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1820690 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fbce37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea16c44 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e6c9661 View commit details
    Browse the repository at this point in the history
  2. [cocas] Remove CodeSegmentsInterface, addI prefix to its members

    Its (target-specific) derivatives and their members were never used, except for target_instructions of that same target
    cjvth committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6015f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc2279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7234a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. [cocas] Make using str and Path consistent

    Also use use absolute paths and as_posix() in most places
    cjvth committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6f3815c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    869ccae View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    d9defbc View commit details
    Browse the repository at this point in the history
  2. [cocas] Rename exceptions

    cjvth committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a9bc14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50d63d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6718d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4f1b4e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    c1c392d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e62226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e264347 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    ac12e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff563c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea03730 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. [cocas] Improve printing errors

    Use stderr and change output format to let VSCode follow file path + line
    cjvth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    25a7e89 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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