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

ctor specialization #22

Closed
advasileva opened this issue Jan 14, 2023 · 2 comments
Closed

ctor specialization #22

advasileva opened this issue Jan 14, 2023 · 2 comments

Comments

@advasileva
Copy link
Contributor

Now speco should be able to specialize the simplest case of attribute polymorphism (construction) as in the core issue.
This consists of

  1. Сreating specialized versions of objects (in the <objects/> tag), e.g. adding a:
[x] > foo1
  x.boom > @
[x] > foo2
  x.boom > @
  1. Replacing the call in the application line, e.g.:

from

foo first
foo second

to

foo1 first
foo2 second
@0pdd
Copy link

0pdd commented Jan 17, 2023

@advasileva the puzzle #28 is still not solved.

@0pdd
Copy link

0pdd commented Feb 15, 2023

@advasileva the only puzzle #28 is solved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants