Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
WebFirstLanguage
/
wfl
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
26
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[TypeChecker] Implement type checking for server statements and pattern definitions
- #383
#383
Merged
logbie
merged 7 commits into
main
WebFirstLanguage/wfl:main
from
fix-typechecker-todos-17688715437332225663
WebFirstLanguage/wfl:fix-typechecker-todos-17688715437332225663
Copy head branch name to clipboard
Mar 1, 2026
Conversation
Commits
7
(7)
Checks
Files changed
Merged
[TypeChecker] Implement type checking for server statements and pattern definitions
#383
logbie
merged 7 commits into
main
WebFirstLanguage/wfl:main
from
fix-typechecker-todos-17688715437332225663
WebFirstLanguage/wfl:fix-typechecker-todos-17688715437332225663
Copy head branch name to clipboard
Commits
Commits on Mar 1, 2026
Implement type checking for server statements and pattern definitions\n\n- Add `check_pattern_expression_types` to type-check `PatternExpression` AST nodes, specifically resolving and verifying `Li…
Show description for 587f767
google-labs-jules[bot]
and
logbie
committed
587f767
View commit details
Copy full SHA for 587f767
Browse repository at this point
Fix cargo fmt errors in tests\n\nRun cargo fmt to ensure `src/typechecker/mod.rs` passes formatting checks.
Show description for 806f40c
google-labs-jules[bot]
and
logbie
committed
806f40c
View commit details
Copy full SHA for 806f40c
Browse repository at this point
Address PR comments on typechecker implementation\n\n- Fix lexical scoping for pattern list references to support action scope.\n- Enforce pattern list element-type constraints (`List<Text>`, `Unkn…
Show description for b8ce3f4
google-labs-jules[bot]
and
logbie
committed
b8ce3f4
View commit details
Copy full SHA for b8ce3f4
Browse repository at this point
Merge branch 'main' into fix-typechecker-todos-17688715437332225663
logbie
authored
ed7ed92
View commit details
Copy full SHA for ed7ed92
Browse repository at this point
Fix pattern list-reference lexical scoping and add constraint tests\n\n- Move pattern list-reference existence check from `TypeChecker` to `Analyzer` so local scope variables inside actions are res…
Show description for a0b3e71
google-labs-jules[bot]
and
logbie
committed
a0b3e71
View commit details
Copy full SHA for a0b3e71
Browse repository at this point
Align list-reference scoping with standard variable rules\n\n- Fix regression of #382 parameter logic and version metadata from outdated branch sync.\n- Replace ad-hoc local scope fallback in `Type…
Show description for dd7e0ae
google-labs-jules[bot]
and
logbie
committed
dd7e0ae
View commit details
Copy full SHA for dd7e0ae
Browse repository at this point
Enforce strict type constraints in type checker logic\n\n- Remove `Type::Unknown` and `Type::Error` fallbacks from `TypeChecker`'s pattern list references, `server`, and `timeout` expressions to en…
Show description for f669a73
google-labs-jules[bot]
and
logbie
committed
f669a73
View commit details
Copy full SHA for f669a73
Browse repository at this point
You can’t perform that action at this time.