Recent Releases of https://github.com/scalacenter/scalac-profiling
https://github.com/scalacenter/scalac-profiling - v1.1.2
What's Changed
scalac-profiling
- Add Scala 2.13.16 support by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/160
Behind the scenes
- Update sbt-git to 2.1.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/147
- Update sbt-buildinfo to 0.13.1 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/154
- Update sbt-mdoc to 2.6.2 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/156
- Update sbt-ci-release to 1.9.2 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/157
- Fix publish workflow by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/161
- Install SBT explicitly in the publish-website workflow by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/162
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.1.1...v1.1.2
- Scala
Published by danicheg about 1 year ago
https://github.com/scalacenter/scalac-profiling - v1.1.1
What's Changed
scalac-profiling
- Add Scala 2.12.20 support by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/138
- Add Scala 2.13.15 support by @danicheg @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/144 ### Documentation
- Update README.md to 1.1.0 instead of 1.1.0-RC by @jatcwang in https://github.com/scalacenter/scalac-profiling/pull/142 ### Behind the scenes
- Update sbt-ci-release to 1.6.1 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/136
- Update scala-compiler, scala-library to 2.12.20 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/137
- Reverse the order of supported Scala versions on the site by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/139
- Update sbt-mdoc to 2.6.1 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/143
- Update sbt-assembly to 2.3.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/145
- Update sbt-ci-release to 1.7.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/146
New Contributors
- @jatcwang made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/142
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.1.0...v1.1.1
- Scala
Published by danicheg over 1 year ago
https://github.com/scalacenter/scalac-profiling - v1.1.0
This is a full-fledged release, finalizing the work accomplished in the release candidate series. The entire scope of work is listed below. Thank you to all contributors!
What's Changed
scalac-profiling
- Cross build for Scala 2.13: Putting the finishing touches by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/33
- Cross build for Scala 2.13 by @tanishiking in https://github.com/scalacenter/scalac-profiling/pull/32
- Invert the
no-profiledboption intogenerate-profiledbby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/51 - Add functionality to build a global flamegraph of implicit searches by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/50
- Emit the warning if the
-Vstatisticsoption isn't set by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/47 - Enhance
optionsHelpof the compiler plugin by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/58 - Enrich the debug info with source files for implicit searches by type by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/49
- Build scalac-profiling for Scala 2.12.19 by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/111
- Build scalac-profiling for Scala 2.13.13 by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/112
- Build scalac-profiling against Scala 2.13.14 by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/123
- Fix some deprecations by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/128
- Add
cross-targetcompiler plugin option by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/127 - re-add code tracking macroExpand times by @DSlug in https://github.com/scalacenter/scalac-profiling/pull/133 ### sbt-scalac-profiling
- Remove
printlnin sbt-plugin by @lolgab in https://github.com/scalacenter/scalac-profiling/pull/41 ### Documentation - Update README.md by @jtjeferreira in https://github.com/scalacenter/scalac-profiling/pull/34
- Add "Maintenance status" section to readme by @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/37
- Remove dead CI badge from readme by @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/36
- Tweak the docs by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/39
- Recommend
-Vstatisticsby @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/52 - Tweak README by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/59
- Migrate the website to Docusaurus by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/72
- Enable website publishing in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/75
- align environment variable name with docusaurus instructions by @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/77
- Rm
sbt-plugin/README.mdby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/81 - Add the --skip-image-compression option to docusaurus-build by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/82
- Fix typo in passing options to docusaurus-build by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/83
- Enable searching on the website by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/85
- Fix closing img tags in docs by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/88
- Update README.md by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/89
- Run
docusaurusCreateSiteto workaround the image compression issue in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/90 - Tweak the approach of publishing the website to GH pages on CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/92
- Use default repository's token in publishing workflow in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/93
- Fix the underlying folder with website artefacts in CI workflow by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/94 ### Behind the scenes
- Add information to the README [CI SKIP] by @jvican in https://github.com/scalacenter/scalac-profiling/pull/24
- fix resolution by @yanns in https://github.com/scalacenter/scalac-profiling/pull/25
- Update pprint to 0.8.1 by @lolgab in https://github.com/scalacenter/scalac-profiling/pull/40
- Set up Scalafmt correctly by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/56
- Detouch
vscode-scalaby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/57 - Rm
versions.propertiesby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/60 - Remove sbt 0.13 artefacts in sbt-plugin by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/61
- Some minor sbt plugin tweaks by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/62
- Fix running scripted tests for sbt plugin in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/63
- Add the
.github/release.ymlby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/73 - Fix
.github/release.ymlby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/74 - Update the FlameGraph by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/84
- Rm
./binby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/86 - Add a Github Action for pruning artefacts in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/87
- Fix typo by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/91
- Enable auto PR labelling by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/98
- Tweak the auto PR labelling by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/100
- Yet another tweak to the Labeler GA configuration by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/102
- Fix typo by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/103
- Fix typo by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/104
- Use Scala versions matrix for running tests in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/129
New Contributors
- @yanns made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/25
- @tanishiking made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/32
- @jtjeferreira made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/34
- @SethTisue made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/37
- @lolgab made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/41
- @scala-center-steward made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/68
- @DSlug made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/133
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.0.0...v1.1.0
- Scala
Published by danicheg over 1 year ago
https://github.com/scalacenter/scalac-profiling - v1.1.0-RC5
What's Changed
That's a sudden release candidate, shipping the finishing touches that will be picked up and published as v1.1.0.
scalac-profiling
- re-add code tracking macroExpand times by @DSlug in https://github.com/scalacenter/scalac-profiling/pull/133 ### Behind the scenes
- Update sbt-mdoc to 2.5.4 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/132
- Update scalafmt-core to 3.8.3 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/134
New Contributors
- @DSlug made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/133
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.1.0-RC4...v1.1.0-RC5
- Scala
Published by danicheg over 1 year ago
https://github.com/scalacenter/scalac-profiling - v1.1.0-RC4
What's Changed
It's the latter in a series of release candidates before moving towards v1.1.0. It provides one new feature for those using build tools other than SBT.
scalac-profiling
- Fix some deprecations by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/128
- Add
cross-targetcompiler plugin option by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/127 ### Behind the scenes - Update pprint to 0.9.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/119
- Update compilerplugin, scalapb-runtime to 0.11.17 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/124
- Update scalafmt-core to 3.8.2 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/125
- Update sbt-mdoc to 2.5.3 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/126
- Use Scala versions matrix for running tests in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/129
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.1.0-RC3...v1.1.0-RC4
- Scala
Published by danicheg over 1 year ago
https://github.com/scalacenter/scalac-profiling - v1.1.0-RC3
Mainly, this release candidate ships support for the newly published Scala 2.12 and 2.13 versions, but it also has some new features. We're getting closer to releasing the v1.1.0.
What's Changed
scalac-profiling
- Enrich the debug info with source files for implicit searches by type by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/49
- Build scalac-profiling for Scala 2.12.19 by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/111
- Build scalac-profiling for Scala 2.13.13 by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/112
- Build scalac-profiling against Scala 2.13.14 by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/123 ### Documentation
- Tweak the approach of publishing the website to GH pages on CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/92
- Use default repository's token in publishing workflow in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/93
- Fix the underlying folder with website artefacts in CI workflow by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/94 ### Behind the scenes
- Update sbt-protoc to 1.0.7 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/95
- Update compilerplugin, scalapb-runtime to 0.11.15 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/96
- Enable auto PR labelling by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/98
- Tweak the auto PR labelling by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/100
- Yet another tweak to the Labeler GA configuration by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/102
- Fix typo by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/103
- Fix typo by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/104
- Update scalafmt-core to 3.8.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/107
- Update sbt to 1.9.9 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/108
- Update sbt-assembly to 2.2.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/114
- Update sbt-buildinfo to 0.12.0 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/115
- Update scalafmt-core to 3.8.1 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/118
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.1.0-RC2...v1.1.0-RC3
- Scala
Published by danicheg almost 2 years ago
https://github.com/scalacenter/scalac-profiling - v1.1.0-RC2
What's Changed
This release candidate ships quite a few new functionalities that make the experience of using scalac-profiling neater. If you face any problems/inconveniences when using it, consider opening an issue at https://github.com/scalacenter/scalac-profiling/issues.
scalac-profiling
- Invert the
no-profiledboption intogenerate-profiledbby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/51 - Add functionality to build a global flamegraph of implicit searches by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/50
- Emit the warning if the
-Vstatisticsoption isn't set by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/47 - Enhance
optionsHelpof the compiler plugin by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/58 ### sbt-scalac-profiling - Remove
printlnin sbt-plugin by @lolgab in https://github.com/scalacenter/scalac-profiling/pull/41 ### Documentation - Update README.md by @jtjeferreira in https://github.com/scalacenter/scalac-profiling/pull/34
- Add "Maintenance status" section to readme by @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/37
- Remove dead CI badge from readme by @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/36
- Tweak the docs by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/39
- Recommend
-Vstatisticsby @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/52 - Tweak README by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/59
- Migrate the website to Docusaurus by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/72
- Enable website publishing in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/75
- align environment variable name with docusaurus instructions by @SethTisue in https://github.com/scalacenter/scalac-profiling/pull/77
- Rm
sbt-plugin/README.mdby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/81 - Add the --skip-image-compression option to docusaurus-build by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/82
- Fix typo in passing options to docusaurus-build by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/83
- Enable searching on the website by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/85
- Fix closing img tags in docs by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/88
- Update README.md by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/89
- Run
docusaurusCreateSiteto workaround the image compression issue in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/90 ### Behind the scenes - Update pprint to 0.8.1 by @lolgab in https://github.com/scalacenter/scalac-profiling/pull/40
- Set up Scalafmt correctly by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/56
- Detouch
vscode-scalaby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/57 - Rm
versions.propertiesby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/60 - Remove sbt 0.13 artefacts in sbt-plugin by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/61
- Some minor sbt plugin tweaks by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/62
- Fix running scripted tests for sbt plugin in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/63
- Update sbt to 1.9.7 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/68
- Update junit to 4.13.2 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/67
- Update junit-interface to 0.13.3 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/65
- Update sbt-assembly to 2.1.5 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/64
- Update compilerplugin, scalapb-runtime to 0.11.14 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/66
- Update sbt to 1.9.8 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/69
- Add the
.github/release.ymlby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/73 - Fix
.github/release.ymlby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/74 - Update sbt-mdoc to 2.5.2 by @scala-center-steward in https://github.com/scalacenter/scalac-profiling/pull/76
- Update the FlameGraph by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/84
- Rm
./binby @danicheg in https://github.com/scalacenter/scalac-profiling/pull/86 - Add a Github Action for pruning artefacts in CI by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/87
- Fix typo by @danicheg in https://github.com/scalacenter/scalac-profiling/pull/91
New Contributors
- @jtjeferreira made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/34
- @SethTisue made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/37
- @lolgab made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/41
- @scala-center-steward made their first contribution in https://github.com/scalacenter/scalac-profiling/pull/68
Full Changelog: https://github.com/scalacenter/scalac-profiling/compare/v1.1.0-RC1...v1.1.0-RC2
- Scala
Published by danicheg about 2 years ago
https://github.com/scalacenter/scalac-profiling - v1.1.0-RC1
- Supports Scala 2.12.13 -> 2.12.18 and 2.13.5 -> 2.13.12
- Older versions of Scala 2.12.x are not supported anymore, nor any version of Scala 2.11.x
- Drops support for sbt 0.13.x
- Drops support for the VS Code extension (contributions welcome to reintroduce it)
- Scala
Published by sjrd over 2 years ago
https://github.com/scalacenter/scalac-profiling - v1.0.0
Initial release.
- Scala
Published by sjrd over 2 years ago