You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we already know, modularity is PITA (#224).
Subject, I want to merge API-crates excluding sys (and some other, see below) into the playdate crate. Currently playdate is an umbrella crate that reexports all other API-crates. Also there is "common traits" and other things used in all of them currently living in sys as common dependency. And some of those common things are just copy-pasted and live in several crates, but not in sys. This is not very good.
List of API-crates which could be excluded from merge:
sys
callbacks
allocator
ui-components?
As bonus I'll get easy swap sys<-->mock dependency of the playdate and others just via patch on workspace level.
enhancementNew feature or requestapiAbout Playdate API, bindings and all over that.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As we already know, modularity is PITA (#224).
Subject, I want to merge API-crates excluding
sys
(and some other, see below) into theplaydate
crate. Currentlyplaydate
is an umbrella crate that reexports all other API-crates. Also there is "common traits" and other things used in all of them currently living insys
as common dependency. And some of those common things are just copy-pasted and live in several crates, but not insys
. This is not very good.List of API-crates which could be excluded from merge:
sys
callbacks
allocator
As bonus I'll get easy swap
sys
<-->mock
dependency of theplaydate
and others just viapatch
on workspace level.0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions