-
Notifications
You must be signed in to change notification settings - Fork 1k
Rewrote implicits section of the tour #746 #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I added code snippets for explaining implicit class. Build fails for that code:
How to work around it? |
it appears to me that tut doesn't support package declarations. are they necessary here? if the example can do without them, you can remove them. if they are necessary, you can disable tut by removing the |
Do I need to remove older implicit files(implicit-parameters.md,implicit-conversions.md) from language specific directories(_ba\tour,_es\tour,_ko\tour etc) too?It seems jekyll build tries to link these files to the older implcit files I have deleted from _tour, and hence fails. |
Build passed. Ready for review. |
Can anybody review it? |
Sorry for the delay @mghildiy, I'll have a look at these over this w-e. |
Ok.
Are there any more opportunities,like in library,design,tools etc?
…On 20 Jan 2018 12:05 am, "Jorge" ***@***.***> wrote:
Sorry for the delay @mghildiy <https://github.com/mghildiy>, I'll have a
look at these over this w-e.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#998 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJly1tF3C6A85F1De5NfQdXNai4cCHEHks5tMOCLgaJpZM4RhLVG>
.
|
I'd like to note (as I did in the original PR) that the Swing example doesn't not require an implicit conversion to work in 2.12, because of support for Java 8 lambdas. Unfortunately, I don't have any ideas for an example to use instead. |
There are many issues you could help with in https://github.com/scala/docs.scala-lang/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc 😄 Pick the one you like the most. If you prefer another style of issue, lemme know. In particular, I think that working on a robust way to have the spec in both PDFs and ebook format would be great, see this ticket: scala/bug#10218. I believe that this can have a high impact, making the spec easier to read in different formats is always a win. |
Hi,
In addition to documentation related issues, I am also keen to work on
issues related to language features,libraries or tools development for
community.
…On Sat, Jan 20, 2018 at 12:38 AM, Jorge ***@***.***> wrote:
There are many issues you could help with in
https://github.com/scala/docs.scala-lang/issues?q=is%
3Aissue+is%3Aopen+sort%3Aupdated-desc 😄 Pick the one you like the most.
If you prefer another style of issue, lemme know.
In particular, I think that working on a robust way to have the spec in
both PDFs and ebook format would be great, see this ticket:
scala/bug#10218 <scala/bug#10218>. I believe
that this can have a high impact, making the spec easier to read in
different formats is always a win.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#998 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJly1r9lv13TFn8egsGUFqmr3aU6UiTnks5tMOg1gaJpZM4RhLVG>
.
|
@mghildiy Let's chat privately, can you ping me in Gitter? |
two things that would need fixing before this could be mergeable:
|
Code blocks means 'tut' sections. Can you please mention here the line no with long comments? |
an example very long comment:
there are a number of similar such comments in the diffs. |
Hi, What should be the order of file navigation?Previous page for Implicit-conversions is 'explicitly-typed-self-references'(which though doesn't exist, and I guess it should be 'self-types'). And implcits too has same previous page. |
the existing order at http://docs.scala-lang.org/tour/tour-of-scala.html seems fine to me I just noticed that if this PR were merged, we'd have three sections on implicits. did you mean to remove some of them...? |
implicit parameters and implicit conversions are now part of implicits.md. So I would remove these two older files.I have also pinged Travis for some inputs on this change. |
new PR is #1003 |
@NthPortal , do you have a good example in mind for the section you want to be modified? |
@mghildiy Unfortunately I don't, sorry. My only thought is that there's probably a nice implicit conversion in the standard library that can be used; perhaps something in |
No description provided.