-
Notifications
You must be signed in to change notification settings - Fork 146
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
int, float, string, and bool must encapsulate bytes #2437
Comments
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 7, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 8, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 8, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Sep 8, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 13, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 14, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 14, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 14, 2023
maxonfjvipon
added a commit
to maxonfjvipon/eo
that referenced
this issue
Nov 14, 2023
This was referenced Nov 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's get rid of
Δ
attribute inint
,float
,string
, andbool
. Onlybytes
must still have it. The other four objects must encapsulatebytes
.Also, it should be possible to make an instance of
int
from the code like this:This is similar to this:
or just this:
The text was updated successfully, but these errors were encountered: