Skip to content

issues Search Results · repo:julelang/jule language:C++

Filter by

37 results
 (75 ms)

37 results

injulelang/jule (press backspace or delete to remove)

Description This built-in append function does not initialize allocated memory if a new slice allocated. Therefore, if the slice needs to grow, the returned slice may have uninitialized memory. Expected ...
api
bug
release-blocker
runtime
security
  • mertcandav
  • Opened 
    on Feb 11
  • #134

Description This built-in make function does not initialize allocated memory by capacity of slice, It uses length of slice. Therefore, returned slice may be have uninitialized memory if length less than ...
bug
release-blocker
runtime
security
  • mertcandav
  • Opened 
    on Feb 10
  • #133

Description The compiler does not rely on the runtime implementation to initialize variables in statements like map lookups. This is because the built-in hashmap implemented by std/runtime is expected ...
bug
release-blocker
runtime
security
  • mertcandav
  • Opened 
    on Jan 16
  • #129

Detailed description Hey. I think having a function that would include data from files at compiletime (i.e. embed the file) would be really useful. We don t have to have include as code (see Rust s include!()). ...
proposal
  • adamperkowski
  • 2
  • Opened 
    on Jan 14
  • #128

Detailed description We should make a tool that would be a simple documentation-from-source code generator, much like rustdoc (example) but far simpler. It shouldn t be hard to write given what we already ...
proposal
  • adamperkowski
  • 4
  • Opened 
    on Jan 13
  • #126

Detailed description Jule compiler can be included in popular Linux package managers (e.g. APT, DNF, Pacman and others) to improve accessibility, simplify installation and encourage adoption among developers ...
proposal
  • yasinldev
  • 3
  • Opened 
    on Jan 12
  • #124

Description install clang-19 and libc++-19-dev wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh sudo ./llvm.sh 19 sudo apt-get install -y libc++-19-dev cat main.jule #pass -stdlib=libc++ cpp use ...
api
bug
  • puni073
  • 2
  • Opened 
    on Dec 30, 2024
  • #121

Description julec help shows {[104, 101, 108, 112, 32, 32, 32, 32, 32, 32, 32, 32, 83, 104, 111, 119, 32, 104, 101, 108, 112, 10, 118, 101, 114, 115, 105, 111, 110, 32, 32, 32, 32, 32, 83, 104, 111, ...
bug
runtime
  • puni073
  • 1
  • Opened 
    on Dec 27, 2024
  • #120

Description julec julenv julec version: jule0.1.1 architecture: amd64 operating system: linux default compiler: clang default C++ standard: cpp17 cat main.jule cpp fn f(): struct f fn main() { } ...
bug
compiler
  • puni073
  • 1
  • Opened 
    on Dec 27, 2024
  • #119

Detailed description Right now, GitHub doesn’t recognize Jule files, which means there’s no syntax highlighting for Jule code. Adding Jule to GitHub Linguist will allow GitHub to properly highlight Jule ...
proposal
  • therabug
  • 8
  • Opened 
    on Nov 24, 2024
  • #117
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub