-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix on requirement #4
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6abdb0 - Browse repository at this point
Copy the full SHA f6abdb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ef880 - Browse repository at this point
Copy the full SHA 71ef880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c52d82 - Browse repository at this point
Copy the full SHA 4c52d82View commit details
Commits on Feb 22, 2024
-
Create Object represent a BlockOperayion, is a specific Operation whe…
…re the behavior is define in a block
Configuration menu - View commit details
-
Copy full SHA for a63002c - Browse repository at this point
Copy the full SHA a63002cView commit details
Commits on Feb 26, 2024
-
add the composition of requirement for install metaLink On astNode wi…
…th an Instrumentation
Configuration menu - View commit details
-
Copy full SHA for 69b77d6 - Browse repository at this point
Copy the full SHA 69b77d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 557b4ef - Browse repository at this point
Copy the full SHA 557b4efView commit details
Commits on Feb 27, 2024
-
Update instrumentation installation requirements to be composable wit…
…hout using collections
Configuration menu - View commit details
-
Copy full SHA for 45000be - Browse repository at this point
Copy the full SHA 45000beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02faf8d - Browse repository at this point
Copy the full SHA 02faf8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9b847 - Browse repository at this point
Copy the full SHA 6d9b847View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eded88 - Browse repository at this point
Copy the full SHA 8eded88View commit details -
fix : fix test who test the installation of metaLink for coordinate t…
…he test with the new code
Configuration menu - View commit details
-
Copy full SHA for 8550979 - Browse repository at this point
Copy the full SHA 8550979View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cd68a3 - Browse repository at this point
Copy the full SHA 7cd68a3View commit details -
fix: we change the proxy, for when you become the proxy and the objec…
…t tyhey have the same hash
Configuration menu - View commit details
-
Copy full SHA for baea918 - Browse repository at this point
Copy the full SHA baea918View commit details -
Fix proxy not working when using a ProtoObject as superclass
ProtoObject does not define hash method, the proxy therefore was forwarding the hash message to the wrapped object. But the wrapped object and the proxy have swapped their references. Therefore the pointers to the objects are now pointing to the proxy. And the hash of the object is the hash of the proxy now and vice versa. So the proxy must understand the hash method in order to maintain the consistency of the indexed collections.
Configuration menu - View commit details
-
Copy full SHA for 8d0360d - Browse repository at this point
Copy the full SHA 8d0360dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74dab30 - Browse repository at this point
Copy the full SHA 74dab30View commit details -
Fix MOPProxy inherit ProtoObject
Some messages from ProtoObject must be forwarded to the meta-object. So nil must be the superclass of the Proxy and the proxy must define the identity related methods. The identity related methods are copied from ProtoObject.
Configuration menu - View commit details
-
Copy full SHA for e35c870 - Browse repository at this point
Copy the full SHA e35c870View commit details
Commits on Mar 1, 2024
-
Fix proxy not working when using a ProtoObject as superclass
Fix proxy not working when using a ProtoObject as superclass
Configuration menu - View commit details
-
Copy full SHA for c9288f5 - Browse repository at this point
Copy the full SHA c9288f5View commit details -
fix : fix the proxy for after you call the become, the proxy and the …
…object have the same hash
Configuration menu - View commit details
-
Copy full SHA for 2fa8f15 - Browse repository at this point
Copy the full SHA 2fa8f15View commit details -
Test: add Some test For Instrumentation and refactoring achitecture o…
…f test For mop. Features : Switch the responsabillity to install link on Instrumentation
Configuration menu - View commit details
-
Copy full SHA for eecb1d8 - Browse repository at this point
Copy the full SHA eecb1d8View commit details -
fix: fix BlockOperation, an Operation have a requirement (default is …
…an instance of NoRequirement) for the application. So BlockOperation is not alone with requirement so i decide to move thios on super class
Configuration menu - View commit details
-
Copy full SHA for c0cbaf8 - Browse repository at this point
Copy the full SHA c0cbaf8View commit details
Commits on Mar 4, 2024
-
feature: change the nmethod handle: in MOPMetaObject to catch message…
…, and check if instrumentation need to install.
Configuration menu - View commit details
-
Copy full SHA for f2cdfa4 - Browse repository at this point
Copy the full SHA f2cdfa4View commit details -
fix: correction of bug when you call name variable requirement check …
…now if the ast node is a variable node add Test and clean code
Configuration menu - View commit details
-
Copy full SHA for cd80f75 - Browse repository at this point
Copy the full SHA cd80f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6ddad - Browse repository at this point
Copy the full SHA be6ddadView commit details -
features : create first version of builder, when you are in protocol …
…you have the possibilities to create an instrumentation with requirement step by step
Configuration menu - View commit details
-
Copy full SHA for c6157b5 - Browse repository at this point
Copy the full SHA c6157b5View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f29b0bb - Browse repository at this point
Copy the full SHA f29b0bbView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f71bac8 - Browse repository at this point
Copy the full SHA f71bac8View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 470b342 - Browse repository at this point
Copy the full SHA 470b342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 504731a - Browse repository at this point
Copy the full SHA 504731aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 310c70a - Browse repository at this point
Copy the full SHA 310c70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b8e87 - Browse repository at this point
Copy the full SHA d0b8e87View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4ed682 - Browse repository at this point
Copy the full SHA a4ed682View commit details -
features : anonymous class for object, this is for instrument method …
…on this, with this we can remove easy the instrumentation on method
Configuration menu - View commit details
-
Copy full SHA for eb58e3d - Browse repository at this point
Copy the full SHA eb58e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab42861 - Browse repository at this point
Copy the full SHA ab42861View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1855c0 - Browse repository at this point
Copy the full SHA d1855c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c78ff - Browse repository at this point
Copy the full SHA c5c78ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ed711 - Browse repository at this point
Copy the full SHA d8ed711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b2a2c - Browse repository at this point
Copy the full SHA 91b2a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc1861 - Browse repository at this point
Copy the full SHA 8cc1861View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7208cf - Browse repository at this point
Copy the full SHA a7208cfView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0593575 - Browse repository at this point
Copy the full SHA 0593575View commit details -
fix : rename classe for test and add a test for check if the super ch…
…ain methods was write in anonymous class
Configuration menu - View commit details
-
Copy full SHA for 8dbfd04 - Browse repository at this point
Copy the full SHA 8dbfd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30f7ce - Browse repository at this point
Copy the full SHA d30f7ceView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2124c7f - Browse repository at this point
Copy the full SHA 2124c7fView commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a45963 - Browse repository at this point
Copy the full SHA 1a45963View commit details -
Delete install, uninstall methods. This behavior will be handled by the MetaObject or a specific object for the installation.
Configuration menu - View commit details
-
Copy full SHA for 5ad129b - Browse repository at this point
Copy the full SHA 5ad129bView commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f722ec4 - Browse repository at this point
Copy the full SHA f722ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a18b1 - Browse repository at this point
Copy the full SHA 53a18b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a3701 - Browse repository at this point
Copy the full SHA f7a3701View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5634501 - Browse repository at this point
Copy the full SHA 5634501View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b33159e - Browse repository at this point
Copy the full SHA b33159eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8d323 - Browse repository at this point
Copy the full SHA dc8d323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d8d98 - Browse repository at this point
Copy the full SHA 00d8d98View commit details