--
You received this message because you are subscribed to the Google Groups "scala-internals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-interna...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-internals+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-internals+unsubscribe@googlegroups.com.
PiyushThanks,Hey Adriaan,Thank you for all your help. Is there a possible example or tests where #4544 and the default reporter are used so as to get a better understanding of their working?On Thu, Jan 26, 2017 at 7:02 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Hi,Welcome! It's possible to change the error reporter using a command line switch, thanks to #4544. A custom reporter should let you reverse the order of messages.Here's the default reporter: https://github.com/scala/scala/blob/2.12.x/src/compiler/scala/tools/nsc/reporters/ConsoleReporter.scala.cheersadriaangetting started docs:
On Tue, Jan 24, 2017 at 8:49 PM Piyush Jaiswal <piyush....@st.niituniversity.in> wrote:
Hi everyone,--
I'm new here to scala and want to be a part of the scala project. I found the issue SI-9729 related to compilers and wanted to work on it. Could anyone help me get started?
Thanks,
Piyush
You received this message because you are subscribed to the Google Groups "scala-internals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-interna...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-interna...@googlegroups.com.
I'm not aware of much test coverage for the reporter interface. That could be a good place to start your investigation into this feature!
On Thu, Jan 26, 2017 at 11:37 PM Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
PiyushThanks,Hey Adriaan,Thank you for all your help. Is there a possible example or tests where #4544 and the default reporter are used so as to get a better understanding of their working?On Thu, Jan 26, 2017 at 7:02 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Hi,Welcome! It's possible to change the error reporter using a command line switch, thanks to #4544. A custom reporter should let you reverse the order of messages.Here's the default reporter: https://github.com/scala/scala/blob/2.12.x/src/compiler/scala/tools/nsc/reporters/ConsoleReporter.scala.cheersadriaangetting started docs:
On Tue, Jan 24, 2017 at 8:49 PM Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
Hi everyone,--
I'm new here to scala and want to be a part of the scala project. I found the issue SI-9729 related to compilers and wanted to work on it. Could anyone help me get started?
Thanks,
Piyush
You received this message because you are subscribed to the Google Groups "scala-internals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-internals+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-internals+unsubscribe@googlegroups.com.
Could you tell me where I'm going wrong?Hey Adriaan,Sorry for the late reply, my college submissions were due. I was trying to run some tests but faced a problem. "sbt test" and "sbt partest" seem to be working fine, but "partest" for a subset of tests as mentioned in the scala hacker guide is not working for me. Here's my error:
piyush@UTD:~/Documents/programs/GIT/scala/test$ partest files/run/*interpol*
No command 'partest' found, did you mean:
Command 'paxtest' from package 'paxtest' (universe)
partest: command not found
On Sat, Jan 28, 2017 at 1:22 AM, Adriaan Moors <adr...@lightbend.com> wrote:
I'm not aware of much test coverage for the reporter interface. That could be a good place to start your investigation into this feature!
On Thu, Jan 26, 2017 at 11:37 PM Piyush Jaiswal <piyush....@st.niituniversity.in> wrote:
PiyushThanks,Hey Adriaan,Thank you for all your help. Is there a possible example or tests where #4544 and the default reporter are used so as to get a better understanding of their working?On Thu, Jan 26, 2017 at 7:02 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Hi,Welcome! It's possible to change the error reporter using a command line switch, thanks to #4544. A custom reporter should let you reverse the order of messages.Here's the default reporter: https://github.com/scala/scala/blob/2.12.x/src/compiler/scala/tools/nsc/reporters/ConsoleReporter.scala.cheersadriaangetting started docs:
On Tue, Jan 24, 2017 at 8:49 PM Piyush Jaiswal <piyush....@st.niituniversity.in> wrote:
Hi everyone,--
I'm new here to scala and want to be a part of the scala project. I found the issue SI-9729 related to compilers and wanted to work on it. Could anyone help me get started?
Thanks,
Piyush
You received this message because you are subscribed to the Google Groups "scala-internals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-interna...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-interna...@googlegroups.com.
Ah, the hacker guide probably needs to be updated. The partest command is now an sbt task, so you run it from inside the sbt shell.
The recommended workflow is to first start sbt and then enter commands from its shell.
On Fri, Feb 3, 2017 at 06:50 Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
Could you tell me where I'm going wrong?Hey Adriaan,Sorry for the late reply, my college submissions were due. I was trying to run some tests but faced a problem. "sbt test" and "sbt partest" seem to be working fine, but "partest" for a subset of tests as mentioned in the scala hacker guide is not working for me. Here's my error:
piyush@UTD:~/Documents/programs/GIT/scala/test$ partest files/run/*interpol*
No command 'partest' found, did you mean:
Command 'paxtest' from package 'paxtest' (universe)
partest: command not found
On Sat, Jan 28, 2017 at 1:22 AM, Adriaan Moors <adr...@lightbend.com> wrote:
I'm not aware of much test coverage for the reporter interface. That could be a good place to start your investigation into this feature!
On Thu, Jan 26, 2017 at 11:37 PM Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
PiyushThanks,Hey Adriaan,Thank you for all your help. Is there a possible example or tests where #4544 and the default reporter are used so as to get a better understanding of their working?On Thu, Jan 26, 2017 at 7:02 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Hi,Welcome! It's possible to change the error reporter using a command line switch, thanks to #4544. A custom reporter should let you reverse the order of messages.Here's the default reporter: https://github.com/scala/scala/blob/2.12.x/src/compiler/scala/tools/nsc/reporters/ConsoleReporter.scala.cheersadriaangetting started docs:
On Tue, Jan 24, 2017 at 8:49 PM Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
Hi everyone,--
I'm new here to scala and want to be a part of the scala project. I found the issue SI-9729 related to compilers and wanted to work on it. Could anyone help me get started?
Thanks,
Piyush
You received this message because you are subscribed to the Google Groups "scala-internals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-internals+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-internals+unsubscribe@googlegroups.com.
Ok, got it. Still, is there any way for testing solely the test files that I add?
On Sat, Feb 4, 2017 at 1:29 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Ah, the hacker guide probably needs to be updated. The partest command is now an sbt task, so you run it from inside the sbt shell.
The recommended workflow is to first start sbt and then enter commands from its shell.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-interna...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-interna...@googlegroups.com.
Yes, mostly :-) Wildcards are not supported in file names, but explicit file names work the same way, and there's also --grep, which does wildcards
On Fri, Feb 3, 2017 at 13:18 Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
Ok, got it. Still, is there any way for testing solely the test files that I add?
On Sat, Feb 4, 2017 at 1:29 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Ah, the hacker guide probably needs to be updated. The partest command is now an sbt task, so you run it from inside the sbt shell.
The recommended workflow is to first start sbt and then enter commands from its shell.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-internals+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-internals+unsubscribe@googlegroups.com.
Thanks Adriaan. I have written few tests for ConsoleReporter.scala, could you review it?
On Sat, Feb 4, 2017 at 2:08 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Yes, mostly :-) Wildcards are not supported in file names, but explicit file names work the same way, and there's also --grep, which does wildcards
On Fri, Feb 3, 2017 at 13:18 Piyush Jaiswal <piyush....@st.niituniversity.in> wrote:
Ok, got it. Still, is there any way for testing solely the test files that I add?
On Sat, Feb 4, 2017 at 1:29 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Ah, the hacker guide probably needs to be updated. The partest command is now an sbt task, so you run it from inside the sbt shell.
The recommended workflow is to first start sbt and then enter commands from its shell.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-interna...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-interna...@googlegroups.com.
Thanks! If you submit a pull request, someone will review it ASAP. We do this as a team, but I'll also take a look when I get a chance.
On Sat, Feb 4, 2017 at 13:33 Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
Thanks Adriaan. I have written few tests for ConsoleReporter.scala, could you review it?
On Sat, Feb 4, 2017 at 2:08 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Yes, mostly :-) Wildcards are not supported in file names, but explicit file names work the same way, and there's also --grep, which does wildcards
On Fri, Feb 3, 2017 at 13:18 Piyush Jaiswal <piyush.jaiswal@st.niituniversity.in> wrote:
Ok, got it. Still, is there any way for testing solely the test files that I add?
On Sat, Feb 4, 2017 at 1:29 AM, Adriaan Moors <adr...@lightbend.com> wrote:
Ah, the hacker guide probably needs to be updated. The partest command is now an sbt task, so you run it from inside the sbt shell.
The recommended workflow is to first start sbt and then enter commands from its shell.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-internals+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "scala-internals" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/scala-internals/v0pQqMQTAGM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to scala-internals+unsubscribe@googlegroups.com.