Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Exception beim Einbinden einer Markdown-Readme #87

Open
thomashackl opened this issue Oct 2, 2020 · 0 comments
Open

Exception beim Einbinden einer Markdown-Readme #87

thomashackl opened this issue Oct 2, 2020 · 0 comments

Comments

@thomashackl
Copy link

Bei der Erzeugung eines Releases kann man angeben, dass eine im Repository vorhandene Readme-Datei als Beschreibungstext genutzt werden soll. Im Fall von https://github.com/thomashackl/contact-tracer führt dies zu einer Exception, da die Markdown-Readme offenbar nicht richtig eingelesen wird.

Man erhält eine Exception mit der Meldung Function name must be a string und dem Stack Trace

#$ public/plugins_packages/studip/PluginMarket/vendor/Parsedown.php(906)
#0 public/plugins_packages/studip/PluginMarket/vendor/Parsedown.php(943): Parsedown->element(Array)
#1 public/plugins_packages/studip/PluginMarket/vendor/Parsedown.php(269): Parsedown->elements(Array)
#2 public/plugins_packages/studip/PluginMarket/vendor/Parsedown.php(60): Parsedown->lines(Array)
#3 public/plugins_packages/studip/PluginMarket/classes/MarketRelease.class.php(173): Parsedown->text('# Kontaktverfol...')
#4 public/plugins_packages/studip/PluginMarket/classes/MarketRelease.class.php(60): MarketRelease->installFromDirectory('/tmp/studip/tem...', '/tmp/studip/tem...')
#5 public/plugins_packages/studip/PluginMarket/controllers/myplugins.php(238): MarketRelease->installFile()
#6 vendor/trails/trails.php(557): MypluginsController->save_release_action()
#7 app/controllers/studip_controller.php(129): Trails_Controller->perform('save_release')
#8 vendor/trails/trails.php(154): StudipController->perform('save_release')
#9 vendor/trails/trails.php(121): Trails_Dispatcher->map_uri_to_response('myplugins/save_...')
#10 lib/plugins/core/StudIPPlugin.class.php(161): Trails_Dispatcher->dispatch('myplugins/save_...')
#11 public/plugins.php(54): StudIPPlugin->perform('myplugins/save_...')
#12 {main}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant