-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mrubyedge/sheetruby
base: copilot/create-mock-html-document
head repository: mrubyedge/sheetruby
compare: main
- 13 commits
- 14 files changed
- 4 contributors
Commits on Feb 16, 2026
-
Merge pull request #1 from mrubyedge/copilot/create-mock-html-document
Add mock documentation landing page
Configuration menu - View commit details
-
Copy full SHA for d2d77f7 - Browse repository at this point
Copy the full SHA d2d77f7View commit details
Commits on Mar 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a728eb2 - Browse repository at this point
Copy the full SHA a728eb2View commit details -
Add Makefile for build process
- Create Makefile to handle cargo build and file concatenation - Revert config.toml to output out.js (intermediate file) - Combined.js is now generated by cat pre.js out.js main.js Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b47e329 - Browse repository at this point
Copy the full SHA b47e329View commit details -
Add eval_ruby_script_float, _string, _bool functions
- Refactor common Ruby script execution into eval_ruby_script() - Add eval_ruby_script_float: returns f64 (NaN on error) - Add eval_ruby_script_string: returns C string pointer - Add eval_ruby_script_bool: returns 0 or 1 - Update EXPORTED_FUNCTIONS and add UTF8ToString - Add JavaScript wrapper functions in main.js Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a232b8 - Browse repository at this point
Copy the full SHA 7a232b8View commit details -
Enable mrubyedge-math for Math module support
- Initialize math module with mrubyedge_math::init_math() Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16be278 - Browse repository at this point
Copy the full SHA 16be278View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9868b6 - Browse repository at this point
Copy the full SHA a9868b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5077c21 - Browse repository at this point
Copy the full SHA 5077c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e7abdf - Browse repository at this point
Copy the full SHA 7e7abdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b3117d - Browse repository at this point
Copy the full SHA 9b3117dView commit details
Commits on Aug 31, 2026
-
Refresh the sheetruby teaser site
Update the site around the current Google Sheets integration.\nAdd responsive visuals, favicon, and social preview assets. Co-authored-by: Codex <codex@openai.com>
Configuration menu - View commit details
-
Copy full SHA for be64baa - Browse repository at this point
Copy the full SHA be64baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dad1605 - Browse repository at this point
Copy the full SHA dad1605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883ac4d - Browse repository at this point
Copy the full SHA 883ac4dView commit details -
Refresh the site palette, icon, favicon, and social preview assets. Co-authored-by: Codex <codex@openai.com>
Configuration menu - View commit details
-
Copy full SHA for ecfede2 - Browse repository at this point
Copy the full SHA ecfede2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff copilot/create-mock-html-document...main