Skip to content
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

Add C++ platform-independent types #1271

Merged
merged 2 commits into from Jan 28, 2018
Merged

Add C++ platform-independent types #1271

merged 2 commits into from Jan 28, 2018

Conversation

isc30
Copy link
Contributor

@isc30 isc30 commented Jan 27, 2018

  • int8_t / uint8_t
  • int16_t / uint16_t
  • int32_t / uint32_t
  • int64_t / uint64_t

@Golmote
Copy link
Contributor

Golmote commented Jan 27, 2018

Hi! Thanks for contributing. Could you please keep the keywords in alphabetical order?
Also, please run gulp to generate the minified version of this file.
Finally, could you update the test to reflect those additions? You should run npm test to make sure they still pass.

@isc30
Copy link
Contributor Author

isc30 commented Jan 27, 2018

Hi!
I thought that minifier was running on merge. I'll update the tests + min versions.

@Golmote
Copy link
Contributor

Golmote commented Jan 27, 2018

Thanks! Please do the same for your other PRs 😉

@isc30
Copy link
Contributor Author

isc30 commented Jan 28, 2018

I don't understand why gulp isn't updating prism.js in this PR but it does for the other one:
#1272

please check it before merging

@Golmote Golmote merged commit 3da238f into PrismJS:gh-pages Jan 28, 2018
@Golmote
Copy link
Contributor

Golmote commented Jan 28, 2018

Thanks!
(The prism.js file is used on the website, it's a bundle containing only a few components. It does use C-Like but does not use C++, that's why it wasn't changed here.)

papandreou added a commit to papandreou/prism that referenced this pull request Jan 29, 2018
* gh-pages: (326 commits)
  Add C++ platform-independent types (PrismJS#1271)
  Release 1.10.0
  Unescaped markup plugin: Make it work with any language (PrismJS#1265)
  Previewers: New plugin combining previous plugins Previewer: Base, Previewer: Angle, Previewer: Color, Previewer: Easing, Previewer: Gradient and Previewer: Time. Fix PrismJS#913 (PrismJS#1244)
  Add Elm (elm-lang.org) support (PrismJS#1174)
  IchigoJam: Remove unneeded escape
  Run gulp
  add Io syntax (PrismJS#1251)
  package.json: add attribute `style` (PrismJS#1256)
  Add the C++11 raw string feature to the cpp language
  IchigoJam: Make strings greedy
  BASIC: Make strings greedy
  Run gulp
  Add support for IchigoJam BASIC (PrismJS#1246)
  Add support for 6502 assembly (PrismJS#1245)
  fix for autoloader plugin
  Run gulp and reorder components alphabetically
  Xeora Language implementation (PrismJS#1239)
  upgrade autoloader
  Release 1.9.0
  ...
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.

None yet

2 participants