Implement basic Teal type fixer #50

Closed
opened 2022-12-14 18:39:20 +01:00 by Aire-One · 0 comments
Owner

We need to validate/fix some types we scrape.

We want to have automatic fixes on types:

  • Basic types should be corrected, e.g. intinteger
  • Global/CAPI types should be normalized, e.g. clientClient
  • Other module should be detected, e.g. shape is gears.shape → need to require it.
We need to validate/fix some types we scrape. We want to have automatic fixes on types: - Basic types should be corrected, e.g. `int` → `integer` - Global/CAPI types should be normalized, e.g. `client` → `Client` - Other module should be detected, e.g. `shape` is `gears.shape` → need to `require` it.
Aire-One added this to the v1.0 milestone 2022-12-19 22:54:19 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Aire-One/awesomewm.d.tl#50
No description provided.