Git Product home page Git Product logo

cplings's People

Contributors

pinjontall94 avatar rahul007-bit avatar rdjondo avatar thomashrb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cplings's Issues

Incorrect Order of Execution in CMakeLists for EXERCISES Set

Issue Description:

Os in which i have tried MacOs and Debian.

The current order of execution defined in the EXERCISES variable set in the CMakeLists does not follow the expected sequence. The variables8 file is executed before the variables1 file, which is counter-intuitive.

Here is the current CMakeLists configuration:

set(EXERCISES
    variables8
    variables7
    variables6
    variables5
    variables4
    variables3
    variables2
    variables1
)

The expected behavior is to execute the exercises in ascending order, from variables1 to variables8. This order follows a logical progression and enhances the user experience.

Here is the proposed corrected sequence:

set(EXERCISES
    variables1
    variables2
    variables3
    variables4
    variables5
    variables6
    variables7
    variables8
)

catch version 2.13.4 building with glibc v2.35 causes a compiler error?

I followed the instructions from the readme but the make step produced an error for me.

I found a github issue containing the same error message I saw:
catchorg/Catch2#2421

bumping Catch2 by one minor version fixed the issue for me:

@@ -29,7 +29,7 @@ set(CPM_DOWNLOAD_LOCATION "cmake/CPM.cmake")
 include(${CPM_DOWNLOAD_LOCATION})
 
 # Specify dependencies
-CPMAddPackage("gh:catchorg/[email protected]")
+CPMAddPackage("gh:catchorg/[email protected]")
 
 # Including packages for safe_numerics
 CPMAddPackage(NAME safe_numerics

also thank you for making this :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.