8000 Tags · scalameta/mdoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: scalameta/mdoc

Tags

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
implementation for width and heigth cropping based on regex tokenizat…

…ion (#982)

* Initial implementation for width and heigth cropping based on regex tokenization

* Scalafmt

* Correcting fail suite for scala 3 and changing behaviour for empty lines

* Correcting fail suite to pass 2.13

* Addding hardcoded compatibility to scala 2.13

* Corrections according to MR comments

* Adding additional if statement to pass warning to print to stream

* Adding additional case for when warning is ommi
8000
ted

* Correcting to proper if statement

* Scalafmt

* Correcting FailSuite and WarnSuite

---------

Co-authored-by: Julian Kozłowski <jkozlovvski@Julians-MacBook-Pro.local>

v2.7.1

Toggle v2.7.1's commit message
improvement: Allow to disable using directives

v2.7.0

Toggle v2.7.0's commit message
chore: Properly skip releasing docs module

v2.6.5

Toggle v2.6.5's commit message
bugfix: Fix issues with indentation in Scala 3

Turns out we can skip indent if we use braces and this way the code should behave the same.

v2.6.4

Toggle v2.6.4's commit message
Metaconfig: upgrade to v0.15.0

v2.6.3

Toggle v2.6.3's commit message
munit: upgrade to v1.1.0

v2.6.2

Toggle v2.6.2's commit message
SBT: update resolvers, add `isCI`

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remap ESModule imports at link time in mdoc (#883)

Remap ESModule imports at link time in mdoc

v2.6.0

Toggle v2.6.0's commit message
Allow to publish mdoc-parser for Scala Native

v2.5.4

Toggle v2.5.4's commit message
bugfix: Remove additional whitespace from summary

The recent changes caused the spaces to no longer be removed properly due to the fact that we no longer operate on an actual value when printing one line summary.

I tried solving this multiple ways but:
- there is no sensible way to just copy any value
- using pprint.Tree as itnermediate representation doesn't work as those contain Iterator and are one use only

The easiest was to just replace newline with space and then deduplicate whitespace to save space on the online summary. This also makes it consistent across Scala 2 and 3
0