Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
server/Analyzer.scala ReloadFilesReq Java only generates no reply
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
richard emberson  
View profile  
 More options Oct 15 2012, 9:03 pm
From: richard emberson <richard.ember...@gmail.com>
Date: Mon, 15 Oct 2012 18:03:20 -0700
Local: Mon, Oct 15 2012 9:03 pm
Subject: server/Analyzer.scala ReloadFilesReq Java only generates no reply

In the ENSIME file server/Analyzer.scala, the case
handling ReloadFilesReq, if there are only Java files
then NO reply is generated.

project ! RPCResultEvent(toWF(true), callId)

is called ONLY if there are scala files in the list of
files to typecheck.

Richard

--
Quis custodiet ipsos custodes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aemon Cannon  
View profile  
 More options Oct 15 2012, 9:04 pm
From: Aemon Cannon <aemoncan...@gmail.com>
Date: Mon, 15 Oct 2012 21:04:21 -0400
Local: Mon, Oct 15 2012 9:04 pm
Subject: Re: server/Analyzer.scala ReloadFilesReq Java only generates no reply

Thanks richard,

I'm keeping track of these bugs as you send them.

On Mon, Oct 15, 2012 at 9:03 PM, richard emberson <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "public-symbol-search java io File" by richard emberson
richard emberson  
View profile  
 More options Nov 18 2012, 12:25 pm
From: richard emberson <richard.ember...@gmail.com>
Date: Sun, 18 Nov 2012 09:24:57 -0800
Local: Sun, Nov 18 2012 12:24 pm
Subject: public-symbol-search java io File
Running emacs with Ensime and entering the search terms:
"java" "io" "File"
I get no results, not "java.io.File" as shown
in the user manual
aemoncannon.github.com/ensime/index.html/

The search seems to only display results from the
project code, not from reference source roots.
Is this a "real" example that one can expect to
get?

Richard
--
Quis custodiet ipsos custodes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aemon Cannon  
View profile  
 More options Dec 6 2012, 12:36 am
From: Aemon Cannon <aemoncan...@gmail.com>
Date: Thu, 6 Dec 2012 00:36:03 -0500
Local: Thurs, Dec 6 2012 12:36 am
Subject: Re: public-symbol-search java io File

Hmm, works for me in latest.

On Sun, Nov 18, 2012 at 12:24 PM, richard emberson <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
richard emberson  
View profile  
 More options Dec 6 2012, 8:45 pm
From: richard emberson <richard.ember...@gmail.com>
Date: Thu, 06 Dec 2012 17:45:56 -0800
Local: Thurs, Dec 6 2012 8:45 pm
Subject: Re: public-symbol-search java io File
With Ensime version 0.8.2
here is the output of the Ensime server
when I search for "java" "io"

Handling RPC: (swank:public-symbol-search ("java" "io") 200)
Received keywords: List(java, io)
Handling query: +tags:java* +tags:io*
Writing: (:return (:ok ()) 6)

Is there anything in the Ensime configuration file that
is required for it to search across Java libraries?

Richard

On 12/05/2012 09:36 PM, Aemon Cannon wrote:

--
Quis custodiet ipsos custodes

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aemon Cannon  
View profile  
 More options Dec 6 2012, 8:59 pm
From: Aemon Cannon <aemoncan...@gmail.com>
Date: Thu, 6 Dec 2012 20:59:23 -0500
Local: Thurs, Dec 6 2012 8:59 pm
Subject: Re: public-symbol-search java io File

Hey Richard, can you send me a paste of your inferior-ensime-buffer?
I'm guessing the libs aren't getting indexed for some reason..

On Thu, Dec 6, 2012 at 8:45 PM, richard emberson <richard.ember...@gmail.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
richard emberson  
View profile  
 More options Dec 7 2012, 12:13 am
From: richard emberson <richard.ember...@gmail.com>
Date: Thu, 06 Dec 2012 21:13:00 -0800
Subject: Re: public-symbol-search java io File

What is an inferior-ensime-buffer?
My Ensime client for Vim is written in VimL (Vim's
scripting language).
When I start the Ensime server from the Vim process, I
do (optionally) pipe its output to a log file.
Would that be the same thing? If so, its attached.

Richard

On 12/06/2012 05:59 PM, Aemon Cannon wrote:

--
Quis custodiet ipsos custodes

  ENSIME_LOG
47K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
richard emberson  
View profile  
 More options Dec 8 2012, 9:06 pm
From: richard emberson <richard.ember...@gmail.com>
Date: Sat, 08 Dec 2012 18:06:35 -0800
Local: Sat, Dec 8 2012 9:06 pm
Subject: Re: public-symbol-search java io File
Yea, works for me. I had disable-index-on-startup set to
'nil' but before the fix in ProjectConfig.getBool this
resulted in 'true'.

Richard

On 12/05/2012 09:36 PM, Aemon Cannon wrote:

--
Quis custodiet ipsos custodes

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aemon Cannon  
View profile  
 More options Dec 11 2012, 10:36 am
From: Aemon Cannon <aemoncan...@gmail.com>
Date: Tue, 11 Dec 2012 10:36:57 -0500
Local: Tues, Dec 11 2012 10:36 am
Subject: Re: public-symbol-search java io File

Ah. Great : )

On Sat, Dec 8, 2012 at 9:06 PM, richard emberson <richard.ember...@gmail.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »