shinokaro
shinokaro
This commit relocates the ocran.rb command script from the bin directory to the exe directory, aligning with the standard structure for Ruby gems. Additionally, the encoding comment has been removed...
This pull request introduces a Ruby-based implementation of the previously C-based `edicon.exe`. Opting for a Ruby reimplement over fixing the existing C code will shorten the build times and make...
@Largo The implementation of stub.c had security issues, such as the use of `strcat` with fixed-length buffers, and the code complexity made it difficult to review partial fixes due to...
We are planning to make stub.c compilable with Cosmocc. This is a low-priority goal and part of a long-term plan. Most Ruby developers are not familiar with the Windows API,...
https://github.com/Largo/ocran/issues/13 > As a first step, can we first have code that will make a directory with the source code and the ruby binaries + dlls / dlyb / so...
RUBYOPT or the --rubyopt option in OCRAN is the only way to provide Ruby startup options for executables generated by OCRAN. In the future, supporting the -r and -I options...
The “Build and Release Gem on windows” GitHub Actions workflow completes without errors, but the built gem is not pushed to RubyGems.org. ### Steps to Reproduce 1. Push a tag...
When packaging a script that calls require 'zlib', the generated EXE fails at runtime with: ``` LoadError: 14001: The application has failed to start because its side-by-side configuration is incorrect....
## Summary When using Bundler in a development environment where a local gem is loaded via the `gemspec` directive in the Gemfile, OCRAN raises an error during gemspec detection. Specifically,...
CI tests are failing under Ruby 3.4, despite previous test runs with Ruby 3.4 having passed successfully. I suspect the latest release from RubyInstaller may be affecting the outcome. A...