July 2015 Archives by thread
Starting: Wed Jul 1 05:05:14 UTC 2015
Ending: Fri Jul 31 19:56:03 UTC 2015
Messages: 131
- How to build kulla
Mani Sarkar
- UI review: jshell commands
Paul Sandoz
- Initial and partial high-level REPL API review
Paul Sandoz
- Kulla bug: class literals
Brian Goetz
- hg: kulla/dev/langtools: 8130356: JShell tests: write tests for interruption by Ctrl+C
andrei.eremeev at oracle.com
- Where is Robert?
Robert Field
- hg: kulla/dev/langtools: 8129942: JShell tests: add tests for '/n', '/-n' and '/!'
andrei.eremeev at oracle.com
- Kulla: Please review JShell API
Robert Field
- Kulla build broken on Mac
Ben Evans
- hg: kulla/dev/corba: 11 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev: 54 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/jaxws: 13 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/jaxp: 22 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/nashorn: 55 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/hotspot: 185 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: 31 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/jdk: 249 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/jdk: Disabling jcheck
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: 8130946: JShell API: failed import should not persist
robert.field at oracle.com
- JShell Feature Request
Hariharan Vijayakumar
- Classpath Bug - crashing on auto-complete attempt
Nikolay Botev
- Classpath Bug -
Nikolay Botev
- Annotation on public method does not work if annotation is placed before public modifier
Nikolay Botev
- Failed to run kulla on Mac OS X Yosemite 10.10.3
Ben Yu
- Bug - Cannot enter multi-line comments
Nikolay Botev
- hg: kulla/dev/langtools: build-jar.sh should be working again.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Partial conversion to source-snippet based entities (away from Key based). Docs have not been updated. Several tests fail, though much of the test infrastructure have been changed to reflect new expectations.
robert.field at oracle.com
- hg: kulla/dev/langtools: 2 new changesets
robert.field at oracle.com
- hg: kulla/dev/langtools: Down to a handfull of failures.
robert.field at oracle.com
- hg: kulla/dev/langtools: Adjust tests.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: 8131190: JShell API: Switch the API to Snippet-based (but not yet docs). Previous commits and subsequent fixes and test updates (including this one).
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131203: JShell API: fold jdk.internal.jshell.impl into jdk.jshell
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131199: JShell API: make constructors package-private. Also move immutable accessors to Snippet from JShell.
robert.field at oracle.com
- Lock on Kulla lifted
Robert Field
- hg: kulla/dev/langtools: 8130456: JShell API: rename JShell.SubscriptionToken -> JShell.Subscription
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130456: JShell API: rename JShell.SubscriptionToken -> JShell.Subscription (new files)
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131307: (partial) Update docs to refer to Snippet rather than Key
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131646: JShell API: collapse ImportDeclaration into SubKind
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131307: (partial:Snippet) Update docs to refer to Snippet rather than Key. And on-going doc work.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131307: (partial:DeclarationSnippet) Update docs to refer to Snippet rather than Key. Remove signature() from DeclarationSnippet, add typeName() to VariableDeclSnippet.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131307: (partial:JShell and Snippet subclasses) Update docs to refer to Snippet rather than Key.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130637 (partial): JShell API: Deeper API docs. Fix javadoc errors.
robert.field at oracle.com
- hg: kulla/dev/langtools: Streamification
ShinyaYoshida
- RFR 8129935: JShell Tool: Variable decl which is for the variable of the type of multi-byte character shows the unicode string as the type
ShinyaYoshida
- hg: kulla/dev/langtools: Streamification of SourceCodeAnalysisImpl
bitterfoxc at gmail.com
- hg: kulla/dev/langtools: 8131189: JShell API: Switch API to source Snippet based (away from Key-based); ...
robert.field at oracle.com
- Questions about JShell
Barry Burd
- hg: kulla/dev/langtools: 8129935: JShell Tool: Variable decl which is for the variable of the type of multi-byte character shows the unicode string as the type
bitterfoxc at gmail.com
- hg: kulla/dev/langtools: 8131897: JShell API: Add package doc. Also hide implementation packages and fix a the name of the Snippet accessor on UnresolvedException.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130637: (partial:JShell, Snippet, Kind, SubKind, Status) JShell API: Deeper API docs.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8132055: JShell API: Change SnippetStatusEvent to an interface. And fill in its docs.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130637: (partial:DeclarationSnippet, ErroneousSnippet, EvalException, UnresolvedException) JShell API: Deeper API docs.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130453: JShell API: add setIdGenerator and setTempVariableNameGenerator; ...
robert.field at oracle.com
- hg: kulla/dev/langtools: 8131312: JShell Testing: Test Subscription; ...
andrei.eremeev at oracle.com
- Kulla binaries: missing native library
Eugene Zhuravlev
- hg: kulla/dev/langtools: 8132201: JShell API: switch to builder pattern for JShell creation
robert.field at oracle.com
- hg: kulla/dev/langtools: 8132124: JShell tool: '/save all' does not save startup snippets
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130637: JShell API: Deeper API docs. The lat of several commits -- enhancing and rewriting the javadoc comments.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8130455: JShell API: clarify concurrency in the API javadocs. Last of API update issues.
robert.field at oracle.com
- hg: kulla/dev/langtools: 8132293: JShell API: Use factory method for builder.
robert.field at oracle.com
- Kulla: JShell API ready for round two review
Robert Field
- hg: kulla/dev/langtools: Fix in assertEvalFail.
andrei.eremeev at oracle.com
- Error when running kulla.jar against JDK 1.9.0 ea
Peter Wong
Last message date:
Fri Jul 31 19:56:03 UTC 2015
Archived on: Mon Oct 12 14:34:32 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).