mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
add todo about storage endian
This commit is contained in:
parent
dbbc621892
commit
ae04a73d2f
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ pub struct SurgeryEntry {
|
||||||
// I think a number of them can be combined to reduce string duplication.
|
// I think a number of them can be combined to reduce string duplication.
|
||||||
// Also I think a few of them aren't need.
|
// Also I think a few of them aren't need.
|
||||||
// For example, I think preprocessing can deal with all shifting and remove the need for added_byte_count.
|
// For example, I think preprocessing can deal with all shifting and remove the need for added_byte_count.
|
||||||
|
// TODO: we probably should be storing numbers in an endian neutral way.
|
||||||
#[derive(Default, Serialize, Deserialize, PartialEq, Eq, Debug)]
|
#[derive(Default, Serialize, Deserialize, PartialEq, Eq, Debug)]
|
||||||
pub struct Metadata {
|
pub struct Metadata {
|
||||||
pub app_functions: Vec<String>,
|
pub app_functions: Vec<String>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue