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

Reflectivity fixing bytecode to ast mapping #16489

Open
wants to merge 2 commits into
base: Pharo13
Choose a base branch
from

Conversation

StevenCostiou
Copy link
Collaborator

@StevenCostiou StevenCostiou commented Apr 19, 2024

Fixing a bug in syntax highlighting in the debugger because there is a desync between methods on the stack and methods modified with breakpoints in the system.

With @MarcusDenker

Step 1

[x] Moving the metalink count from the reflective method to the method node (as a property)
[ ] Ensure that every compiled method has its own reflective method

Step 2

[ ] Move the bytecode-ast mapping to the method node
[ ] Move the dedicated bytecode-mappings of blocks to a dictionary in their parent method node bytecode-mappings

@StevenCostiou StevenCostiou reopened this Apr 19, 2024
@jecisc jecisc closed this Apr 20, 2024
@jecisc jecisc reopened this Apr 20, 2024
@jecisc jecisc added the Status: Need more work The issue is nearly ready. Waiting some last bits. label Apr 20, 2024
@jecisc
Copy link
Member

jecisc commented Apr 20, 2024

This PR has one failing test: osx-64 / Tests-osx-64 / testLinkCountTwoLinks – MacOSX64.Reflectivity.Tests.ReflectiveMethodTest

@estebanlm estebanlm changed the base branch from Pharo12 to Pharo13 April 26, 2024 09:06
@StevenCostiou StevenCostiou reopened this Apr 29, 2024
@StevenCostiou StevenCostiou reopened this May 6, 2024
@MarcusDenker MarcusDenker reopened this May 7, 2024
@MarcusDenker
Copy link
Member

The tests are still buiding using Pharo12 somehow

@StevenCostiou
Copy link
Collaborator Author

I'm running the tests again, as I plan to work on it today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Need more work The issue is nearly ready. Waiting some last bits.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants