April 2015 Archives by thread
Starting: Wed Apr 1 03:32:18 UTC 2015
Ending: Thu Apr 30 18:43:24 UTC 2015
Messages: 152
- hg: kulla/dev/langtools: Check for conflicting command line options.
robert.field at oracle.com
- hg: kulla/dev/langtools: Add type name tests: no import, star import, named import, static import, java.lang.
robert.field at oracle.com
- Crashes in REPL
andrei.eremeev
- hg: kulla/dev/langtools: Regression tests for crashes in class loading.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Unfinished member select from a package may look like a TypeElement, adjusting to that.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Avoiding invalid completions after start import.
jan.lahoda at oracle.com
- Missing suggestions for full qualified name in the assignment or the parameter
Jan Lahoda
- hg: kulla/dev/langtools: Fix self-referential inner class loading issues. Optimize class loading.
robert.field at oracle.com
- hg: kulla/dev/langtools: Update RemoteCodes and TODO.
robert.field at oracle.com
- Implementation of .class suggestion
ShinyaYoshida
- hg: kulla/dev/langtools: 2 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Add external editor support. Add /seteditor command. Change editor update comparison to snippet source level -- no false updates. Also: rename to /setstart and /savestart.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix ToolBasicTest.testStartSet.
robert.field at oracle.com
- hg: kulla/dev/langtools: Making CommandCompletionTest.testClassPath independent on other tests
jan.lahoda at oracle.com
- Completion bug
andrei.eremeev
- CCE in suggestion for the method parameter
ShinyaYoshida
- hg: kulla/dev/langtools: Fixing finding of snippets in /edit - if something is found, don't print an error.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Editor fixes:
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix NPE on XXX.<tab>
robert.field at oracle.com
- hg: kulla/dev/langtools: When editing a multi-line snippet from the history, narrow the history search to the snippet only, as suggested by Brian.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Adjusting version.
jan.lahoda at oracle.com
- Project page update
Martijn Verburg
- How to build kulla.jar
Mani Sarkar
- Javac compiler error discovered via project Kulla REPL?
Martijn Verburg
- hg: kulla/dev/langtools: Expand ~/ to user's home.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: TODO update: feedback from Hackday. Re-org markers.
robert.field at oracle.com
- Java REPL in 300 lines of Java code
Mani Sarkar
- Fixset around SHIFT-TAB documentation
ShinyaYoshida
- hg: kulla/dev/langtools: API overhaul snippet->key, step 1.
robert.field at oracle.com
- hg: kulla/dev/langtools: API overhaul snippet->key, step 2.
robert.field at oracle.com
- Kulla API changes
Brian Goetz
- Enhancement completion for new class expressions
ShinyaYoshida
- Illegal suggestion for the member of the class which have the static initializer
ShinyaYoshida
- Huge output causes UTFDataFormatException
ShinyaYoshida
- Documentation for the var-arg method
ShinyaYoshida
- hg: kulla/dev/langtools: Unifying REPL tool and IOContext history; making console history persistent.
jan.lahoda at oracle.com
- CFV: New Kulla Committer: Shinya Yoshida
Robert Field
- hg: kulla/dev/langtools: API overhaul snippet->key, step 3: new API in place, alongside old.
robert.field at oracle.com
- hg: kulla/dev/langtools: Removed all uses of SnippetInfo and its subclasses.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Negative tests for signature, source, variety.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: API overhaul snippet->key, step 4. Remove use of old EvalState queries for REPL tool, and delete them from the API and implementation.
robert.field at oracle.com
- hg: kulla/dev/langtools: API overhaul snippet->key, step 5. Convert UnresolvedException from returning a SnippetInfo to returning a MethodKey.
robert.field at oracle.com
- hg: kulla/dev/langtools: API overhaul snippet->key, step 6-FINAL. Rewrite all remaining internal/external references to SnippetInfo and its subinterfaces. Remove SnippetInfo and its subinterfaces. Rename Key.keykind() to kind().
robert.field at oracle.com
- hg: kulla/dev: 109 new changesets
robert.field at oracle.com
- hg: kulla/dev/jdk: 298 new changesets
robert.field at oracle.com
- Bugs in completion suggestion
andrei.eremeev
- Bugs in documentation suggestions
andrei.eremeev
- hg: kulla/dev/langtools: Tests for documentation suggestions.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: New class expression fixes:
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: 58 new changesets
robert.field at oracle.com
- hg: kulla/dev/jdk: 2 new changesets
robert.field at oracle.com
- hg: kulla/dev/corba: 16 new changesets
robert.field at oracle.com
- hg: kulla/dev/hotspot: 200 new changesets
robert.field at oracle.com
- hg: kulla/dev/jaxws: 16 new changesets
robert.field at oracle.com
- hg: kulla/dev/jaxp: 26 new changesets
robert.field at oracle.com
- hg: kulla/dev/nashorn: 61 new changesets
robert.field at oracle.com
- hg: kulla/dev/langtools: Move the Kulla source and test directories into place in the standard langtools directory structure: src/jdk.eval test/jdk/eval. For now, old scripts have been updated: compile.sh run.sh test.sh . One test failure: KullaCompletenessStressTest looking for source directory.
robert.field at oracle.com
- Steps towards integrating Kulla into JDK9
Robert Field
- Suggestions in the member selection expression shouldn't contain the constructor
ShinyaYoshida
- hg: kulla/dev/langtools: Update TODO
robert.field at oracle.com
- hg: kulla/dev/langtools: Adjusting KullaCompletenessStressTest.java to the new source code layout
jan.lahoda at oracle.com
- hg: kulla/dev: Ajust modules.xml to know about jdk.eval; related build changes
jan.lahoda at oracle.com
- hg: kulla/dev/jdk: Adding jshell launcher
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: More adjustments to the new layout
jan.lahoda at oracle.com
- Captured value of a lambda semantics
Remi Forax
- import static result message is weird
Remi Forax
- printf can not print an integer
Remi Forax
- Replaceing an interface
Remi Forax
- Kulla JEP update -- feedback requested
Robert Field
- hg: kulla/dev/langtools: Fix handling of Replaced declaration that breaks an existing declaration in a way which cannot be corralled.
robert.field at oracle.com
- hg: kulla/dev/langtools: Rename classes consistent with the new JShell naming.
robert.field at oracle.com
- hg: kulla/dev/jdk: Renaming files from jdk.eval to jdk.jshell as per recent proposal (changes by Robert)
jan.lahoda at oracle.com
- hg: kulla/dev: Renaming files from jdk.eval to jdk.jshell as per recent proposal (changes by Robert)
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: TODO update.
robert.field at oracle.com
- hg: kulla/dev/langtools: Flatten Key subinterfaces as nested interfaces of Key rather than of grouping subinterfaces. Add PersistentKey grouping that includes ImportKey and all DeclarationKey. Switch the flag on Key.Kind to align with that.
robert.field at oracle.com
- hg: kulla/dev/langtools: jshell implementation and API for /drop functionality: deleting a declaration/import. Incomplete drop implenetation. Beginnings of a status(Key) implementation which will support drop and declaration failures and indirectly cause the unraveling of ResolutionStatus.
robert.field at oracle.com
Last message date:
Thu Apr 30 18:43:24 UTC 2015
Archived on: Thu Apr 30 18:43:29 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).