- Set up basic GitHub Actions workflow ✅ 2025-01-12
- Ubuntu Latest (GitHub Actions) ✅ 2025-01-12
- macOS Latest (GitHub Actions) ✅ 2025-01-12
- Windows WSL2 (Ubuntu) Support ✅ 2025-01-13
- Basic script execution ✅ 2025-01-13
- Cache directory paths ✅ 2025-01-13
- md5/md5sum compatibility ✅ 2025-01-13
- .NET and Mono detection/execution ✅ 2025-01-13
- Update test_fsi.fsx with core scenarios
- Basic execution with different argument patterns ✅ 2025-01-13
- Error handling (malformed scripts, missing deps)
- File path edge cases (spaces, special chars)
- Cache behavior verification
- Runtime detection logic
- Current Custom Framework
- Document current test framework design and features
- Ensure framework remains modular and replaceable
- Consider extracting to separate F# package if generally useful
- Future Framework Evaluation
- Evaluate existing F# test frameworks
- Expecto (F# native, property-based testing)
- FsUnit (NUnit wrapper)
- xUnit.net (Popular .NET option)
- NUnit (Classic option)
- Unquote (F# assertions)
- Document framework comparison results
- Migration plan if needed
- Evaluate existing F# test frameworks
- Basic progress display ✅ 2025-01-13
- Cross-platform output handling
- Windows console support
- CI-friendly output
- Terminal capability detection
- Optional fancy output features
- Progress spinner (when supported)
- Color output (when supported)
- Unicode symbols (when supported)
- Add benchmark tests to verify documented speeds
- Mono/F# (30-50ms claim)
- .NET Core (200-250ms claim)
- First-run compilation times
- Update README.md with verified numbers
- Add "Known Issues" section to README.md
- Add "Limitations" section
- Document WSL-specific considerations
- Add real-world usage examples
- Document cache location and management
- Verify all installation instructions
- Implement cache size limits
- Add cache statistics command
- Document cache cleanup procedures
- Create comprehensive release notes
- Prepare r/fsharp post draft
- Create example repository
- Document comparison with alternatives
- Monitor GitHub issues
- Track community feedback
- Document FAQs based on initial questions
- Plan improvements based on feedback
- Fedora Latest
- Debian Stable
- Arch Linux
- Alpine Linux (minimal environment test)
- macOS Intel verification
- macOS ARM (M1/M2) testing
- PowerShell Implementation
- Create fsi.ps1
- Cache directory management
- Hash computation equivalent
- Runtime detection (.NET/Mono)
- Path handling and normalization
- Windows with Git Bash
- CMD Implementation
- Create fsi.cmd
- Decide on PowerShell dependency
- Integration with existing F# tooling
- Advanced performance optimizations
- Script dependencies tracking
- Configuration file support
- Comprehensive Runtime Testing
- Test matrix across F# implementations
- Mono F# (versions: latest, LTS)
- .NET Core F# (versions: latest, LTS)
- Feature compatibility testing
- Document minimum F# version requirements
- Test for F# version-specific features
- Add feature detection where needed
- Error handling consistency
- Verify error messages across implementations
- Document implementation-specific differences
- Test matrix across F# implementations
- Runtime Configuration Testing
- Environment Variables
- F# specific variables
- .NET runtime variables
- Mono runtime variables
- Runtime Flags
- Optimization levels
- Memory limits
- Debug/verbose modes
- Assembly loading paths
- Document supported configurations
- Required/optional settings
- Default values
- Performance implications
- Environment Variables