Closed neenjaw closed 4 years ago
As far as the new topics:
@neenjaw Thank you. I'm currently looking at it, but as I pointed out in #98 changes to bin/_
should be done in separated PR. If your PR is named add some-exercise
to prolog, you should only make commits that create and change files in exercise/some-exercise
.
Other than that It seems great. I'll let you know if find anything else. Thank you and apologies for the time passed
@Average-user, no problem about time, I completely forgot about this PR. I can separate the PRs, as I don't even recall your other advice for the same.
Thanks for reviewing. Let me know what else I can do before I make that revision.
Great!, I don't think you should recall anything since it was done in a PR of other person :)
By the way just in case, if you are interested in becoming maintainer of this track look at #97 . You would be more than welcomed
For sure, I will definitely consider it as prolog is very interesting to me. I am working with the elixir track as well on v3, and I think the v3 concept exercises would work really well for learning prolog
@neenjaw Apart from moving the commit on bin
to other PR, the only thing I would suggest is setting difficulty
to 1. Of course this exercises is not of difficulty 1, but as for now all exercises are set to that. And a PR to fix all of them should be done separately. Or at least that was de conclusion at which we arrived in some conversation in slack that I currently can't find. But let me know what you think about that
That sounds fair! I'll try get these revisions written up and opened today or tomorrow. Thanks for the review!
This build will fail because fetch-configlet needs to be updated. See elixir's PR for more information here: https://github.com/exercism/elixir/pull/535
If you agree, I think this could be merged and a followup PR opened to update the configlet.
I have also removed the swi-pl module concept from this exercise so that the script at bin/build.sh
does not need to be updated.
Wouldn't it be smoother if we first merge the PR for fetch-configlet
? I'm not sure, but I think tat would make the tests pass automatically. I remember doing it like this in exercisms haskell repo. But that was long ago.
Sounds good, see #99, I will rebase this before merge.
@neenjaw Mhh apparently not working as I thought. I'm looking at if I can find a way to make travis rerun the tests
@neenjaw Well thankyou now It seems we are good to go! I'll wait your confirmation before merge
I am good if you are! :)
This is a series of commits to add wordy to the prolog track. I explored a few new topics to the track to see what interest there is in implementing them more broadly.
Summary of changes:
wordy.example
,wordy.pl
, andwordy_tests.plt
for the exercise.meta/version
for problem specification trackingREADME.md
for the problem descriptionconfig.json
updated and linted withconfiglet