DRMF / texvcjs

A LaTeX validator/translator for TeX strings embedded in wikitext
0 stars 2 forks source link

Merge recent changes from upstream #30

Closed physikerwelt closed 8 years ago

physikerwelt commented 8 years ago

@ClaudeZou can you merge this pull request? This is not trivial since the DRMF code has slightly diverged

poortho commented 8 years ago

It says it has conflicts that must be resolved before I can merge it.

physikerwelt commented 8 years ago

Yes. That's the task... otherwise I would have pressed the button by myself.

poortho commented 8 years ago

I think I added all the code, but the pull request has not actually closed. Could you check and make sure I did everything correctly?

EDIT: I undid the commit since it was incorrect.

poortho commented 8 years ago

@physikerwelt For the merge conflicts, how do I choose which one to keep?

For example:

    INFIX:   { args: [ 'string', ['self'], ['self'] ] },
    FUN2sq:  { args: [ 'string', 'self', 'self' ] },
<<<<<<< HEAD
    FUN1hl:  { args: [ 'string', 'any', 'self' ] },
    FUN1hf:  { args: [ 'string', FontForce, 'self' ] },
    FUN2h:   { args: [ 'string', 'any', 'self', 'self' ] },
    FUN3:    { args: [ 'string', 'self', 'self', 'self'] },
    INFIXh:  { args: [ 'string', 'any', [ 'self' ], [ 'self' ] ] },
=======
>>>>>>> 1322e14ab87fbfcc9cfa9b56cb59a8a5ce399ad7
    MATRIX:  { args: [ 'string', [ [ [ 'self' ] ] ] ] },
    DECLh:   { args: [ 'string', FontForce, [ 'self' ] ] }
});

or

<<<<<<< HEAD
        "commander": "~2.8.1"
=======
        "commander": "~2.9.0"
>>>>>>> 1322e14ab87fbfcc9cfa9b56cb59a8a5ce399ad7

How do I know what to do?

poortho commented 8 years ago
<<<<<<< HEAD
          output: '\\mathbb{R}',
=======
          output: '\\mathbb {R} ',
>>>>>>> 1322e14ab87fbfcc9cfa9b56cb59a8a5ce399ad7

This seems to be a simple example. I can't actually run the program to test it since the merge conflicts throw errors.