Skip to content
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

Dictu stdlib #471

Merged
merged 16 commits into from
Nov 2, 2021
Merged

Dictu stdlib #471

merged 16 commits into from
Nov 2, 2021

Conversation

Jason2605
Copy link
Member

@Jason2605 Jason2605 commented Oct 19, 2021

Well detailed description of the change :

This PR overhauls the stdlib and how optional modules are imported into Dictu. This allows us to execute Dictu at runtime when importing modules within the stdlib (which crucially allows us to "self host" the stdlib).

Along with this two new modules are being added:

  • UnitTest
    • This module will provide a nicer way to create unit tests over the current version where we are stuck with assert-ing code.
  • Inspect
    • This will allow some introspection into the VM state.

Resolves: #431

Type of change:

  • New feature

Housekeeping

  • Tests have been updated to reflect the changes done within this PR (if applicable).

  • Documentation has been updated to reflect the changes done within this PR (if applicable).

@Jason2605 Jason2605 added the enhancement Implementation of a new feature label Oct 19, 2021
@Jason2605 Jason2605 self-assigned this Oct 19, 2021
@Jason2605 Jason2605 mentioned this pull request Oct 21, 2021
5 tasks
@Jason2605 Jason2605 marked this pull request as ready for review October 24, 2021 17:37
@Jason2605 Jason2605 merged commit e3036b5 into develop Nov 2, 2021
@Jason2605 Jason2605 deleted the feature/dictu_stdlib branch November 2, 2021 19:02
@Jason2605 Jason2605 mentioned this pull request Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Implementation of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit test module
1 participant