Skip to content

Conversation

markehammons
Copy link
Collaborator

DataLayout, LayoutI, and LayoutOf are ridiculously complex. Replace them with a more simple implementation that creates a hard distinction between platform and core.

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2023

Codecov Report

Merging #44 (1a78367) into master (2648b34) will increase coverage by 5.04%.
The diff coverage is 65.66%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   51.63%   56.67%   +5.04%     
==========================================
  Files          49       49              
  Lines        1257     1244      -13     
  Branches       19       22       +3     
==========================================
+ Hits          649      705      +56     
+ Misses        608      539      -69     
Flag Coverage Δ
unittests 56.67% <65.66%> (+5.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
core/src/fr/hammons/slinc/Allocator.scala 0.00% <0.00%> (ø)
core/src/fr/hammons/slinc/JitManager.scala 62.50% <ø> (+0.30%) ⬆️
core/src/fr/hammons/slinc/LibraryI.scala 75.19% <ø> (ø)
core/src/fr/hammons/slinc/Ptr.scala 0.00% <0.00%> (ø)
core/src/fr/hammons/slinc/Receive.scala 0.00% <0.00%> (ø)
core/src/fr/hammons/slinc/ReceiveBulk.scala 0.00% <0.00%> (ø)
core/src/fr/hammons/slinc/Scope.scala 0.00% <ø> (ø)
core/src/fr/hammons/slinc/Send.scala 0.00% <0.00%> (ø)
core/src/fr/hammons/slinc/Slinc.scala 0.00% <0.00%> (ø)
core/src/fr/hammons/slinc/TypeDescriptor.scala 0.00% <0.00%> (ø)
... and 22 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@markehammons markehammons linked an issue Jan 29, 2023 that may be closed by this pull request
This commit creates TypeDescriptor, and replaces most LayoutOf with a
conversion from DescriptorOf to LayoutOf.
Removed DataLayout as a dependency from Send, Recieve, and Descriptor
@markehammons markehammons marked this pull request as ready for review January 29, 2023 21:52
@markehammons markehammons merged commit 51703aa into master Jan 29, 2023
@markehammons markehammons deleted the markehammons/issue39 branch March 25, 2023 16:52
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

Successfully merging this pull request may close these issues.

Replace LayoutI, DataLayout, LayoutOf
2 participants