Commit Graph

942 Commits

Author SHA1 Message Date
ba568f7dfb Implement Local and TryCatch lowering in MirBuilder
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:13:53 +00:00
3b040f1587 🔧 Fix NekoCode GitHub Actions: update to use releases/nekocode-rust binary
- Change download path from bin/nekocode_ai to releases/nekocode-rust
- Update command from nekocode_ai to nekocode-rust
- This should fix the 0 files analyzed issue in PR analysis

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-13 15:51:12 +09:00
384ef54adf Merge pull request #34 from moe-charm/copilot/fix-33
Implement Phase 5: Control flow & exceptions in MIR/VM (loop, try/catch/throw)
2025-08-13 15:43:46 +09:00
6df09fa86b Complete Phase 5: End-to-end control flow & exception testing - Full pipeline verified
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 06:27:03 +00:00
d3a85b2305 Implement Phase 5: Control flow & exceptions in MIR/VM - Core functionality complete
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 06:23:28 +00:00
2e9b5daadf Merge pull request #32 from moe-charm/copilot/fix-30
Implement Phase 1: Minimal MIR + VM backend with golden tests
2025-08-13 15:02:43 +09:00
2f3b453fcb Implement Phase 1: MIR + VM backend with golden tests
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 05:59:10 +00:00
5170889285 Merge pull request #31 from moe-charm/copilot/fix-29
Phase 0: Stabilize native CLI build (Linux/Windows)
2025-08-13 14:20:49 +09:00
4c7f000cae Complete Phase 0: Clean duplicate targets and add build documentation
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 05:10:42 +00:00
079a095f5c Implement Phase 0: Stabilize CLI build with feature separation
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 05:06:43 +00:00
f6bd6ef39b Merge #26 completion (Phase 2)
Merging integration/fix-26-ci into main. Build and lib tests verified locally.
2025-08-13 12:04:06 +09:00
2eba31143a test: green up after Phase 2 merge for #26\n\n- Fix AST tests (is_override)\n- Align MIR builder test with current If AST\n- Adjust ResultBox API usage in tests\n- Add len() helpers to ArrayBox/BufferBox for tests 2025-08-13 11:53:34 +09:00
c6f76505b5 🔥 Phase 2 Complete: Comprehensive fini system with ChatGPT5 design
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 02:22:20 +00:00
7ecce09140 Merge pull request #27 from moe-charm/copilot/fix-26
[WIP] 🔥 Weak参照修正 + finiシステム完全実装(ChatGPT5設計)
2025-08-13 11:15:30 +09:00
014fac2b9b Phase 1 Complete: Fixed weak reference bug with dynamic ID parsing
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 02:11:07 +00:00
a70f685274 Merge pull request #25 from moe-charm/copilot/fix-24
[Feature] Complete Canvas Box ecosystem with 10 professional WASM demos
2025-08-13 10:01:44 +09:00
16cd53d125 Complete Canvas Box ecosystem with 10 professional WASM demos
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 00:36:32 +00:00
cfe550ac01 Implement core Canvas Boxes and 5 WASM demos
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 00:27:07 +00:00
d3de8bdcde Merge pull request #23 from moe-charm/copilot/fix-22
🔗 Complete Weak Reference System - Final 1% Implementation (Expert-Validated)
2025-08-13 08:41:16 +09:00
9826c7992b Final validation: multi-parent weak reference system complete
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 22:27:27 +00:00
c6a135193d Complete weak reference auto-nil system implementation
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 22:23:38 +00:00
5fe4891f19 Merge pull request #21 from moe-charm/copilot/fix-20
🔗 Implement Fundamental Weak Reference Architecture - Phase 2: Auto-Nil Mechanism
2025-08-13 06:33:12 +09:00
448638e67a 🔗 Implement Fundamental Weak Reference Architecture - Phase 2: Auto-Nil Mechanism
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 21:32:32 +00:00
5820d02ef7 Complete weak reference architecture with auto-nil simulation framework
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 21:31:06 +00:00
67e30315f3 Implement hybrid InstanceBox architecture with weak reference accessors
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 21:23:08 +00:00
df785daa79 Initial analysis: Identified weak reference auto-nil implementation needed
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 21:11:16 +00:00
53a4c9adec Merge pull request #19 from moe-charm/copilot/fix-17
🔗 Implement Weak Reference System for Memory Safety - Everything is Box + Circular Reference Prevention
2025-08-13 05:44:24 +09:00
339f7df617 Phase 4 Complete: Interpreter integration with weak field detection
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 20:36:00 +00:00
56af6c612f Phase 3 Complete: Parser extended with weak field support
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 20:27:20 +00:00
0f0edeeb9c Phase 2 Complete: NyashValue extended with WeakBox support
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 20:15:44 +00:00
f6d3669c68 Merge pull request #16 from moe-charm/copilot/fix-15
🚀 Stage 1: MIR基盤構築実装 - Complete Native Compilation Infrastructure
2025-08-12 20:41:59 +09:00
676cf21419 MIR Stage 1 Complete - Full Infrastructure + Testing + Demo
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 11:38:07 +00:00
774e0bb241 🚀 MIR Stage 1 Basic Infrastructure Complete - 20 Instructions + SSA + Effects
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 11:33:48 +00:00
a515bbd7c7 Merge pull request #14 from moe-charm/copilot/fix-13
🔥 NyashValue Enum Revolution - Complete Foundation Implementation
2025-08-12 19:14:06 +09:00
16eaadfdd2 🔥 Complete Phase 0 NyashValue Enum Foundation - Core Implementation
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 10:08:30 +00:00
3513c4f977 Merge pull request #12 from moe-charm/copilot/fix-11
🚀 Critical Box Registration + Revolutionary Multi-Delegation Implementation
2025-08-12 17:38:56 +09:00
c3fa8027dd 🎊 MISSION COMPLETE: All Critical Issues Resolved + Multi-Delegation!
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 08:31:33 +00:00
6abcf94d6f 🚀 MAJOR: Multi-Delegation Syntax Implementation Complete!
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 08:29:25 +00:00
7aa257872f CRITICAL FIX: Add missing StringBox, IntegerBox, BoolBox constructors
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 08:14:28 +00:00
dadb5afcff Initial investigation: Identified core Box registration issues
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 08:12:26 +00:00
a2c8f84de5 Merge pull request #10 from moe-charm/copilot/fix-9
🌐 Complete P2P Communication System Implementation - AI Conference Specification Compliant
2025-08-12 11:37:37 +09:00
494f413ddf Complete P2P system implementation with tests - all core functionality ready
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 01:39:51 +00:00
861201cab4 Implement complete P2P communication system with modern architecture
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-12 01:35:36 +00:00
15b2d230ab 🎓 feat: AI大会議決定書 + 新docs構造完成
📋 AI大会議正式決定書:
- ai_conference_overload_decision.md (関数オーバーロード不採用・ブロードキャスト除外)
- Gemini・ChatGPT両先生の統一見解記録
- C++ nyamesh無限ループ教訓を元にした安全性重視

