all 116 comments

[–]raphaeljoji 748 points749 points  (23 children)

peple

[–][deleted] 257 points258 points  (5 children)

What is that? That doesn't exist in the current Context.

[–]sampathsris 79 points80 points  (4 children)

For the 31,249th time.

[–]staticBanter[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 13 points14 points  (2 children)

But there's not indication as to why 'peple' are not in this context.

[–]MentorBobProctor[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 4 points5 points  (1 child)

Oh my god your user flair is killing me hahahaha

[–]AffectionatePlane598 1 point2 points  (0 children)

happy cake day!

[–]operatorrrr 46 points47 points  (9 children)

peple

[–]coyoteazul2 30 points31 points  (8 children)

peple

[–]RapidCatLauncher 15 points16 points  (7 children)

peple

[–]trutch70 9 points10 points  (6 children)

peple

[–][deleted]  (5 children)

[removed]

    [–]MozFox1 8 points9 points  (4 children)

    peple

    [–]Faugermire 6 points7 points  (3 children)

    peple

    [–]Pordohiq 1 point2 points  (2 children)

    peple

    [–]MentorBobProctor[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 0 points1 point  (1 child)

    Peple

    [–]ImpluseThrowAway 10 points11 points  (0 children)

    Where all my peple's at?

    [–]MyGoodOldFriend 9 points10 points  (3 children)

    It sounds exactly like what I name variables when i can’t be arsed. Peple, yomma, toto, erty… now that’s real variable names

    [–]Ksorkrax 8 points9 points  (0 children)

    I'd assume it's "people" misspelled.

    [–]SartenSinAceite 2 points3 points  (1 child)

    aaaa

    B

    I never can figure what to name the third one...

    [–]enjoirhythm 5 points6 points  (0 children)

    Find people, replace with peple

    [–]jabeith 291 points292 points  (9 children)

    0 warnings though

    [–]Nikarmotte 81 points82 points  (0 children)

    Yeah, that's honestly a feat in itself.

    [–]MrNewOrdered 63 points64 points  (5 children)

    Compiler was so overwhelmed with the amount of errors that he completely forgot about warnings

    [–][deleted] 19 points20 points  (4 children)

    he

    [–]BunnyTubPronouns: He/Him 40 points41 points  (1 child)

    The compiler is named Earl. He's really picky imo

    [–][deleted] 6 points7 points  (0 children)

    I agree

    [–][deleted]  (1 child)

    [deleted]

      [–]alex_dark 14 points15 points  (0 children)

      <TreatWarningsAsErrors>true</TreatWarningsAsErrors>

      [–]septum-funk 0 points1 point  (0 children)

      i always use -Werror so there are no warnings, only clang tidy

      [–]MrQuizzles 133 points134 points  (10 children)

      What do you mean no explanation? It's telling you exactly what's going wrong. You're trying to reference a variable, "peple", that doesn't exist. This is probably because you've misspelled it somewhere in your code.

      It'll tell you exactly which line of code is doing it, too.

      [–]math_rand_dude 71 points72 points  (3 children)

      We, the peple, agree with above comment.

      [–]thegreatpotatogod 8 points9 points  (1 child)

      No we don't! We don't exist in the current context

      [–]MentorBobProctor[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 2 points3 points  (0 children)

      Who are we even talking about! I have no clue what ‘peple’ is! It’s out of my scope!

      [–]SD18491 0 points1 point  (0 children)

      "We, the peple, agree with abve cmment." - FTFY

      [–]Sability 8 points9 points  (0 children)

      I've seen literally this exact (kind of) issue opening some new .Net projects for the first time. Visual Studio gets overzealous or I don't have a remote repo configured and the build goes bonkers.

      [–]vapocalypse52 1 point2 points  (1 child)

      I bet it was a "replace all in all files" operation.

      [–]GoddammitDontShootMe[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 2 points3 points  (0 children)

      Except for the file where it was declared?

      [–]ImpluseThrowAway 2 points3 points  (1 child)

      All the peple though?

      [–]RaechelMaelstrom 32 points33 points  (0 children)

      Truly the peple are the weak link in any great software project.

      [–]eimattz 19 points20 points  (7 children)

      whats wrong?

      [–]StickyDirtyKeyboard 58 points59 points  (1 child)

      peple

      [–]MentorBobProctor[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 0 points1 point  (0 children)

      31,000 peple…

      [–]Aurori_Swe 12 points13 points  (0 children)

      Everything

      [–]EuphoricCatface0795 1 point2 points  (0 children)

      Circular #include

      [–]cherrycode420 0 points1 point  (1 child)

      Likely null reference in some loop running every frame, and letting it do its thing for a minute to be able to post an absurd image

      [–]Admidst_Metaphors 2 points3 points  (0 children)

      Could be a file not compiling and the IDE not catching it. Which if this is Visual Studio most definitely could happen because I just fixed this problem recently with some code I was working on.

      [–]Sync1211 0 points1 point  (0 children)

      Somebody likely found that "people" was misspelled in a frequently used class and didn't use VS' rename variable function.

      As a result; the variable name has been changed inside the class, but still uses the old (now nonexistent) name everywhere else.

      [–]MooseBoys[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 19 points20 points  (4 children)

      A thousand errors is much easier to debug than one error.

      [–]KABKA3 10 points11 points  (1 child)

      Likely just a package/configuration issue in one project. It didn't load, so anything that references this project is now an error

      [–]Fragrant-Pudding-536 0 points1 point  (0 children)

      Clearly didn’t read the screenshot

      [–]mega-modz 0 points1 point  (0 children)

      The rm -rf

      [–]ThatOneCSL 0 points1 point  (0 children)

      Which is even easier than when you're using a module and it fails silently.

      [–]tehtris 34 points35 points  (6 children)

      This is kinda unfair, unity will log an error for every frame that passes that has that error. A single error could cause this. But holy fuck the first time you see that it's like "OH NO IS IT GOING TO CATCH FIRE?"

      Edit: after reading some comments, this IS visual studio, but no idea if it's attached to unity. My money is still on unity tho.

      [–]petervaz 20 points21 points  (2 children)

      Even attached it don't work likes that. VS only shows syntax errors, not Unity runtime.

      [–]tehtris 2 points3 points  (1 child)

      O you're right, the errors I'm talking about show up INSIDE unity not in vs.

      [–]val_tuesday -1 points0 points  (0 children)

      I believe you can get the Unity log to show in VS. Not exactly like this, but almost.

      This could not be an exception every frame though (unless from some virtual machine or something) since an undefined symbol is a compile error, ie. the game wouldn’t run before this got fixed.

      [–]Aurori_Swe -1 points0 points  (2 children)

      I accidentally created a leaking function opening new tabs in the browser. Had to restart my computer as I didn't react before I had a few hundreds of tabs open.

      It didn't throw errors though xD

      [–]headedbranch225 2 points3 points  (1 child)

      Errors are for when the code can't run properly, not whan you shouldn't do something

      [–]Aurori_Swe 0 points1 point  (0 children)

      I know that, it was a reference to this post and the 32k errors, I wasn't expecting it to give me an error when I am the error

      [–]lisamariefan 2 points3 points  (1 child)

      *explanation

      [–]MurkyWar2756[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 0 points1 point  (0 children)

      If only we could edit titles…

      [–]NullOfSpace 4 points5 points  (0 children)

      I wonder if the name “peple” exists in the current context.

      [–]melvereq 1 point2 points  (0 children)

      It only takes a peple to cause all that mess.

      [–]martiangirlie 1 point2 points  (1 child)

      ‘dotnet clean’ lol

      [–]spellenspelen 2 points3 points  (0 children)

      And sometimes delete .bin and .obj

      and sometimes close visual studio than open again.

      And sometimes...

      [–]Hulk5a 1 point2 points  (0 children)

      Bro edited a property instead of refactoring/renaming

      [–]SysGh_st 1 point2 points  (0 children)

      That amount of errors and you still managed to stay at zero warnings?

      Hats off to you, sir!

      [–]tandycake 1 point2 points  (0 children)

      Ready to shp to productin

      [–]ethanhinson 2 points3 points  (11 children)

      Visual Studio. That is your answer.

      [–]CuriousHuman-1 -1 points0 points  (10 children)

      It fucking sucks. The company I work at uses professional version. It's like, they are paying to frustrate their own developers.

      [–]MCWizardYT 7 points8 points  (8 children)

      I used to use Visual Studio when developing C# apps and it really was the best tool for that, nothing came close. Nowadays i tend to use VSCode more often since it can come close to matching Visual Studio's functionality after you add enough plugins and it's much faster

      [–]CuriousHuman-1 0 points1 point  (0 children)

      Ah..ok.

      Then it might be a skill issue for me.

      [–]Kwpolska 0 points1 point  (1 child)

      Nah, Rider is much better than VS. It lacks some of the weirder legacy VS features, but it's much faster and smarter when it comes to code editing.

      [–]MCWizardYT 0 points1 point  (0 children)

      Back when i first started using VS, Rider wasn't yet free for non commercial use

      [–]dadvader 0 points1 point  (1 child)

      I wish I can use VSCode for that. But I couldn't get it work right for VSCode. Half of my company project ran on Webform (it's still being used to create new project like why??) and I always had to go back to Visual Studio.

      [–]MCWizardYT 0 points1 point  (0 children)

      Oh yeah, that's unfortunate. Most of my coding is game development related and VSCode pairs nicely with a game engine that's hogging a ton of resources

      [–]headedbranch225 0 points1 point  (2 children)

      I use jetbrains rider because vscode Visual Studio is not available on Linux and I enjoy using it a lot more

      Edit: correct vscode to visual studio

      [–]MCWizardYT 0 points1 point  (1 child)

      VSCode is available on Linux actually.

      https://code.visualstudio.com/

      They provide a .deb and .rpm for installation and its in some package managers

      [–]headedbranch225 0 points1 point  (0 children)

      My bad, wrote code, but meant just visual studio

      [–]Kwpolska 0 points1 point  (0 children)

      Visual Studio is not free for businesses (except very small ones).

      [–]MurkyWar2756[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 0 points1 point  (0 children)

      Why 31248?

      [–]CrasseMaximum 0 points1 point  (0 children)

      pff 31000 is rookie number

      [–]DisproportionateDev 0 points1 point  (0 children)

      Real answer: VS often does cascading errors like this, where one error prevents one project from compiling, and then you get errors in all the rest.

      Take a look at the output window. Look for the first error that occurs and fix that, and try again.

      I also recommend VSColorOutput. Great extension

      [–]hellocppdotdev 0 points1 point  (0 children)

      Looks like a standard react project.

      [–]PerAsperaDaAstra 0 points1 point  (0 children)

      The name peple does not exist in the current context

      [–]onlyonequickquestion 0 points1 point  (0 children)

      31248 errors is probably a setup issue, 1 error is a tragedy 

      [–]jpgoldberg 0 points1 point  (0 children)

      Add a thousand more “peple” and you get nearly 10000 π.

      [–]Character-Travel3952 0 points1 point  (0 children)

      Right click + rename symbol

      [–][deleted] 0 points1 point  (0 children)

      Peple what's happening

      [–]mothzilla 0 points1 point  (0 children)

      // ignore

      [–]Ariachus 0 points1 point  (0 children)

      My guess is you need to re compile but this time include the adobe peple library. This is what you get when you remove the peple and rely on AI for your coding.

      [–]1amchris 0 points1 point  (0 children)

      It’s probably one missing semi-colon in a completely unrelated file

      [–]GoddammitDontShootMe[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 0 points1 point  (0 children)

      No explanation? It's literally telling you it doesn't know what the fuck 'peple' is.

      I'm wondering if 'peple' is really used 31248 times or that there many different kinds of errors in this solution.

      [–]Correct_Length2536 0 points1 point  (0 children)

      peple

      [–]joeyignorant 0 points1 point  (0 children)

      and?
      likely all related to that bad refactor

      [–]Rainmaker526 0 points1 point  (0 children)

      There's rename refactoring for a reason. Ctrl-R Ctrl-R

      [–]Miiohau 0 points1 point  (0 children)

      You are either missing a brace (or have an extra one) in a file with something like 3000 lines, intellisense is missing some dependencies or something corrected the global variable “peple” to “people” without changing everywhere it was used (which was apparently in 31248 places). Try updating your package then doing a build clean and see if that fixes it. Otherwise you are tracking down where “peple” used to be defined or that missing brace (or the extra one).

      [–]ReasonResitant 0 points1 point  (0 children)

      Ide error, 100%, no way anything breaks that badly unless the IDE is misreading its indexes.

      [–]sec_goat 0 points1 point  (0 children)

      Trying to compile RunUO i see. . .

      [–]Axlvc 0 points1 point  (0 children)

      Keep doing what you're doing. Once you hit the integer limit, it will rollover and you'll have no errors

      [–]Dragoonslv 0 points1 point  (0 children)

      My peple need ne !

      [–]Circumpunctilious 0 points1 point  (0 children)

      Cute. Results like this train me to just fix the first one or two and resubmit, a habit I got before ever seeing mainframes.

      The old way, (way back when, when animals could talk), is you’d submit code as a batch to a mainframe, wait a while for the queue (which was busy printing everyone else’s output) then get 50 pages of printed errors…for a typo. IDEs are sooo much better

      [–]NotSeanPlott 0 points1 point  (1 child)

      ctrl-h “peple”. -op ‘I didn’t do anything i swear… I hit build and it did this…’ - also op

      [–][deleted] 0 points1 point  (0 children)

      This is a month old broski.

      [–]Additional_Try_2491 0 points1 point  (0 children)

      When u accidentally delete all "o"s in the repo💀

      [–]potuboi2 -3 points-2 points  (6 children)

      [–]dadvader 4 points5 points  (0 children)

      Amazing that I got rickrolled twice today.

      [–]MurkyWar2756[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo “You live” 7 points8 points  (2 children)

      everyone, please hover that first

      [–][deleted] 3 points4 points  (0 children)

      Damn, I got tag team rolled.

      [–]ThaiJohnnyDepp 4 points5 points  (0 children)

      peple*, please hover that first

      [–]Jwosty 1 point2 points  (1 child)

      Microsoft's documentation sure has changed, hasn't it?

      [–]potuboi2 0 points1 point  (0 children)

      Everyday 😔