Skip to content

Docs/init#112

Merged
Ciznia merged 11 commits intomainfrom
docs/init
Jan 18, 2026
Merged

Docs/init#112
Ciznia merged 11 commits intomainfrom
docs/init

Conversation

@Sigmanificient
Copy link
Member

@Sigmanificient Sigmanificient commented Dec 9, 2025

Pull Request

Description

Related Story/Task

Closes #
Related to #

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
  • 📚 Documentation update
  • ♻️ Refactor (no functional changes)
  • 🧪 Test addition or modification
  • ⚙️ Build/CI changes

Implementation Details

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
    (including regression and/or integration tests)
  • Any dependent changes have been merged and published
  • The related story/task is updated

Testing

Screenshots / Examples

Deployment Notes


@github-project-automation github-project-automation bot moved this to Created in GlaDOS Dec 9, 2025
@github-actions github-actions bot added 7. component: nix Code related to Nix configuration, flakes, or the Nix build system. 7. component: documentation Code related to project documentation, user guides, README, or inline code comments. 1. difficulty : hard Complex task requiring significant expertise or deep research. 8. part: 0-infrastructure Project setup, build system, testing infrastructure, and CI/CD. labels Dec 9, 2025
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

⚠️ Release label required

This PR targets main but has no release label (6. release: major/minor/patch).

Please add one to trigger automatic version bumping:

  • major: Breaking changes (x.0.0)
  • minor: New features (0.x.0)
  • patch: Bug fixes (0.0.x)

@Fenriir42 Fenriir42 force-pushed the docs/init branch 8 times, most recently from b5293f4 to cc256b8 Compare January 18, 2026 16:52
@github-actions github-actions bot added the 7. component: tests Code related to the test suite, test framework, test utilities, or test coverage. label Jan 18, 2026
@github-actions github-actions bot added the 7. component: parser Code related to the parser that processes source code syntax. label Jan 18, 2026
@Fenriir42 Fenriir42 requested a review from renman-ymd January 18, 2026 18:04
@Fenriir42 Fenriir42 added this to the 2. Defense - Finale milestone Jan 18, 2026
@Fenriir42 Fenriir42 marked this pull request as ready for review January 18, 2026 18:05
@renman-ymd renman-ymd added the 5. status: waiting-for-review This PR is waiting for reviewer feedback label Jan 18, 2026
@renman-ymd renman-ymd moved this from Created to In Review in GlaDOS Jan 18, 2026
@codecov
Copy link

codecov bot commented Jan 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (3bc0d48) to head (bbe0588).
⚠️ Report is 21 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #112   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sigmanificient and others added 9 commits January 18, 2026 22:19
- Introduced "Control Flow" guide covering conditionals, loops, and control statements.
- Created "Getting Started" guide to help users write their first Quant program.
- Added "Language Basics" guide detailing variables, types, and expressions.
- Updated index page to reflect the new structure and content.
- Added "Operators" reference for arithmetic, comparison, logical, and bitwise operations.
- Introduced "Types" reference detailing primitive and composite types, type qualifiers, and type compatibility.
don't know if it work, I doens't know how to test bnf
Copy link
Contributor

@Ciznia Ciznia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some problem but merged due to timeline

@renman-ymd renman-ymd added 5. status: ready-for-merge This PR is approved and ready to be merged and removed 5. status: waiting-for-review This PR is waiting for reviewer feedback labels Jan 18, 2026
@renman-ymd renman-ymd moved this from In Review to Waiting Merge in GlaDOS Jan 18, 2026
@Ciznia Ciznia merged commit b1a0af8 into main Jan 18, 2026
16 checks passed
@github-project-automation github-project-automation bot moved this from Waiting Merge to Closed in GlaDOS Jan 18, 2026
@Ciznia Ciznia deleted the docs/init branch January 18, 2026 21:28
@Fenriir42 Fenriir42 restored the docs/init branch January 18, 2026 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1. difficulty : hard Complex task requiring significant expertise or deep research. 5. status: ready-for-merge This PR is approved and ready to be merged 7. component: documentation Code related to project documentation, user guides, README, or inline code comments. 7. component: nix Code related to Nix configuration, flakes, or the Nix build system. 7. component: parser Code related to the parser that processes source code syntax. 7. component: tests Code related to the test suite, test framework, test utilities, or test coverage. 8. part: 0-infrastructure Project setup, build system, testing infrastructure, and CI/CD.

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

4 participants