exercism / wren

Exercism exercises in Wren.
https://exercism.org/tracks/wren
MIT License
5 stars 14 forks source link

Add all-your-base exercise #147

Closed keiravillekode closed 1 year ago

github-actions[bot] commented 1 year ago

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

ErikSchierboom commented 1 year ago

Could you rebase the latest main?

glennj commented 1 year ago

@joshgoebel looks like there's an issue building wren in the "Build wren-console" step: https://github.com/exercism/wren/actions/runs/6704346196/job/18216580197?pr=147#step:5:70

keiravillekode commented 1 year ago

Rebased.

ErikSchierboom commented 1 year ago

Thanks!

ErikSchierboom commented 1 year ago

@glennj I've fixed CI in https://github.com/exercism/wren/pull/146

joshgoebel commented 1 year ago

looks like there's an issue building wren in the "Build wren-console" step:

Yeah newer libc added a function that conflicts with naming... I think it's been fixed upstream so we could probably just pull the fix from wren-cli (if it's clean merge), but I don't have time to look into this right now. Going back to an older release of Ubuntu without older libc was a good temp fix.