Bassam (Sam) Khouri
Bassam (Sam) Khouri
That is nothing a valid version. Sent from my BlackBerry - the most secure mobile device From: [email protected]: July 18, 2017 5:40 PMTo: [email protected]: [email protected]: [email protected]; [email protected]: Re: [rainmanwy/robotframework-SikuliLibrary] Upgading...
Did you try using the `Test Setup` and `Test Teardown` in conjunction with the `Test Template` in the `*** Settings ***` section of a robot test suite? http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#test-setup-and-teardown Here is...
Changing the clojure object to a map is not an option for what I'm trying to do as there is alot of risk to it. All clojure`object` type seem to...
is there an ETA on when this package will support python3?
Is there an update on adding the python documentation?
Based on the rules source code, the downloaded tar.gz file has a `ruby-build` that knows about version 3.3.1 Steps to reproduce: 1. Point my browser to https://github.com/rbenv/ruby-build/archive/refs/tags/v20240423.tar.gz and save the...
With the manually downloaded `tar.gz` files, the `ruby-build` version is ``` ❯ curl "https://github.com/rbenv/ruby-build/archive/refs/tags/v20240423.tar.gz" --location -o ruby-build-20240423.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload...
After manually modifying the locally downloaded `download.bzl` from the `bazel_dep` defined in `MODULE.bazel`, I get the following ``` DEBUG: /Volumes/BazelOut/_bazel_bassam/49638b6383ca98bc7c45c8f9c0c8e8c7/external/rules_ruby~/ruby/private/download.bzl:221:10: *** ruby-build --version stderr: DEBUG: /Volumes/BazelOut/_bazel_bassam/49638b6383ca98bc7c45c8f9c0c8e8c7/external/rules_ruby~/ruby/private/download.bzl:222:10: *** ruby-build --version stdout:...
Something weird is happening, probably with `bazel`. When I modify the `download.bzl` to call `ruby-build --defintions`, I see the following ``` DEBUG: /Volumes/BazelOut/_bazel_bassam/49638b6383ca98bc7c45c8f9c0c8e8c7/external/rules_ruby~/ruby/private/download.bzl:215:10: Ruby build URL: https://github.com/rbenv/ruby-build/archive/refs/tags/v20240423.tar.gz DEBUG: /Volumes/BazelOut/_bazel_bassam/49638b6383ca98bc7c45c8f9c0c8e8c7/external/rules_ruby~/ruby/private/download.bzl:223:10: ***...
Here are other dependencies , but the error was happening before adding those reps. ``` bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support") bazel_dep(name = "bazel_skylib", version = "1.6.1")...