May 2015 Archives by thread
Starting: Fri May 1 00:58:18 UTC 2015
Ending: Sun May 31 09:49:04 UTC 2015
Messages: 132
- hg: kulla/dev/langtools: Implement drop() in the API. Implement /drop in jshell. API change: currentResolution() and ResolutionStatus to be removed. Use new: status(), diagnostics(), unresolved() on JShellState.
robert.field at oracle.com
- hg: kulla/dev/langtools: Added tests for -startup, -nostartup commands.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Remove deprecated currentResolution() query, remove deprecated ResolutionStatus, remove implementation code for both.
robert.field at oracle.com
- hg: kulla/dev/langtools: In advance of returning keys for erroneous input, create ErroneousKind, Variety.Unknown, and the corresponing infrastructure.
robert.field at oracle.com
- hg: kulla/dev/langtools: Improving completion inside method header - reported by Andrei
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Update TODO
robert.field at oracle.com
- Issue tracking
Roy van Rijn
- hg: kulla/dev/langtools: Added tests for JShellState#drop(), /drop and completion of /drop command.
andrei.eremeev at oracle.com
- Bugs in JShellState#drop
andrei.eremeev
- hg: kulla/dev/langtools: variables(), methods(), and classes() should only return active keys. And should be documented accordingly
robert.field at oracle.com
- RFR: Fix incorrect .class suggestion for the member selection of the primitive-type expression
ShinyaYoshida
- Fwd: Build your own kulla.jar using a maven pom.xml file
Mani Sarkar
- hg: kulla/dev/langtools: Fix incorrect .class suggestion for the member selection of the primitive-type expression
bitterfoxc at gmail.com
- hg: kulla/dev/langtools: Begin shifting bugs from TODO to JBS tools/jshell.
robert.field at oracle.com
- hg: kulla/dev/langtools: More proper handling of type parameters
jan.lahoda at oracle.com
- Bugs in completion suggestion
andrei.eremeev
- hg: kulla/dev/langtools: Tests for completion suggestion:
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: In support of broader forward reference, allow symbol reference failures in variable definitions and class definitions. This breaks 10 tests expecting failure (one of which expects failure not to smash previous definition). Tests instead need to check Status.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080072: support for terminal editors. Experimental - needs testing
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Tests adjusted to the previous commit.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: For ActiveFailed use unresolved() instead of diagnostics, as does ActiveCorralled. Fix jshell tool accordingly. Update tests accordingly. Move more issues from the TODO list to JBS.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080394: JShell API: write more tests for getState().unresolved(declarationKey); ...
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Adding (experimental) ability to stop running user's code.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Updating version and TODO
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Improving completion in throws clause
bitterfoxc at gmail.com
- RFR 8080540: Missing target types and documentation in overridden method invocation
ShinyaYoshida
- hg: kulla/dev/langtools: 8080349: JShell API: Key for Replaced snippet should == Key for original
robert.field at oracle.com
- hg: kulla/dev/langtools: Clean-up: divide out eval() code from JShellStateImpl.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080540: Missing target types and documentation in overridden method invocation
bitterfoxc at gmail.com
- RFR 8080556: Contains incorrect target-type or documentation in invisible method or constructor invocation
ShinyaYoshida
- Kulla feedbacks from HackTheTower
Martijn Verburg
- Design decisions: forward reference, corralling, method keys
Robert Field
- hg: kulla/dev/langtools: 8080686: JShell tool: crash in jshell when variable cannot be referenced
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080714: JShell API: Disallow ActiveFailed on variables with initializers; ...
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080753: JShell tool: write tests for built-in editor and external edtior
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Eliminate dependency on ExtendedRobot.
andrei.eremeev at oracle.com
- Fix for 8080767: JShell tool: tool hangs during shutting down
andrei.eremeev
- hg: kulla/dev/langtools: 8080767: JShell tool: tool hangs during shutting down
andrei.eremeev at oracle.com
- JShell: coverage report
andrei.eremeev
- hg: kulla/dev/langtools: Remove classes that are no longer used.
robert.field at oracle.com
- hg: kulla/dev/langtools: Remove assorted unused methods. Disable EditorTestBase. Fix typo in CommandCompletionTest.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080715: JShell API: type-parameter component of MethodKey should be based on user entered type names; ...
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080556: JShell tool: Contains incorrect target-type or documentation in invisible method or constructor invocation
bitterfoxc at gmail.com
- RFR 8080557: JShell tool: Contains REPL class prefix in the documentation for the user defined method or class
ShinyaYoshida
- Closing REPL bugs
andrei.eremeev
- hg: kulla/dev/langtools: 8080882: JShell tool: write tests for command-line options
andrei.eremeev at oracle.com
- Plan of Internationalization
ShinyaYoshida
- Fix for 8080771
Andrei Eremeev
- hg: kulla/dev/langtools: 8080350: JShell API: return Key for all eval() even syntax failures
robert.field at oracle.com
- hg: kulla/dev/langtools: 8080557: JShell tool: Contains REPL class prefix in the documentation for the user defined method or class
bitterfoxc at gmail.com
- hg: kulla/dev/langtools: 8081274: JShell API: switch to status transition events
robert.field at oracle.com
- RFR 8081266: Tab completion shows static methods on instance variables
ShinyaYoshida
- Weird message for corralled message
andrei.eremeev
- Usability suggestion
Brian Goetz
- hg: kulla/dev/langtools: 8081266: jshell tool: Tab completion shows static methods on instance variables
bitterfoxc at gmail.com
- RFR 8081276: JShell tool: Completion contains nested class reference on instance variable
ShinyaYoshida
- hg: kulla/dev: Including jline in the build.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Including jline in the build.
jan.lahoda at oracle.com
- hg: kulla/dev/jdk: 3 new changesets
jan.lahoda at oracle.com
- jline integrated in the kulla repositories
Jan Lahoda
- Bugs
andrei.eremeev
- hg: kulla/dev/langtools: 8080396: JShell API: write tests for key queries when Status is not Active; ...
andrei.eremeev at oracle.com
- Kulla API changes: shifting to events
Robert Field
- hg: kulla/dev/jaxp: 13 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/corba: 11 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev: 67 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/jaxws: 7 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/nashorn: 41 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: 57 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/jdk: 261 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/hotspot: 357 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: 8081328: JShell API: full information from status transition events
robert.field at oracle.com
- hg: kulla/dev/langtools: 8081549: JShell API: replacing variable type such that compilation fails should go to ActiveFailed rather than RejectedFailed
robert.field at oracle.com
- hg: kulla/dev/langtools: 8081430: JShell API: Dropped and Overwritten snippets should not be updated
robert.field at oracle.com
- hg: kulla/dev/langtools: Removing unused class
jan.lahoda at oracle.com
- hg: kulla/dev/jdk: Removing unused class
jan.lahoda at oracle.com
Last message date:
Sun May 31 09:49:04 UTC 2015
Archived on: Sun May 31 09:49:06 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).