📚 統合ドキュメント構造完成:
- docs/GETTING_STARTED.md (環境構築ガイド)
- docs/LANGUAGE_GUIDE.md (言語仕様統合版)
- docs/P2P_GUIDE.md (P2P通信システム完全ガイド)

🎯 Copilot実装準備完了:
- P2P実装に必要な全ドキュメント整備
- AI大会議決定事項の明確化
- 段階的実装計画の詳細化

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 10:13:11 +09:00
5080967ed3 📚 feat: docs/reference構造完成 + P2P実装Issue作成
🗂️ 重要ドキュメントをdocs/reference/に整理:
- language-reference.md (言語仕様完全リファレンス)
- override-delegation-syntax.md (デリゲーション構文仕様)
- design-philosophy.md (明示的デリゲーション革命)
- builtin-boxes.md (ビルトインBox型リファレンス)

🌐 P2P_IMPLEMENTATION_ISSUE.md作成:
- AI大会議仕様完全準拠
- 既存実装との違い明確化
- 段階的実装計画 (IntentBox→MessageBus→P2PBox)
- 包括的テスト要件
- Copilot実装用詳細仕様

🔄 docs/README.md更新:
- reference/構造反映
- アクセシビリティ向上

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 10:12:33 +09:00
97389210ab Merge pull request #8 from moe-charm/copilot/fix-7
🔧 Phase 1: Basic Box Complete Integration - Validate toString(), ArrayBox, and Cross-Type Operations
2025-08-12 09:27:18 +09:00
794e5eca91 Complete Phase 1: All requirements validated and working
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-11 23:54:50 +00:00
b30bea1e7a Merge pull request #6 from moe-charm/copilot/fix-5
🏗️ Infrastructure-First Strategy: Unified Import System + Complete DateTimeBox + Comparison Operators
2025-08-12 06:15:58 +09:00
535003118d Phase 4 complete: All comparison operators working perfectly
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-11 20:42:42 +00:00
2d3b6adf09 Phase 3 complete: DateTimeBox fully implemented and tested
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-11 20:38:39 +00:00