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

sync master -> Pharo12 #93

Merged
merged 14 commits into from
Apr 10, 2024
Merged

sync master -> Pharo12 #93

merged 14 commits into from
Apr 10, 2024

Commits on Jun 13, 2023

  1. compiling missing method when loading master or Pharo12 in P12, becau…

    …se it deletes a method from the entire system, while it should ONLY delete it from Sindarin
    adri09070 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7c9925b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9851661 View commit details
    Browse the repository at this point in the history
  3. adding tests for skipping returns + making skipReturnNode step to fir…

    …st interesting bytecode after having skipped the return node
    adri09070 committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    21cd65b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Sep 1, 2023

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

Commits on Mar 14, 2024

  1. Merge pull request #75 from adri09070/57-bis-SkipUpTo-does-not-allow-…

    …to-skip-return-nodes-which-prevents-from-skipping-up-to-an-inlined-ifTrue-block-if-there-is-an-inlined-ifFalse-block-before
    
    Fix: skip up to does not allow to skip return nodes which prevents from skipping up to an inlined if true block if there is an inlined if false block before
    StevenCostiou authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0c35595 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from adri09070/writing-doc

    Adding quick doc for jump to caret
    StevenCostiou authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    63dd353 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request #74 from adri09070/adding-missing-methods-if-neede…

    …d-when-loading-p12
    
    compiling missing method when loading master or Pharo12 in P12, because it deletes a method from the entire system, while it should ONLY delete it from Sindarin
    StevenCostiou authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3962ffe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from adri09070/55bis-jump-to-caret-does-not-ke…

    …ep-a-correct-stack-when-there-are-vector-arrays-to-store-common-variables-between-methods-and-blocks
    
    Fixing: jump to caret does not keep a correct stack when there are vector arrays to store common variables between methods and blocks
    StevenCostiou authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cb5d860 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Fix #87. testIsAboutToInstantiateClass is using #basicNew:header: ins…

    …tead of #newMethod:header:
    Inao0 authored and Inao0 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    25f45c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from Inao0/87-update-SindarinDebuggerTesttestI…

    …sAboutToInstantiateClass
    
    Fix #87. Update a test to use the new name of a method
    MarcusDenker authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1ab02dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eae1abe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #92 from pharo-spec/revert-90-87-update-SindarinDe…

    …buggerTesttestIsAboutToInstantiateClass
    
    Revert "Fix #87. Update a test to use the new name of a method"
    MarcusDenker authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6f63b03 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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