Skip to content

Travis testing - #1

Open
nitishch wants to merge 61 commits into
masterfrom
travis_testing
Open

Travis testing#1
nitishch wants to merge 61 commits into
masterfrom
travis_testing

Conversation

@nitishch

@nitishch nitishch commented Jun 5, 2018

Copy link
Copy Markdown
Owner

Testing PR.

purplejacket and others added 30 commits May 9, 2018 15:53
usage: (concat &rest SEQUENCES)
…init

minor improvements to the .gdbinit file
Use a Travis style yml file for the configuration.
add method multibyte_characters_enabled
Just like the C code we ported it from.

In my defense, I just blindly copied this code from Sean, and didn't
double-check it. Fixes remacs#742
Use like this. Pay attention to the escaping!!
```
$ pwd
/path/to/top/of/remacs/tree
$ git bisect start
$ git bisect good @{"2 weeks ago"}  # last time you know it worked
$ git bisect bad HEAD               # top of current tree
$ git bisect run rust_src/admin/did-it-work.sh -Q --eval "\"(some-lisp)\""
```
Each iteration the script will build remacs and run it with the
arguments provided. Exit emacs if possible or Control-C it from the
terminal. You will then be asked "Did it work?". Press Y or N and
enter. Git will find the first broken commit if possible.

The broken commit hash will be output by Git if it found it. Run `git bisect reset` when you are done and the tree will be back to where you started. `git checkout ABC123 # the bad hash` will set the tree to the first broken version so you can investigate.
nitishch and others added 17 commits May 24, 2018 09:15
Note: alphabetic order of functions in casefiddle.rs rather than emacs order
Now that we've merged LispObject and Lisp_Object, there's no need for
this function. Removing it makes the code significantly less verbose
in places.
First, reorg the code to be more clear.
Second, use bindgen generated code to access the C structs. The
underlying bug was due to mishandling of the glyph_row array.

Thanks to @cjohansson for the debugging help.

Closes remacs#744, remacs#726, remacs#717
Added the text to CONTRIBUTING.md on instructions to install the hook
@pesky-bot

Copy link
Copy Markdown

Commenting from UI.

@nitishch

nitishch commented Jun 5, 2018

Copy link
Copy Markdown
Owner Author

One more comment to test API.

Comment thread .appveyor.bat

REM This is the recommended way to choose the toolchain version, according to
REM Appveyor's documentation.
SET PATH=C:\Program Files (x86)\MSBuild\%TOOLCHAIN_VERSION%\Bin;%PATH%

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File comment trial.

@pesky-bot

Copy link
Copy Markdown

From bot

1 similar comment
@pesky-bot

Copy link
Copy Markdown

From bot

@pesky-bot

Copy link
Copy Markdown

b

@pesky-bot

Copy link
Copy Markdown

Code format check failed. Please use rustfmt to format the code. For instructions, see CONTRIBUTING.md

1 similar comment
@pesky-bot

Copy link
Copy Markdown

Code format check failed. Please use rustfmt to format the code. For instructions, see CONTRIBUTING.md

@pesky-bot

Copy link
Copy Markdown

Code format check failed. Please use rustfmt to format the code. For instructions, see CONTRIBUTING.md

@pesky-bot

Copy link
Copy Markdown

Code format check failed. Please use rustfmt to format the code. For instructions, see CONTRIBUTING.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants