-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vrurg/raku-Cro-RPC-JSON
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vrurg/raku-Cro-RPC-JSON
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 38 files changed
- 1 contributor
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3802603 - Browse repository at this point
Copy the full SHA 3802603View commit details
Commits on Jan 31, 2021
-
Remove 'CPAN' from the upload message
(cherry picked from commit 0b2e3e8)
Configuration menu - View commit details
-
Copy full SHA for ccc81b9 - Browse repository at this point
Copy the full SHA ccc81b9View commit details -
It's ok if more notifications got emitted than we expected. Just don't let it break the test. (cherry picked from commit ef933c9)
Configuration menu - View commit details
-
Copy full SHA for 3f86e96 - Browse repository at this point
Copy the full SHA 3f86e96View commit details -
Fix for null
paramskey of the request objectNot sure what other JSON-RPC JavaScript clients do, but rpc-websockets sets request object `params` to `null`. Because the key exists we can't make `has-params` method return _False_. But because it's undefined it's ok not to use it. (cherry picked from commit f16d751)
Configuration menu - View commit details
-
Copy full SHA for 6a94900 - Browse repository at this point
Copy the full SHA 6a94900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b90cc - Browse repository at this point
Copy the full SHA 61b90ccView commit details
Commits on Feb 7, 2021
-
Fix a bug with methods returning Nil or Mu
Correctly translate it into JSON `null`.
Configuration menu - View commit details
-
Copy full SHA for 2b7aba8 - Browse repository at this point
Copy the full SHA 2b7aba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f333ce0 - Browse repository at this point
Copy the full SHA f333ce0View commit details -
Sometimes 1+ extra messages could be emitted before socket closes. It's ok.
Configuration menu - View commit details
-
Copy full SHA for 06e8054 - Browse repository at this point
Copy the full SHA 06e8054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df3b37 - Browse repository at this point
Copy the full SHA 3df3b37View commit details -
Implemented marshalling/unmarshalling of args and returns
Now, even less of the boilerplate! Unfortunately, to do full-fledged unmarshalling I need PR tadzik/JSON-Unmarshal#33 to be merged. Until then I incorporated the module as `Cro::RPC::JSON::Unmarshal` with the necessary modifications.
Configuration menu - View commit details
-
Copy full SHA for 96c65f7 - Browse repository at this point
Copy the full SHA 96c65f7View commit details -
Minor: prevent trating test data hash as a block
Looks lik `m:s/.../` kind of regex causes it.
Configuration menu - View commit details
-
Copy full SHA for 68e53b2 - Browse repository at this point
Copy the full SHA 68e53b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f22a49f - Browse repository at this point
Copy the full SHA f22a49fView commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ce999bd - Browse repository at this point
Copy the full SHA ce999bdView commit details
Loading
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 main...master