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

Implement sections inside modules. #5

Closed
Drup opened this issue Apr 18, 2016 · 2 comments
Closed

Implement sections inside modules. #5

Drup opened this issue Apr 18, 2016 · 2 comments

Comments

@Drup
Copy link
Member

Drup commented Apr 18, 2016

There are two steps here:

  • inside normal modules. This simply needs a refinement of the slicing pass.
  • inside functors and first class modules. This is difficult.

If we ignore the typing difficulties related to functors (See #4), there is also a difficult for runtime execution. The number and content of sections must be static, in order to be synchronized between client and server. It could be possible to use fragments to implement those specific sections.

@Drup
Copy link
Member Author

Drup commented Jun 29, 2016

Done for "flat" modules. It will be forbidden inside functors for now.

@Drup
Copy link
Member Author

Drup commented Jan 1, 2017

Closing in favor of #17

@Drup Drup closed this as completed Jan 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant