-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f1f2c7292ac8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac66a74a66b7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 15 files changed
- 1 contributor
Commits on Apr 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e445827 - Browse repository at this point
Copy the full SHA e445827View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d52ba - Browse repository at this point
Copy the full SHA e3d52baView commit details -
Yay. Ruby made some errors statically fail. For next,break,redo:
- will fail in top-level scope as SyntaxError instead of LJE - will fail in eval as SyntaxError (we largely did something weird) In addition, yield will fail in toplevel scope with a SyntaxError. This change is great but we still have an outstanding issue. We IRBuild method bodies on demand. So this will throw a syntaxerror much later than MRI. This can be worked around but if we want to keep laziness we will need to mark non-lazy methods which contain these keywords and compile those eagerly. Also we need to do that without rewalking the planet to look for those nodes.
Configuration menu - View commit details
-
Copy full SHA for 4b1279e - Browse repository at this point
Copy the full SHA 4b1279eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac66a74 - Browse repository at this point
Copy the full SHA ac66a74View commit details
There are no files selected for viewing