1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from amrali/auto-claude/013-add-memory-pointer-bounds-checking More... 5 months ago
Merge branch 'master' into auto-claude/013-add-memory-pointer-bounds-checking More... 5 months ago
Merge pull request #9 from amrali/auto-claude/008-explain-the-translator-s-cell-partitioning-algorit More... 5 months ago
Merge pull request #8 from amrali/auto-claude/007-document-constructor-parameters-for-interpreter-an More... 5 months ago
auto-claude: subtask-1-3 - Add inline comments to _translate() explaining the translation pipeline More... 5 months ago
auto-claude: subtask-1-2 - Add inline comments to _map() explaining the neare More... 5 months ago
auto-claude: subtask-1-2 - Add docstring to Translator.__init__ documenting all parameters More... 5 months ago
auto-claude: subtask-1-1 - Add inline comments to _init_code() explaining the counter value (8), partition formula (2*i*ctr), loop mechanics, and trade-off More... 5 months ago
Merge pull request #6 from amrali/auto-claude/011-port-codebase-to-python-3-compatibility More... 5 months ago
Merge branch 'master' into auto-claude/011-port-codebase-to-python-3-compatibility More... 5 months ago
auto-claude: subtask-1-1 - Add docstring to Interpreter.__init__ documenting all parameters More... 5 months ago
Merge pull request #5 from amrali/auto-claude/021-python-2-eol-no-security-patches-for-known-vulnera More... 5 months ago
fix: include instruction position in bounds check error messages (qa-requested) More... 5 months ago
auto-claude: subtask-3-1 - Run all existing tests to verify no regressions More... 5 months ago
chore: add auto-claude entries to .gitignore More... 5 months ago
auto-claude: subtask-2-2 - Add test for pointer underflow More... 5 months ago
auto-claude: subtask-2-1 - Add test for pointer overflow More... 5 months ago
auto-claude: subtask-1-2 - Add bounds check for '<' operation More... 5 months ago
auto-claude: subtask-1-1 - Add bounds check for '>' operation More... 5 months ago
auto-claude: subtask-6-1 - Run full test suite and verify no Python 2 constru More... 5 months ago
auto-claude: subtask-5-1 - Update setup.py classifiers for Python 3 More... 5 months ago
auto-claude: subtask-3-2 - Update bin/pybf: ensure Python 3 shebang More... 5 months ago
auto-claude: subtask-1-6 - Fix setup.py More... 5 months ago
auto-claude: subtask-3-1 - Update setup.py: migrate to setuptools and replace More... 5 months ago
auto-claude: subtask-1-5 - Fix test_translator.py: Replace StringIO import and file() builtins More... 5 months ago
auto-claude: subtask-2-3 - Update test_translator.py: replace StringIO import More... 5 months ago
auto-claude: subtask-2-2 - Update test_interpreter.py: replace StringIO import and file() builtin More... 5 months ago
auto-claude: subtask-1-4 - Fix test_interpreter.py: Replace StringIO import and file() builtins More... 5 months ago
auto-claude: subtask-2-1 - Update test/__init__.py: fix relative imports More... 5 months ago
auto-claude: subtask-1-3 - Fix __init__.py: Replace file() builtin with open() More... 5 months ago