- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8
 
Add two functions and spago support #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Levenshtein distance * Sørensen–Dice coefficient
| 
           Hi @flip111! Thanks for adding these. I'm happy to add in the implementations, but I'm not quite ready to move the project over to Spago (we're going to need to move all the contributor libraries at some point, and I'd like to do them at once so that we can set up automatic publishing of new releases and that sort of thing). To upload new documentation, see the publishing section in the Pulp docs. With that in mind, could you revert the Spago parts of this change and remain on Bower for the dependencies?  | 
    
          
 I don't know what this means. But i get that you want to do stuff before adding this to spago. I added spago because i use these two functions myself and i use spago for my project so i like this package to be on spago. What would be the difficulty adding it to spago now and then later do these other things?  | 
    
| 
           So you want   | 
    
          
 This package is already in the official package sets (see: https://github.com/purescript/package-sets/blob/e689c7da77b3b0589eb8afd52d905099dd09dfad/src/groups/purescript-contrib.dhall#L208), so you can install it with  I just don't want to switch the code here to use Spago as the dependency manager because we are going to switch purescript-contrib projects to use Spago as their dependency manager in the near-ish future, and I'd like to switch them all at the same time. We're going to have to switch things like our publishing workflow when we do that, and it's just easier to do it all at once (as a maintainer). But that doesn't affect anyone installing this library into their project -- they can still do that with Spago no problem. It's purely an internal thing. 
 Yes, thank you!  | 
    
| 
           Looks like the CI failure is from a missing dependency (in Bower): I see that this module is from  That's because when there's a breaking change to the ecosystem (for example, the new 0.14 compiler release) we need to make sure we can apply the updates to all PureScript and PureScript Contrib libraries without being blocked by maintainers that might be out of town, on vacation, unresponsive, etc. Are you able to either a) inline this function into the test source code or b) test this equality some other way, like a regular   | 
    
Don't know how documentation update works.