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

Extension for records #26

Open
saleynik opened this issue Jun 28, 2022 · 1 comment
Open

Extension for records #26

saleynik opened this issue Jun 28, 2022 · 1 comment
Labels
T:Feature Type: Feature

Comments

@saleynik
Copy link

Could you extend this library for defining Record's? E.g. presently:

Record.defrecord(:conn, [
    name:         nil,
    pid:          nil,
    mon:          nil
  ])

  @type conn :: record(:conn, [
    name:         atom,
    pid:          pid,
    mon:          reference
  ])
@ejpcmac ejpcmac added the T:Feature Type: Feature label Jul 16, 2022
@ejpcmac
Copy link
Owner

ejpcmac commented Jul 16, 2022

Indeed, for communicating with other BEAM languages, or storing in Mnesia, this would be useful.

@ejpcmac ejpcmac added this to the 0.4.0 milestone Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:Feature Type: Feature
Projects
Status: Backlog
Development

No branches or pull requests

2 participants